<NHibernate.Mapping.Attributes.ComponentProperty(componenttype:=GetType(Littlexyz))> _ Public Overridable Property Littlexyz() As Interfaces.ILittleXyz Implements IMspResult.Littlexyz Get _Log.LogDebug("Property Littlexyz - returning _Littlexyz") Return _littlexyz End Get Set(ByVal Value As Interfaces.ILittleXyz) _Log.LogDebug("Property Littlexyz - setting _Littlexyz") _littlexyz = Value End Set End Property
<NHibernate.Mapping.Attributes.Component())> _ Public Class Littlexyz Implements ILittleXyz #Region " Private members " ''' <summary> ''' A local variable called _x of type Decimal ''' </summary> ''' <remarks>Has Property X</remarks> Private _x As Decimal
<NHibernate.Mapping.Attributes.Component(classtype:=GetType(Model.Msp.Littlexyz))> _ Public Class Littlexyz Implements ILittleXyz #Region " Private members " ''' <summary> ''' A local variable called _x of type Decimal ''' </summary> ''' <remarks>Has Property X</remarks> Private _x As Decimal
Powered by: newtelligence dasBlog 1.9.7174.0
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2008, Christiaan Baes
E-mail