Initializes a new instance of BasicPropertyAccessor..::..BasicSetter.

Namespace: NHibernate.Properties
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public BasicSetter(
	Type clazz,
	PropertyInfo property,
	string propertyName
)
Visual Basic
Public Sub New ( _
	clazz As Type, _
	property As PropertyInfo, _
	propertyName As String _
)
Visual C++
public:
BasicSetter(
	Type^ clazz, 
	PropertyInfo^ property, 
	String^ 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.

See Also