Represents an ordered sort condition, which can sort data in either an ascending or descending manner.
Inheritance
Constructors
Section titled "Constructors"constructor
public OrderedSortCondition() Returns OrderedSortCondition
constructor
public OrderedSortCondition(SortDirection sortDirection) Returns OrderedSortCondition
Properties
Section titled "Properties"SortDirection
Section titled "SortDirection"Inherited from: SortCondition
Gets the value which indicates the sort direction represented by the sort condition.
public SortDirection SortDirection { get; } Methods
Section titled "Methods"Equals(object)
Section titled "Equals(object)"Inherited from: SortCondition
Determines whether the is equal to the specified object.
public override bool Equals(object obj) Parameters
- obj:
object
Returns any
GetHashCode()
Section titled "GetHashCode()"Inherited from: SortCondition
Gets the hash code for the .
public override int GetHashCode()