Common base class for CharType and AnsiCharType.

Namespace: NHibernate.Type
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class BaseCharType _
	Inherits ValueTypeType _
	Implements IDiscriminatorType, IIdentifierType, IType, ICacheAssembler, ILiteralType
C#
[SerializableAttribute]
public abstract class BaseCharType : ValueTypeType, IDiscriminatorType, IIdentifierType, IType, ICacheAssembler, ILiteralType
Visual C++
[SerializableAttribute]
public ref class BaseCharType abstract : public ValueTypeType, IDiscriminatorType, IIdentifierType, IType, ICacheAssembler, ILiteralType

Inheritance Hierarchy

System.Object
  NHibernate.Type.AbstractType
    NHibernate.Type.NullableType
      NHibernate.Type.ImmutableType
        NHibernate.Type.ValueTypeType
          NHibernate.Type.BaseCharType
            NHibernate.Type.AnsiCharType
            NHibernate.Type.CharType