[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.Map``2(System.String,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper{`0,``0,``1}},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation{``1}})"]

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

Syntax

C#
void Map<TKey, TElement>(
	string notVisiblePropertyOrFieldName,
	Action<IMapPropertiesMapper<TEntity, TKey, TElement>> collectionMapping,
	Action<ICollectionElementRelation<TElement>> mapping
)
Visual Basic
Sub Map(Of TKey, TElement) ( _
	notVisiblePropertyOrFieldName As String, _
	collectionMapping As Action(Of IMapPropertiesMapper(Of TEntity, TKey, TElement)), _
	mapping As Action(Of ICollectionElementRelation(Of TElement)) _
)
Visual C++
generic<typename TKey, typename TElement>
void Map(
	String^ notVisiblePropertyOrFieldName, 
	Action<IMapPropertiesMapper<TEntity, TKey, TElement>^>^ collectionMapping, 
	Action<ICollectionElementRelation<TElement>^>^ mapping
)

Parameters

notVisiblePropertyOrFieldName
Type: System..::..String

[Missing <param name="notVisiblePropertyOrFieldName"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.Map``2(System.String,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper{`0,``0,``1}},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation{``1}})"]

collectionMapping
Type: System..::..Action<(Of <(<'IMapPropertiesMapper<(Of <(<'TEntity, TKey, TElement>)>)>>)>)>

[Missing <param name="collectionMapping"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.Map``2(System.String,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper{`0,``0,``1}},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation{``1}})"]

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

[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.Map``2(System.String,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper{`0,``0,``1}},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation{``1}})"]

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.Map``2(System.String,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper{`0,``0,``1}},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation{``1}})"]

TElement

[Missing <typeparam name="TElement"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.Map``2(System.String,System.Action{NHibernate.Mapping.ByCode.IMapPropertiesMapper{`0,``0,``1}},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation{``1}})"]

See Also