A custom type for mapping user-written classes that implement IPersistentCollection.

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

Syntax

C#
[SerializableAttribute]
public class CustomCollectionType : CollectionType
Visual Basic
<SerializableAttribute> _
Public Class CustomCollectionType _
	Inherits CollectionType
Visual C++
[SerializableAttribute]
public ref class CustomCollectionType : public CollectionType

Inheritance Hierarchy

System..::..Object
  NHibernate.Type..::..AbstractType
    NHibernate.Type..::..CollectionType
      NHibernate.Type..::..CustomCollectionType

See Also