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

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

Syntax

C#
void Component<TComponent>(
	Expression<Func<TContainer, TComponent>> property,
	Action<IComponentMapper<TComponent>> mapping
)
where TComponent : class
Visual Basic
Sub Component(Of TComponent As Class) ( _
	property As Expression(Of Func(Of TContainer, TComponent)), _
	mapping As Action(Of IComponentMapper(Of TComponent)) _
)
Visual C++
generic<typename TComponent>
where TComponent : ref class
void Component(
	Expression<Func<TContainer, TComponent>^>^ property, 
	Action<IComponentMapper<TComponent>^>^ mapping
)

Parameters

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

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

mapping
Type: System..::..Action<(Of <(<'IComponentMapper<(Of <(<'TComponent>)>)>>)>)>

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

Type Parameters

TComponent

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

See Also