Initializes a new instance of the ManyToOneType class

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

Syntax

C#
public ManyToOneType(
	string entityName,
	string uniqueKeyPropertyName,
	bool lazy,
	bool unwrapProxy,
	bool isEmbeddedInXML,
	bool ignoreNotFound
)
Visual Basic
Public Sub New ( _
	entityName As String, _
	uniqueKeyPropertyName As String, _
	lazy As Boolean, _
	unwrapProxy As Boolean, _
	isEmbeddedInXML As Boolean, _
	ignoreNotFound As Boolean _
)
Visual C++
public:
ManyToOneType(
	String^ entityName, 
	String^ uniqueKeyPropertyName, 
	bool lazy, 
	bool unwrapProxy, 
	bool isEmbeddedInXML, 
	bool ignoreNotFound
)

Parameters

entityName
Type: System..::..String

[Missing <param name="entityName"/> documentation for "M:NHibernate.Type.ManyToOneType.#ctor(System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

uniqueKeyPropertyName
Type: System..::..String

[Missing <param name="uniqueKeyPropertyName"/> documentation for "M:NHibernate.Type.ManyToOneType.#ctor(System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

lazy
Type: System..::..Boolean

[Missing <param name="lazy"/> documentation for "M:NHibernate.Type.ManyToOneType.#ctor(System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

unwrapProxy
Type: System..::..Boolean

[Missing <param name="unwrapProxy"/> documentation for "M:NHibernate.Type.ManyToOneType.#ctor(System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

isEmbeddedInXML
Type: System..::..Boolean

[Missing <param name="isEmbeddedInXML"/> documentation for "M:NHibernate.Type.ManyToOneType.#ctor(System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

ignoreNotFound
Type: System..::..Boolean

[Missing <param name="ignoreNotFound"/> documentation for "M:NHibernate.Type.ManyToOneType.#ctor(System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also