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

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class CustomCollectionType _
	Inherits CollectionType
C#
[SerializableAttribute]
public class CustomCollectionType : 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