Class SortField
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The standardized field names for use in sorting.
public static class SortField
- Inheritance
-
SortField
- Inherited Members
Fields
DateSortField
The field date for SortBy 'date'.
public const string DateSortField = "date"
Field Value
IdSortField
Id field name.
public const string IdSortField = "id"
Field Value
ImplementedSortFields
List of SortBy field names that have an implementation of ISort. Used for validating whether there already exists an implementation for a field in Sort
public static readonly string[] ImplementedSortFields
Field Value
- string[]
NameSortField
The field name for SortBy 'name'.
public const string NameSortField = "name"
Field Value
StartSortField
The field name for SortBy 'start'.
public const string StartSortField = "start"
Field Value
StopSortField
The field name for SortBy 'stop'.
public const string StopSortField = "stop"
Field Value
VersionSortField
The field row version for SortBy 'version'.
public const string VersionSortField = "version"