Base class for enum types.

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public abstract class AbstractEnumType : PrimitiveType, 
	IDiscriminatorType, IIdentifierType, IType, ICacheAssembler, ILiteralType
Visual Basic
<SerializableAttribute> _
Public MustInherit Class AbstractEnumType _
	Inherits PrimitiveType _
	Implements IDiscriminatorType, IIdentifierType, IType, ICacheAssembler,  _
	ILiteralType
Visual C++
[SerializableAttribute]
public ref class AbstractEnumType abstract : public PrimitiveType, 
	IDiscriminatorType, IIdentifierType, IType, ICacheAssembler, ILiteralType

Inheritance Hierarchy

See Also