[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IComponentAttributesMapper.Parent(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IComponentParentMapper})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void Parent( MemberInfo parent, Action<IComponentParentMapper> parentMapping ) |
Visual Basic |
---|
Sub Parent ( _ parent As MemberInfo, _ parentMapping As Action(Of IComponentParentMapper) _ ) |
Visual C++ |
---|
void Parent( MemberInfo^ parent, Action<IComponentParentMapper^>^ parentMapping ) |
Parameters
- parent
- Type: System.Reflection..::..MemberInfo
[Missing <param name="parent"/> documentation for "M:NHibernate.Mapping.ByCode.IComponentAttributesMapper.Parent(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IComponentParentMapper})"]
- parentMapping
- Type: System..::..Action<(Of <(<'IComponentParentMapper>)>)>
[Missing <param name="parentMapping"/> documentation for "M:NHibernate.Mapping.ByCode.IComponentAttributesMapper.Parent(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IComponentParentMapper})"]