Abstract base class for the sort conditions which describe how to sort data in a region.
Constructors
Section titled "Constructors"SortCondition
new SortCondition(a: number): SortCondition Returns SortCondition
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"sortDirection
Section titled "sortDirection"Gets the value which indicates the sort direction represented by the sort condition. Either SortDirection.Ascending or SortDirection.Descending.
get sortDirection(): SortDirection Returns SortDirection
Methods
Section titled "Methods"equals
Section titled "equals"Determines whether the [[SortCondition]] is equal to the specified object.
equals(obj: any): boolean Parameters
- obj:
anyThe object to test for equality.
Returns boolean
getHashCode
Section titled "getHashCode"Gets the hash code for the [[SortCondition]].
getHashCode(): number