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

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

Syntax

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

Parameters

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

[Missing <param name="parent"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.ComponentElementCustomizer`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.Impl.CustomizersImpl.ComponentElementCustomizer`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.Impl.CustomizersImpl.ComponentElementCustomizer`1.Parent``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IComponentParentMapper})"]

Implements

IComponentAttributesMapper<(Of <(<'TComponent>)>)>..::..Parent<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TComponent, TProperty>)>>)>)>>), Action<(Of <<'(IComponentParentMapper>)>>))

See Also