Class TrailerAttachmentSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
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
IdThe 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
ActiveTo
Gets or sets search for TrailerAttachments that were active at this date or before.
public DateTime? ActiveTo { get; set; }
Property Value
DeviceSearch
Gets or sets search for TrailerAttachments attached to this DeviceSearch Id. Available DeviceSearch options are:.
public DeviceSearch? DeviceSearch { get; set; }
Property Value
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
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