A MapType implemented using a collection that maintains
the order in which elements are inserted into it.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class OrderedMapType _ Inherits MapType |
C# |
---|
[SerializableAttribute] public class OrderedMapType : MapType |
Visual C++ |
---|
[SerializableAttribute] public ref class OrderedMapType : public MapType |
JavaScript |
---|
NHibernate.Type.OrderedMapType = function(); Type.createClass( 'NHibernate.Type.OrderedMapType', NHibernate.Type.MapType); |
Inheritance Hierarchy
System..::.Object
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.MapType
NHibernate.Type..::.OrderedMapType
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.MapType
NHibernate.Type..::.OrderedMapType