[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.DynamicComponentMapper.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.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Parameters

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

[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.DynamicComponentMapper.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.Impl.DynamicComponentMapper.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.Impl.DynamicComponentMapper.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.Impl.DynamicComponentMapper.Map(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.IMapKeyRelation},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]

Implements

ICollectionPropertiesContainerMapper..::..Map(MemberInfo, Action<(Of <<'(IMapPropertiesMapper>)>>), Action<(Of <<'(IMapKeyRelation>)>>), Action<(Of <<'(ICollectionElementRelation>)>>))

See Also