Initializes a new instance of BasicPropertyAccessor..::..BasicGetter.
Namespace: NHibernate.PropertiesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public BasicGetter( Type clazz, PropertyInfo property, string propertyName ) |
Visual Basic |
---|
Public Sub New ( _ clazz As Type, _ property As PropertyInfo, _ propertyName As String _ ) |
Visual C++ |
---|
public: BasicGetter( Type^ clazz, PropertyInfo^ property, String^ propertyName ) |
Parameters
- clazz
- Type: System..::..Type
The Type that contains the Property get.
- property
- Type: System.Reflection..::..PropertyInfo
The PropertyInfo for reflection.
- propertyName
- Type: System..::..String
The name of the Property.