Represents an ordered sort condition, which can sort data in either an ascending or descending manner.
Constructors
Section titled "Constructors"OrderedSortCondition
new OrderedSortCondition(): OrderedSortCondition Returns OrderedSortCondition
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"sortDirection
Section titled "sortDirection"Inherited from: SortCondition
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"Inherited from: SortCondition
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"Inherited from: SortCondition
Gets the hash code for the [[SortCondition]].
getHashCode(): number