[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.GetComponentParentReferenceProperty(System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo},System.Type)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected MemberInfo GetComponentParentReferenceProperty( IEnumerable<MemberInfo> persistentProperties, Type propertiesContainerType ) |
Visual Basic |
---|
Protected Function GetComponentParentReferenceProperty ( _ persistentProperties As IEnumerable(Of MemberInfo), _ propertiesContainerType As Type _ ) As MemberInfo |
Visual C++ |
---|
protected: MemberInfo^ GetComponentParentReferenceProperty( IEnumerable<MemberInfo^>^ persistentProperties, Type^ propertiesContainerType ) |
Parameters
- persistentProperties
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'MemberInfo>)>)>
[Missing <param name="persistentProperties"/> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.GetComponentParentReferenceProperty(System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo},System.Type)"]
- propertiesContainerType
- Type: System..::..Type
[Missing <param name="propertiesContainerType"/> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.GetComponentParentReferenceProperty(System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo},System.Type)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.GetComponentParentReferenceProperty(System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo},System.Type)"]