Extends the SetType to provide sorting.

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

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

Inheritance Hierarchy

System.Object
  NHibernate.Type.AbstractType
    NHibernate.Type.CollectionType
      NHibernate.Type.SetType
        NHibernate.Type.SortedSetType