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

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

Syntax

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

Parameters

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

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

See Also