Table of Contents

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

string

IdSortField

Id field name.

public const string IdSortField = "id"

Field Value

string

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

string

StartSortField

The field name for SortBy 'start'.

public const string StartSortField = "start"

Field Value

string

StopSortField

The field name for SortBy 'stop'.

public const string StopSortField = "stop"

Field Value

string

VersionSortField

The field row version for SortBy 'version'.

public const string VersionSortField = "version"

Field Value

string