Table of Contents

Class RestrictedDataModeChangeSearch

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

search

The object used to specify the arguments when searching for RestrictedDataModeChange(s).

public class RestrictedDataModeChangeSearch : Search, IEntity
Inheritance
RestrictedDataModeChangeSearch
Implements
Inherited Members

Constructors

RestrictedDataModeChangeSearch()

Initializes a new instance of the RestrictedDataModeChangeSearch class.

public RestrictedDataModeChangeSearch()

RestrictedDataModeChangeSearch(Id)

Initializes a new instance of the RestrictedDataModeChangeSearch class.

public RestrictedDataModeChangeSearch(Id id)

Parameters

id Id

The identifier.

Properties

DeviceSearch

Gets or sets search for RestrictedDataModeChanges with this DeviceSearch Id. Available DeviceSearch options are:.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

FromDate

Gets or sets search for RestrictedDataModeChanges recorded at this date or after.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

IncludeFromDateOverlap

Gets or sets a value indicating whether gets or sets a value to include the first RestrictedDataModeChange before the FromDate. If FromDate is null this has no effect.

public bool IncludeFromDateOverlap { get; set; }

Property Value

bool

bool

ToDate

Gets or sets search for RestrictedDataModeChanges recorded at this date or before.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime