Initializes a new instance of the CollectionElementRelation class

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public CollectionElementRelation(
	Type collectionElementType,
	HbmMapping mapDoc,
	Action<Object> elementRelationshipAssing
)
Visual Basic
Public Sub New ( _
	collectionElementType As Type, _
	mapDoc As HbmMapping, _
	elementRelationshipAssing As Action(Of Object) _
)
Visual C++
public:
CollectionElementRelation(
	Type^ collectionElementType, 
	HbmMapping^ mapDoc, 
	Action<Object^>^ elementRelationshipAssing
)

Parameters

collectionElementType
Type: System..::..Type

[Missing <param name="collectionElementType"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CollectionElementRelation.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping,System.Action{System.Object})"]

mapDoc
Type: NHibernate.Cfg.MappingSchema..::..HbmMapping

[Missing <param name="mapDoc"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CollectionElementRelation.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping,System.Action{System.Object})"]

elementRelationshipAssing
Type: System..::..Action<(Of <(<'Object>)>)>

[Missing <param name="elementRelationshipAssing"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CollectionElementRelation.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping,System.Action{System.Object})"]

See Also