Table of Contents

Class ExceptionEventAttachmentSearch

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

The object used to specify the arguments when searching for ExceptionEventAttachments.

See comments on each nested Search for what parameters are supported.

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

Constructors

ExceptionEventAttachmentSearch()

Initializes a new instance of the ExceptionEventAttachmentSearch class.

public ExceptionEventAttachmentSearch()

ExceptionEventAttachmentSearch(Id?)

Initializes a new instance of the ExceptionEventAttachmentSearch class.

public ExceptionEventAttachmentSearch(Id? id)

Parameters

id Id

The Id of the ExceptionEventComment to search for. When specified, any other parameters are redundant.

Properties

ExceptionEventSearch

Gets or sets the ExceptionEventSearch used to find comments related to particular ExceptionEvents. All search properties are supported.

public ExceptionEventSearch? ExceptionEventSearch { get; set; }

Property Value

ExceptionEventSearch

The ExceptionEventSearch.

FromDate

Gets or sets the ToDate to filter only ExceptionEventComments that have been created since the date.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

The ToDate.

MediaFileSearch

Gets or sets the MediaFileSearch that can be used to filter for ExceptionEventAttachment with a specific attachment.

public MediaFileSearch? MediaFileSearch { get; set; }

Property Value

MediaFileSearch

The MediaFileSearch.

Remarks

Only searching by MediaFile ID is supported. If any matching attachment is found, the parent ExceptionEventAttachment will be returned with only the Attachment and Comment IDs populated.

PopulateExceptionEvent

Gets or sets the bool indicating whether to populate ExceptionEvents on the result.

public bool? PopulateExceptionEvent { get; set; }

Property Value

bool?

The boolean flag to populate exception events.

Remarks

When true, the ExceptionEvent on any results will be populated. Defaults to false.

ToDate

Gets or sets the ToDate to filter only ExceptionEventComments that have been created up to the date.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

The ToDate.