Initializes a new instance of BasicSetter.
Namespace:
NHibernate.PropertyAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ clazz As Type, _ property As PropertyInfo, _ propertyName As String _ ) |
C# |
---|
public BasicSetter( Type clazz, PropertyInfo property, string propertyName ) |
Visual C++ |
---|
public: BasicSetter( Type^ clazz, PropertyInfo^ property, String^ propertyName ) |
JavaScript |
---|
NHibernate.Property.BasicSetter = function(clazz, property, propertyName); |
Parameters
- clazz
- Type: System..::.Type
The Type that contains the Property set.
- property
- Type: System.Reflection..::.PropertyInfo
The PropertyInfo for reflection.
- propertyName
- Type: System..::.String
The name of the mapped Property.