Initializes a new instance of the XmlAccessor..::..ElementGetter class
Namespace: NHibernate.PropertiesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public ElementGetter( string name, IType propertyType, ISessionFactoryImplementor factory ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ propertyType As IType, _ factory As ISessionFactoryImplementor _ ) |
Visual C++ |
---|
public: ElementGetter( String^ name, IType^ propertyType, ISessionFactoryImplementor^ factory ) |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:NHibernate.Properties.XmlAccessor.ElementGetter.#ctor(System.String,NHibernate.Type.IType,NHibernate.Engine.ISessionFactoryImplementor)"]
- propertyType
- Type: NHibernate.Type..::..IType
[Missing <param name="propertyType"/> documentation for "M:NHibernate.Properties.XmlAccessor.ElementGetter.#ctor(System.String,NHibernate.Type.IType,NHibernate.Engine.ISessionFactoryImplementor)"]
- factory
- Type: NHibernate.Engine..::..ISessionFactoryImplementor
[Missing <param name="factory"/> documentation for "M:NHibernate.Properties.XmlAccessor.ElementGetter.#ctor(System.String,NHibernate.Type.IType,NHibernate.Engine.ISessionFactoryImplementor)"]