The base implementation of the IType interface. Mapping of the built in Type hierarchy.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class AbstractType _
	Implements IType, ICacheAssembler
C#
[SerializableAttribute]
public abstract class AbstractType : IType, 
	ICacheAssembler
Visual C++
[SerializableAttribute]
public ref class AbstractType abstract : IType, 
	ICacheAssembler
JavaScript
NHibernate.Type.AbstractType = function();

Type.createClass(
	'NHibernate.Type.AbstractType',
	null,
	NHibernate.Type.IType,
	NHibernate.Type.ICacheAssembler);

Inheritance Hierarchy

See Also