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

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

Syntax

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

Parameters

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

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

Implements

IClassAttributesMapper<(Of <(<'TEntity>)>)>..::..ComposedId(Action<(Of <<'(IComposedIdMapper<(Of <<'(TEntity>)>>)>)>>))

See Also