[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.Component``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IComponentMapper{``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 Component<TComponent>(
	Expression<Func<TEntity, TComponent>> property,
	Action<IComponentMapper<TComponent>> mapping
)
where TComponent : class
Visual Basic
Public Sub Component(Of TComponent As Class) ( _
	property As Expression(Of Func(Of TEntity, TComponent)), _
	mapping As Action(Of IComponentMapper(Of TComponent)) _
)
Visual C++
public:
generic<typename TComponent>
where TComponent : ref class
virtual void Component(
	Expression<Func<TEntity, TComponent>^>^ property, 
	Action<IComponentMapper<TComponent>^>^ mapping
) sealed

Parameters

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

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

See Also