Class Sorter
Sorter descriptor.
public class Sorter
- Inheritance
-
Sorter
- Inherited Members
- Extension Methods
Constructors
Sorter()
public Sorter()
Fields
ASC
Value for sort direction ascending
public const string ASC = "ASC"
Field Value
Properties
direction
Sort direction.
public string? direction { get; set; }
Property Value
property
Field/property name.
public string? property { get; set; }
Property Value
Methods
IsAscSort()
Check for ASC sort direction.
public bool IsAscSort()