[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper.List(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IListPropertiesMapper},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 List(
	MemberInfo property,
	Action<IListPropertiesMapper> collectionMapping,
	Action<ICollectionElementRelation> mapping
)
Visual Basic
Sub List ( _
	property As MemberInfo, _
	collectionMapping As Action(Of IListPropertiesMapper), _
	mapping As Action(Of ICollectionElementRelation) _
)
Visual C++
void List(
	MemberInfo^ property, 
	Action<IListPropertiesMapper^>^ collectionMapping, 
	Action<ICollectionElementRelation^>^ mapping
)

Parameters

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

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

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

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

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

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

See Also