[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterListMapping``1(System.Action{NHibernate.Mapping.ByCode.IListPropertiesMapper{`0,``0}},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation{``0}},System.Reflection.MemberInfo[])"]

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

Syntax

C#
protected void RegisterListMapping<TElement>(
	Action<IListPropertiesMapper<TEntity, TElement>> collectionMapping,
	Action<ICollectionElementRelation<TElement>> mapping,
	params MemberInfo[] members
)
Visual Basic
Protected Sub RegisterListMapping(Of TElement) ( _
	collectionMapping As Action(Of IListPropertiesMapper(Of TEntity, TElement)), _
	mapping As Action(Of ICollectionElementRelation(Of TElement)), _
	ParamArray members As MemberInfo() _
)
Visual C++
protected:
generic<typename TElement>
void RegisterListMapping(
	Action<IListPropertiesMapper<TEntity, TElement>^>^ collectionMapping, 
	Action<ICollectionElementRelation<TElement>^>^ mapping, 
	... array<MemberInfo^>^ members
)

Parameters

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

[Missing <param name="collectionMapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterListMapping``1(System.Action{NHibernate.Mapping.ByCode.IListPropertiesMapper{`0,``0}},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation{``0}},System.Reflection.MemberInfo[])"]

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

[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterListMapping``1(System.Action{NHibernate.Mapping.ByCode.IListPropertiesMapper{`0,``0}},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation{``0}},System.Reflection.MemberInfo[])"]

members
Type: array<System.Reflection..::..MemberInfo>[]()[][]

[Missing <param name="members"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterListMapping``1(System.Action{NHibernate.Mapping.ByCode.IListPropertiesMapper{`0,``0}},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation{``0}},System.Reflection.MemberInfo[])"]

Type Parameters

TElement

[Missing <typeparam name="TElement"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterListMapping``1(System.Action{NHibernate.Mapping.ByCode.IListPropertiesMapper{`0,``0}},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation{``0}},System.Reflection.MemberInfo[])"]

See Also