Represents a description that indicates that record should be sorted by a particular property.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[SerializableAttribute]
public class Sort : IEquatable<Sort>, INotifyPropertyChanged
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Sort _
	Implements IEquatable(Of Sort), INotifyPropertyChanged
Visual C++
[SerializableAttribute]
public ref class Sort : IEquatable<Sort^>, 
	INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.Sort

See Also