The base class for an IType that maps collections
to the database.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public abstract class CollectionType : AbstractType, IAssociationType, IType, ICacheAssembler |
Visual Basic |
---|
<SerializableAttribute> _ Public MustInherit Class CollectionType _ Inherits AbstractType _ Implements IAssociationType, IType, ICacheAssembler |
Visual C++ |
---|
[SerializableAttribute] public ref class CollectionType abstract : public AbstractType, IAssociationType, IType, ICacheAssembler |
Inheritance Hierarchy
System..::..Object
NHibernate.Type..::..AbstractType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..ArrayType
NHibernate.Type..::..BagType
NHibernate.Type..::..CustomCollectionType
NHibernate.Type..::..IdentifierBagType
NHibernate.Type..::..ListType
NHibernate.Type..::..MapType
NHibernate.Type..::..SetType
NHibernate.Type..::..AbstractType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..ArrayType
NHibernate.Type..::..BagType
NHibernate.Type..::..CustomCollectionType
NHibernate.Type..::..IdentifierBagType
NHibernate.Type..::..ListType
NHibernate.Type..::..MapType
NHibernate.Type..::..SetType