[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.DynamicComponentCustomizer`1"]

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

Syntax

C#
public class DynamicComponentCustomizer<TComponent> : PropertyContainerCustomizer<TEntity>, 
	IDynamicComponentMapper<TComponent>, IDynamicComponentAttributesMapper<TComponent>, IEntityPropertyMapper, 
	IAccessorPropertyMapper, IPropertyContainerMapper<TEntity>, ICollectionPropertiesContainerMapper<TEntity>, IPlainPropertyContainerMapper<TEntity>, 
	IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer>
where TComponent : class
Visual Basic
Public Class DynamicComponentCustomizer(Of TComponent As Class) _
	Inherits PropertyContainerCustomizer(Of TEntity) _
	Implements IDynamicComponentMapper(Of TComponent), IDynamicComponentAttributesMapper(Of TComponent),  _
	IEntityPropertyMapper, IAccessorPropertyMapper, IPropertyContainerMapper(Of TEntity), ICollectionPropertiesContainerMapper(Of TEntity),  _
	IPlainPropertyContainerMapper(Of TEntity), IBasePlainPropertyContainerMapper(Of TContainer), IMinimalPlainPropertyContainerMapper(Of TContainer)
Visual C++
generic<typename TComponent>
where TComponent : ref class
public ref class DynamicComponentCustomizer : public PropertyContainerCustomizer<TEntity>, 
	IDynamicComponentMapper<TComponent>, IDynamicComponentAttributesMapper<TComponent>, IEntityPropertyMapper, 
	IAccessorPropertyMapper, IPropertyContainerMapper<TEntity>, ICollectionPropertiesContainerMapper<TEntity>, IPlainPropertyContainerMapper<TEntity>, 
	IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer>

Type Parameters

TComponent

[Missing <typeparam name="TComponent"/> documentation for "T:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.DynamicComponentCustomizer`1"]

Inheritance Hierarchy

System..::..Object
  NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..PropertyContainerCustomizer<(Of <(<'TEntity>)>)>
    NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..DynamicComponentCustomizer<(Of <(<'TComponent>)>)>

See Also