Superclass of ValueType types.

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

Syntax

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

Inheritance Hierarchy

System.Object
  NHibernate.Type.AbstractType
    NHibernate.Type.NullableType
      NHibernate.Type.ImmutableType
        NHibernate.Type.ValueTypeType
          NHibernate.Type.BaseCharType
          NHibernate.Type.BooleanType
          NHibernate.Type.ByteType
          NHibernate.Type.DateTimeType
          NHibernate.Type.DateType
          NHibernate.Type.DecimalType
          NHibernate.Type.DoubleType
          NHibernate.Type.GuidType
          NHibernate.Type.Int16Type
          NHibernate.Type.Int32Type
          NHibernate.Type.Int64Type
          NHibernate.Type.PersistentEnumType
          NHibernate.Type.SByteType
          NHibernate.Type.SingleType
          NHibernate.Type.TicksType
          NHibernate.Type.TimeSpanType
          NHibernate.Type.TimestampType
          NHibernate.Type.TimeType
          NHibernate.Type.UInt16Type
          NHibernate.Type.UInt32Type
          NHibernate.Type.UInt64Type