Initializes a new instance of the ComponentNestedElementMapper class

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

Syntax

C#
public ComponentNestedElementMapper(
	Type componentType,
	HbmMapping mapDoc,
	HbmNestedCompositeElement component,
	MemberInfo declaringComponentMember
)
Visual Basic
Public Sub New ( _
	componentType As Type, _
	mapDoc As HbmMapping, _
	component As HbmNestedCompositeElement, _
	declaringComponentMember As MemberInfo _
)
Visual C++
public:
ComponentNestedElementMapper(
	Type^ componentType, 
	HbmMapping^ mapDoc, 
	HbmNestedCompositeElement^ component, 
	MemberInfo^ declaringComponentMember
)

Parameters

componentType
Type: System..::..Type

[Missing <param name="componentType"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ComponentNestedElementMapper.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping,NHibernate.Cfg.MappingSchema.HbmNestedCompositeElement,System.Reflection.MemberInfo)"]

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

[Missing <param name="mapDoc"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ComponentNestedElementMapper.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping,NHibernate.Cfg.MappingSchema.HbmNestedCompositeElement,System.Reflection.MemberInfo)"]

component
Type: NHibernate.Cfg.MappingSchema..::..HbmNestedCompositeElement

[Missing <param name="component"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ComponentNestedElementMapper.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping,NHibernate.Cfg.MappingSchema.HbmNestedCompositeElement,System.Reflection.MemberInfo)"]

declaringComponentMember
Type: System.Reflection..::..MemberInfo

[Missing <param name="declaringComponentMember"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ComponentNestedElementMapper.#ctor(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping,NHibernate.Cfg.MappingSchema.HbmNestedCompositeElement,System.Reflection.MemberInfo)"]

See Also