[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper`1.ComposedId(System.Action{NHibernate.Mapping.ByCode.IComposedIdMapper{`0}})"]

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

Syntax

C#
void ComposedId(
	Action<IComposedIdMapper<TEntity>> idPropertiesMapping
)
Visual Basic
Sub ComposedId ( _
	idPropertiesMapping As Action(Of IComposedIdMapper(Of TEntity)) _
)
Visual C++
void ComposedId(
	Action<IComposedIdMapper<TEntity>^>^ idPropertiesMapping
)

Parameters

idPropertiesMapping
Type: System..::..Action<(Of <(<'IComposedIdMapper<(Of <(<'TEntity>)>)>>)>)>

[Missing <param name="idPropertiesMapping"/> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper`1.ComposedId(System.Action{NHibernate.Mapping.ByCode.IComposedIdMapper{`0}})"]

See Also