[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.DetermineCollectionElementRelationType(System.Reflection.MemberInfo,NHibernate.Mapping.ByCode.PropertyPath,System.Type)"]

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

Syntax

C#
protected virtual ModelMapper..::..ICollectionElementRelationMapper DetermineCollectionElementRelationType(
	MemberInfo property,
	PropertyPath propertyPath,
	Type collectionElementType
)
Visual Basic
Protected Overridable Function DetermineCollectionElementRelationType ( _
	property As MemberInfo, _
	propertyPath As PropertyPath, _
	collectionElementType As Type _
) As ModelMapper..::..ICollectionElementRelationMapper
Visual C++
protected:
virtual ModelMapper..::..ICollectionElementRelationMapper^ DetermineCollectionElementRelationType(
	MemberInfo^ property, 
	PropertyPath^ propertyPath, 
	Type^ collectionElementType
)

Parameters

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

[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.DetermineCollectionElementRelationType(System.Reflection.MemberInfo,NHibernate.Mapping.ByCode.PropertyPath,System.Type)"]

propertyPath
Type: NHibernate.Mapping.ByCode..::..PropertyPath

[Missing <param name="propertyPath"/> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.DetermineCollectionElementRelationType(System.Reflection.MemberInfo,NHibernate.Mapping.ByCode.PropertyPath,System.Type)"]

collectionElementType
Type: System..::..Type

[Missing <param name="collectionElementType"/> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.DetermineCollectionElementRelationType(System.Reflection.MemberInfo,NHibernate.Mapping.ByCode.PropertyPath,System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.DetermineCollectionElementRelationType(System.Reflection.MemberInfo,NHibernate.Mapping.ByCode.PropertyPath,System.Type)"]

See Also