Extends the SetType to provide sorting.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class SortedSetType _ Inherits SetType |
C# |
---|
[SerializableAttribute] public class SortedSetType : SetType |
Visual C++ |
---|
[SerializableAttribute] public ref class SortedSetType : public SetType |
JavaScript |
---|
NHibernate.Type.SortedSetType = function(); Type.createClass( 'NHibernate.Type.SortedSetType', NHibernate.Type.SetType); |
Inheritance Hierarchy
System..::.Object
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.SetType
NHibernate.Type..::.SortedSetType
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.SetType
NHibernate.Type..::.SortedSetType