Class UserDeviceLinkSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
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
IdThe 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
UserDeviceLinkSearchSearch 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
BeforeFromDate
Gets or sets search for UserDeviceLink that were recorded with this FromDate or before.
public DateTime? BeforeFromDate { get; set; }
Property Value
DeviceSearch
Gets or sets search for UserDeviceLinks for this DeviceSearch Id.
Available DeviceSearch options are:.
public DeviceSearch? DeviceSearch { get; set; }
Property Value
FromDate
Gets or sets search for UserDeviceLink that were recorded at this date or after.
public DateTime? FromDate { get; set; }
Property Value
IncludeBoundaryLinks
Gets or sets a value indicating whether to include boundary links.
public bool IncludeBoundaryLinks { get; set; }
Property Value
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
UserSearch
Gets or sets search for UserDeviceLink with this UserSearch Id. Available UserSearch options are:.
public UserSearch? UserSearch { get; set; }