[]
Describes a sort operation.
public class SortDescription
| Name | Description |
|---|---|
| SortDescription(string) | Initializes a new instance of the SortDescription class. |
| SortDescription(string, SortDirection) | Initializes a new instance of the SortDescription class. |
| Name | Description |
|---|---|
| Direction | Direction of the sort operation. |
| SortPath | Path of the data item to which the sort operation will be applied. |
| 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. |