Struct SortableField
Represents a field used to sort results
public struct SortableField
- Inherited Members
Constructors
SortableField(string)
Constructor
public SortableField(string fieldName)
Parameters
fieldName
string
SortableField(string, SortType)
Constructor
public SortableField(string fieldName, SortType sortType)
Parameters
Properties
FieldName
The field name to sort by
public readonly string FieldName { get; }
Property Value
SortType
The way in which the results will be sorted by the field specified.
public readonly SortType SortType { get; }