[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.AbstractPropertyContainerMapper.IdBag(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IIdBagPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]

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

Syntax

C#
public virtual void IdBag(
	MemberInfo property,
	Action<IIdBagPropertiesMapper> collectionMapping,
	Action<ICollectionElementRelation> mapping
)
Visual Basic
Public Overridable Sub IdBag ( _
	property As MemberInfo, _
	collectionMapping As Action(Of IIdBagPropertiesMapper), _
	mapping As Action(Of ICollectionElementRelation) _
)
Visual C++
public:
virtual void IdBag(
	MemberInfo^ property, 
	Action<IIdBagPropertiesMapper^>^ collectionMapping, 
	Action<ICollectionElementRelation^>^ mapping
)

Parameters

property
Type: System.Reflection..::..MemberInfo

[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.AbstractPropertyContainerMapper.IdBag(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IIdBagPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]

collectionMapping
Type: System..::..Action<(Of <(<'IIdBagPropertiesMapper>)>)>

[Missing <param name="collectionMapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.AbstractPropertyContainerMapper.IdBag(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IIdBagPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]

mapping
Type: System..::..Action<(Of <(<'ICollectionElementRelation>)>)>

[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.AbstractPropertyContainerMapper.IdBag(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IIdBagPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]

Implements

ICollectionPropertiesContainerMapper..::..IdBag(MemberInfo, Action<(Of <<'(IIdBagPropertiesMapper>)>>), Action<(Of <<'(ICollectionElementRelation>)>>))

See Also