Extends the SetType to provide sorting.

Namespace:  NHibernate.Type
Assembly:  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

See Also