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

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

Syntax

C#
public ElementAttributeSetter(
	string name,
	IType propertyType
)
Visual Basic
Public Sub New ( _
	name As String, _
	propertyType As IType _
)
Visual C++
public:
ElementAttributeSetter(
	String^ name, 
	IType^ propertyType
)

Parameters

name
Type: System..::..String

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

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

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

See Also