Initializes a new instance of the AccessorPropertyMapper class

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public AccessorPropertyMapper(
	Type declaringType,
	string propertyName,
	Action<string> accesorValueSetter
)
Visual Basic
Public Sub New ( _
	declaringType As Type, _
	propertyName As String, _
	accesorValueSetter As Action(Of String) _
)
Visual C++
public:
AccessorPropertyMapper(
	Type^ declaringType, 
	String^ propertyName, 
	Action<String^>^ accesorValueSetter
)

Parameters

declaringType
Type: System..::..Type

[Missing <param name="declaringType"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.AccessorPropertyMapper.#ctor(System.Type,System.String,System.Action{System.String})"]

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.AccessorPropertyMapper.#ctor(System.Type,System.String,System.Action{System.String})"]

accesorValueSetter
Type: System..::..Action<(Of <(<'String>)>)>

[Missing <param name="accesorValueSetter"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.AccessorPropertyMapper.#ctor(System.Type,System.String,System.Action{System.String})"]

See Also