Table of Contents

Class InstallRecordSearch

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

The object used to specify the arguments when searching InstallRecord entries.

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

Constructors

InstallRecordSearch()

public InstallRecordSearch()

Properties

DeviceSearch

Gets or sets a Device Search to query for Install Records by device.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

FromDate

Gets or sets search for Install Records that occurred at this date or after.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

InstallServices

Gets or sets a value indicating which installation service records to search.

public InstallationType[]? InstallServices { get; set; }

Property Value

InstallationType[]

Array of InstallationType

InstallStatus

Gets or sets a value indicating which install status type records to search.

public InstallStatus? InstallStatus { get; set; }

Property Value

InstallStatus?

InstallStatus

SourceId

Gets or sets search for a InstallRecord using its source id.

public string? SourceId { get; set; }

Property Value

string

string

ToDate

Gets or sets search for Install Records that occurred at this date or before.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime