Table of Contents

Class DeviceMasterFlagSearch

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

search

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

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

Constructors

DeviceMasterFlagSearch()

Initializes a new instance of the DeviceMasterFlagSearch class.

public DeviceMasterFlagSearch()

DeviceMasterFlagSearch(Id?)

Initializes a new instance of the DeviceMasterFlagSearch class.

public DeviceMasterFlagSearch(Id? id)

Parameters

id Id

The identifier.

Properties

DevicePlanMasterFlag

Gets or sets search for DeviceMasterFlags with this DevicePlanMasterFlag.

public DevicePlanMasterFlag? DevicePlanMasterFlag { get; set; }

Property Value

DevicePlanMasterFlag?

DevicePlanMasterFlag

DeviceSearch

Gets or sets search for DeviceMasterFlags with this DeviceSearch.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

FromDate

Gets or sets search for DeviceMasterFlags 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 DeviceMasterFlag 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 DeviceMasterFlags recorded at this date or before.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime