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

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

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
JavaScript
NHibernate.Type.CustomCollectionType = function();

Type.createClass(
	'NHibernate.Type.CustomCollectionType',
	NHibernate.Type.CollectionType);

Inheritance Hierarchy

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

See Also