[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.ComponentCustomizer`1"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public class ComponentCustomizer<TComponent> : PropertyContainerCustomizer<TEntity>, IComponentMapper<TComponent>, IComponentAttributesMapper<TComponent>, IEntityPropertyMapper, IAccessorPropertyMapper, IPropertyContainerMapper<TEntity>, ICollectionPropertiesContainerMapper<TEntity>, IPlainPropertyContainerMapper<TEntity>, IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer>, IConformistHoldersProvider where TComponent : class |
Visual Basic |
---|
Public Class ComponentCustomizer(Of TComponent As Class) _ Inherits PropertyContainerCustomizer(Of TEntity) _ Implements IComponentMapper(Of TComponent), IComponentAttributesMapper(Of TComponent), _ IEntityPropertyMapper, IAccessorPropertyMapper, IPropertyContainerMapper(Of TEntity), ICollectionPropertiesContainerMapper(Of TEntity), _ IPlainPropertyContainerMapper(Of TEntity), IBasePlainPropertyContainerMapper(Of TContainer), IMinimalPlainPropertyContainerMapper(Of TContainer), _ IConformistHoldersProvider |
Visual C++ |
---|
generic<typename TComponent> where TComponent : ref class public ref class ComponentCustomizer : public PropertyContainerCustomizer<TEntity>, IComponentMapper<TComponent>, IComponentAttributesMapper<TComponent>, IEntityPropertyMapper, IAccessorPropertyMapper, IPropertyContainerMapper<TEntity>, ICollectionPropertiesContainerMapper<TEntity>, IPlainPropertyContainerMapper<TEntity>, IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer>, IConformistHoldersProvider |
Type Parameters
- TComponent
[Missing <typeparam name="TComponent"/> documentation for "T:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.ComponentCustomizer`1"]
Inheritance Hierarchy
System..::..Object
NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..PropertyContainerCustomizer<(Of <(<'TEntity>)>)>
NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..ComponentCustomizer<(Of <(<'TComponent>)>)>
NHibernate.Mapping.ByCode.Conformist..::..ComponentMapping<(Of <(<'T>)>)>
NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..PropertyContainerCustomizer<(Of <(<'TEntity>)>)>
NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..ComponentCustomizer<(Of <(<'TComponent>)>)>
NHibernate.Mapping.ByCode.Conformist..::..ComponentMapping<(Of <(<'T>)>)>