[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper.Map(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.IMapKeyRelation},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]

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

Syntax

C#
void Map(
	MemberInfo property,
	Action<IMapPropertiesMapper> collectionMapping,
	Action<IMapKeyRelation> keyMapping,
	Action<ICollectionElementRelation> mapping
)
Visual Basic
Sub Map ( _
	property As MemberInfo, _
	collectionMapping As Action(Of IMapPropertiesMapper), _
	keyMapping As Action(Of IMapKeyRelation), _
	mapping As Action(Of ICollectionElementRelation) _
)
Visual C++
void Map(
	MemberInfo^ property, 
	Action<IMapPropertiesMapper^>^ collectionMapping, 
	Action<IMapKeyRelation^>^ keyMapping, 
	Action<ICollectionElementRelation^>^ mapping
)

Parameters

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

[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper.Map(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.IMapKeyRelation},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]

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

[Missing <param name="collectionMapping"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper.Map(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.IMapKeyRelation},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]

keyMapping
Type: System..::..Action<(Of <(<'IMapKeyRelation>)>)>

[Missing <param name="keyMapping"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper.Map(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.IMapKeyRelation},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]

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

[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper.Map(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.IMapKeyRelation},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]

See Also