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