Summary
Possible sort orders for columns.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["ColumnSortOrder"]
class Type type-node
Syntax
public sealed class ColumnSortOrder : Enum
Fields
Name | Constant Value | Summary |
---|---|---|
Ascending | 0 |
Ascending sorting.
static
|
Descending | 1 |
Descending sorting.
static
|
value__ |
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|
ToShortString |
string |
Returns the short identifier of the sort order.
|