[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IComponentAttributesMapper`1.Parent``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IComponentParentMapper})"]

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

Syntax

C#
void Parent<TProperty>(
	Expression<Func<TComponent, TProperty>> parent,
	Action<IComponentParentMapper> parentMapping
)
where TProperty : class
Visual Basic
Sub Parent(Of TProperty As Class) ( _
	parent As Expression(Of Func(Of TComponent, TProperty)), _
	parentMapping As Action(Of IComponentParentMapper) _
)
Visual C++
generic<typename TProperty>
where TProperty : ref class
void Parent(
	Expression<Func<TComponent, TProperty>^>^ parent, 
	Action<IComponentParentMapper^>^ parentMapping
)

Parameters

parent
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TComponent, TProperty>)>)>>)>)>

[Missing <param name="parent"/> documentation for "M:NHibernate.Mapping.ByCode.IComponentAttributesMapper`1.Parent``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IComponentParentMapper})"]

parentMapping
Type: System..::..Action<(Of <(<'IComponentParentMapper>)>)>

[Missing <param name="parentMapping"/> documentation for "M:NHibernate.Mapping.ByCode.IComponentAttributesMapper`1.Parent``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IComponentParentMapper})"]

Type Parameters

TProperty

[Missing <typeparam name="TProperty"/> documentation for "M:NHibernate.Mapping.ByCode.IComponentAttributesMapper`1.Parent``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IComponentParentMapper})"]

See Also