PersistentEnumType

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PersistentEnumType _
	Inherits ValueTypeType _
	Implements ILiteralType
C#
[SerializableAttribute]
public class PersistentEnumType : ValueTypeType, 
	ILiteralType
Visual C++
[SerializableAttribute]
public ref class PersistentEnumType : public ValueTypeType, 
	ILiteralType
JavaScript
NHibernate.Type.PersistentEnumType = function();

Type.createClass(
	'NHibernate.Type.PersistentEnumType',
	NHibernate.Type.ValueTypeType,
	NHibernate.Type.ILiteralType);

Inheritance Hierarchy

System..::.Object
  NHibernate.Type..::.AbstractType
    NHibernate.Type..::.NullableType
      NHibernate.Type..::.ImmutableType
        NHibernate.Type..::.ValueTypeType
          NHibernate.Type..::.PersistentEnumType

See Also