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

Inheritance Hierarchy

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

See Also