Enum SortTypeEnum
Enumeration representing the order of data sorting.
[JsonStringEnumCamelCaseConverter]
public enum SortTypeEnum
- Extension Methods
Fields
Asc = 0Ascending order.
Desc = 1Descending order.
Enumeration representing the order of data sorting.
[JsonStringEnumCamelCaseConverter]
public enum SortTypeEnum
Asc = 0Ascending order.
Desc = 1Descending order.