[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.ClassCustomizer`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 ClassCustomizer<TEntity> : PropertyContainerCustomizer<TEntity>, 
	IClassMapper<TEntity>, IClassAttributesMapper<TEntity>, IEntityAttributesMapper, IEntitySqlsMapper, 
	IPropertyContainerMapper<TEntity>, ICollectionPropertiesContainerMapper<TEntity>, IPlainPropertyContainerMapper<TEntity>, 
	IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer>, IConformistHoldersProvider
where TEntity : class
Visual Basic
Public Class ClassCustomizer(Of TEntity As Class) _
	Inherits PropertyContainerCustomizer(Of TEntity) _
	Implements IClassMapper(Of TEntity), IClassAttributesMapper(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 ClassCustomizer : public PropertyContainerCustomizer<TEntity>, 
	IClassMapper<TEntity>, IClassAttributesMapper<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.ClassCustomizer`1"]

Inheritance Hierarchy

System..::..Object
  NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..PropertyContainerCustomizer<(Of <(<'TEntity>)>)>
    NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..ClassCustomizer<(Of <(<'TEntity>)>)>
      NHibernate.Mapping.ByCode.Conformist..::..ClassMapping<(Of <(<'T>)>)>

See Also