Represents an ordered sort condition, which can sort data in either an ascending or descending manner.

Inheritance

constructor

public OrderedSortCondition()

Returns OrderedSortCondition

constructor

public OrderedSortCondition(SortDirection sortDirection)

Returns OrderedSortCondition

Inherited from: SortCondition

Gets the value which indicates the sort direction represented by the sort condition.

public SortDirection SortDirection { get; }

Inherited from: SortCondition

Determines whether the is equal to the specified object.

public override bool Equals(object obj)

Parameters

  • obj: object

Returns any

Inherited from: SortCondition

Gets the hash code for the .

public override int GetHashCode()

Returns any