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