Table of Contents

Class TrailerAttachmentSearch

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

true search The object used to specify the arguments when searching for TrailerAttachment record(s).

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

Constructors

TrailerAttachmentSearch()

Initializes a new instance of the TrailerAttachmentSearch class.Constructor.

public TrailerAttachmentSearch()

TrailerAttachmentSearch(Id)

Initializes a new instance of the TrailerAttachmentSearch class.Constructor.

public TrailerAttachmentSearch(Id id)

Parameters

id Id

The identifier.

Properties

ActiveFrom

Gets or sets search for TrailerAttachments that were active at this date or after. Set to UTC now to search for only currently active TrailerAttachments.

public DateTime? ActiveFrom { get; set; }

Property Value

DateTime?

DateTime

ActiveTo

Gets or sets search for TrailerAttachments that were active at this date or before.

public DateTime? ActiveTo { get; set; }

Property Value

DateTime?

DateTime

DeviceSearch

Gets or sets search for TrailerAttachments attached to this DeviceSearch Id. Available DeviceSearch options are:.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

MaxVersion

Gets or sets the maximum row version of the TrailerAttachment search criteria.

public long? MaxVersion { get; set; }

Property Value

long?

Nullable<T> where T is. long

TrailerSearch

Gets or sets search for TrailerAttachments with this TrailerSearch Id. Available TrailerSearch options are:.

public TrailerSearch? TrailerSearch { get; set; }

Property Value

TrailerSearch

TrailerSearch

Version

Gets or sets the row version of the TrailerAttachment search criteria.

public override long? Version { get; set; }

Property Value

long?

Nullable<T> where T is. long