Represents a description that indicates that record should be sorted by a particular property.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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 |