The base class for an IType that maps collections to the database.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class CollectionType _
	Inherits AbstractType _
	Implements IAssociationType, IType, ICacheAssembler
C#
[SerializableAttribute]
public abstract class CollectionType : AbstractType, IAssociationType, IType, ICacheAssembler
Visual C++
[SerializableAttribute]
public ref class CollectionType abstract : public AbstractType, IAssociationType, IType, ICacheAssembler

Inheritance Hierarchy