Initializes a new instance of the XmlAccessor..::..TextSetter class

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

Syntax

C#
public TextSetter(
	IType propertyType
)
Visual Basic
Public Sub New ( _
	propertyType As IType _
)
Visual C++
public:
TextSetter(
	IType^ propertyType
)

Parameters

propertyType
Type: NHibernate.Type..::..IType

[Missing <param name="propertyType"/> documentation for "M:NHibernate.Properties.XmlAccessor.TextSetter.#ctor(NHibernate.Type.IType)"]

See Also