Common base class for CharType and AnsiCharType.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  NHibernate.Type..::..AbstractType
    NHibernate.Type..::..NullableType
      NHibernate.Type..::..ImmutableType
        NHibernate.Type..::..PrimitiveType
          NHibernate.Type..::..AbstractCharType
            NHibernate.Type..::..AnsiCharType
            NHibernate.Type..::..CharType

See Also