Table of Contents

Class UserDeviceLinkSearch

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

false search The object used to specify the arguments when searching for UserDeviceLink(s).

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

Constructors

UserDeviceLinkSearch()

Initializes a new instance of the UserDeviceLinkSearch class.

public UserDeviceLinkSearch()

UserDeviceLinkSearch(Id)

Initializes a new instance of the UserDeviceLinkSearch class. The object used to specify the arguments when searching for UserDeviceLinks.

public UserDeviceLinkSearch(Id id)

Parameters

id Id

The Id to search for.

UserDeviceLinkSearch(UserDeviceLinkSearch)

Initializes a new instance of the UserDeviceLinkSearch class. The object used to specify the arguments when searching for UserDeviceLinks.

public UserDeviceLinkSearch(UserDeviceLinkSearch userDeviceLinkSearch)

Parameters

userDeviceLinkSearch UserDeviceLinkSearch

Search for UserDeviceLinks with this UserSearch Id.

Properties

AfterToDate

Gets or sets search for UserDeviceLink that were recorded with this ToDate or after.

public DateTime? AfterToDate { get; set; }

Property Value

DateTime?

DateTime

BeforeFromDate

Gets or sets search for UserDeviceLink that were recorded with this FromDate or before.

public DateTime? BeforeFromDate { get; set; }

Property Value

DateTime?

DateTime

DeviceSearch

Gets or sets search for UserDeviceLinks for this DeviceSearch Id. Available DeviceSearch options are:. UserSearch is always applied first if both DeviceSearch and UserSearch are provided.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

FromDate

Gets or sets search for UserDeviceLink that were recorded at this date or after.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

Gets or sets a value indicating whether to include boundary links.

public bool IncludeBoundaryLinks { get; set; }

Property Value

bool

bool

LinkTypes

Gets or sets search for UserDeviceLinks that match the specified EntityLinkType

public IEnumerable<EntityLinkType>? LinkTypes { get; set; }

Property Value

IEnumerable<EntityLinkType>

IList<T> where T is. EntityLinkType

ToDate

Gets or sets search for UserDeviceLink that were recorded at this date or before.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime

UserSearch

Gets or sets search for UserDeviceLink with this UserSearch Id. Available UserSearch options are:.

public UserSearch? UserSearch { get; set; }

Property Value

UserSearch

UserSearch