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

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
)
where TProperty : class
Visual Basic
Public Sub Parent(Of TProperty As Class) ( _
	parent As Expression(Of Func(Of TComponent, TProperty)) _
)
Visual C++
public:
generic<typename TProperty>
where TProperty : ref class
virtual void Parent(
	Expression<Func<TComponent, TProperty>^>^ parent
) 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.ComponentCustomizer`1.Parent``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})"]

Type Parameters

TProperty

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

Implements

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

See Also