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

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

Syntax

C#
public TextGetter(
	IType propertyType,
	ISessionFactoryImplementor factory
)
Visual Basic
Public Sub New ( _
	propertyType As IType, _
	factory As ISessionFactoryImplementor _
)
Visual C++
public:
TextGetter(
	IType^ propertyType, 
	ISessionFactoryImplementor^ factory
)

Parameters

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

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

factory
Type: NHibernate.Engine..::..ISessionFactoryImplementor

[Missing <param name="factory"/> documentation for "M:NHibernate.Properties.XmlAccessor.TextGetter.#ctor(NHibernate.Type.IType,NHibernate.Engine.ISessionFactoryImplementor)"]

See Also