The base implementation of the IType interface.
Mapping of the built in Type hierarchy.
Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
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 |
Inheritance Hierarchy
System.Object
NHibernate.Type.AbstractType
NHibernate.Type.NullableType
NHibernate.Type.AnyType
NHibernate.Type.CollectionType
NHibernate.Type.ComponentType
NHibernate.Type.CompositeCustomType
NHibernate.Type.CustomType
NHibernate.Type.DynamicComponentType
NHibernate.Type.EntityType
NHibernate.Type.MetaType
NHibernate.Type.AbstractType
NHibernate.Type.NullableType
NHibernate.Type.AnyType
NHibernate.Type.CollectionType
NHibernate.Type.ComponentType
NHibernate.Type.CompositeCustomType
NHibernate.Type.CustomType
NHibernate.Type.DynamicComponentType
NHibernate.Type.EntityType
NHibernate.Type.MetaType