[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterDynamicComponentMapping``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.IDictionary}},System.Action{NHibernate.Mapping.ByCode.IDynamicComponentMapper{``0}})"]

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

Syntax

C#
protected virtual void RegisterDynamicComponentMapping<TComponent>(
	Expression<Func<TEntity, IDictionary>> property,
	Action<IDynamicComponentMapper<TComponent>> mapping
)
where TComponent : class
Visual Basic
Protected Overridable Sub RegisterDynamicComponentMapping(Of TComponent As Class) ( _
	property As Expression(Of Func(Of TEntity, IDictionary)), _
	mapping As Action(Of IDynamicComponentMapper(Of TComponent)) _
)
Visual C++
protected:
generic<typename TComponent>
where TComponent : ref class
virtual void RegisterDynamicComponentMapping(
	Expression<Func<TEntity, IDictionary^>^>^ property, 
	Action<IDynamicComponentMapper<TComponent>^>^ mapping
)

Parameters

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

[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterDynamicComponentMapping``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.IDictionary}},System.Action{NHibernate.Mapping.ByCode.IDynamicComponentMapper{``0}})"]

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

[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterDynamicComponentMapping``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.IDictionary}},System.Action{NHibernate.Mapping.ByCode.IDynamicComponentMapper{``0}})"]

Type Parameters

TComponent

[Missing <typeparam name="TComponent"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.RegisterDynamicComponentMapping``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.IDictionary}},System.Action{NHibernate.Mapping.ByCode.IDynamicComponentMapper{``0}})"]

See Also