Initializes a new instance of FieldGetter.
Namespace:
NHibernate.PropertyAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ field As FieldInfo, _ clazz As Type, _ name As String _ ) |
C# |
---|
public FieldGetter( FieldInfo field, Type clazz, string name ) |
Visual C++ |
---|
public: FieldGetter( FieldInfo^ field, Type^ clazz, String^ name ) |
JavaScript |
---|
NHibernate.Property.FieldGetter = function(field, clazz, name); |
Parameters
- field
- Type: System.Reflection..::.FieldInfo
The FieldInfo for reflection.
- clazz
- Type: System..::.Type
The Type that contains the field to use for the Property get.
- name
- Type: System..::.String
The name of the Field.