[]
        
(Showing Draft Content)

C1.DataCollection.SortDescription

SortDescription Class

Describes a sort operation.

Inheritance
SortDescription
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public class SortDescription

Constructors

Name Description
SortDescription(string)

Initializes a new instance of the SortDescription class.

SortDescription(string, SortDirection)

Initializes a new instance of the SortDescription class.

Properties

Name Description
Direction

Direction of the sort operation.

SortPath

Path of the data item to which the sort operation will be applied.

Methods

Name Description
Equals(object?)

Determines whether the specified object, is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

GetSortExpression<T>()

Gets the sorting expression.