Initializes a new instance of the ComponentAsIdLikeComponetAttributesMapper class

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

Syntax

C#
public ComponentAsIdLikeComponetAttributesMapper(
	IComponentAsIdMapper realMapper
)
Visual Basic
Public Sub New ( _
	realMapper As IComponentAsIdMapper _
)
Visual C++
public:
ComponentAsIdLikeComponetAttributesMapper(
	IComponentAsIdMapper^ realMapper
)

Parameters

realMapper
Type: NHibernate.Mapping.ByCode..::..IComponentAsIdMapper

[Missing <param name="realMapper"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ComponentAsIdLikeComponetAttributesMapper.#ctor(NHibernate.Mapping.ByCode.IComponentAsIdMapper)"]

See Also