A custom type for mapping user-written classes that implement
IPersistentCollection.
Namespace:
NHibernate.TypeAssembly: 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
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.CustomCollectionType