The base implementation of the IType interface.
Mapping of the built in Type hierarchy.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public abstract class AbstractType : IType, ICacheAssembler |
Visual Basic |
---|
<SerializableAttribute> _ Public MustInherit Class AbstractType _ Implements IType, ICacheAssembler |
Visual C++ |
---|
[SerializableAttribute] public ref class AbstractType abstract : IType, ICacheAssembler |
Inheritance Hierarchy
System..::..Object
NHibernate.Type..::..AbstractType
NHibernate.Type..::..AnyType
NHibernate.Type..::..ClassMetaType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..ComponentType
NHibernate.Type..::..CompositeCustomType
NHibernate.Type..::..CustomType
NHibernate.Type..::..EntityType
NHibernate.Type..::..MetaType
NHibernate.Type..::..NullableType
NHibernate.Type..::..AbstractType
NHibernate.Type..::..AnyType
NHibernate.Type..::..ClassMetaType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..ComponentType
NHibernate.Type..::..CompositeCustomType
NHibernate.Type..::..CustomType
NHibernate.Type..::..EntityType
NHibernate.Type..::..MetaType
NHibernate.Type..::..NullableType