Table of Contents

Class ExceptionEventCommentSearch

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

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

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

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

Constructors

ExceptionEventCommentSearch()

Initializes a new instance of the ExceptionEventCommentSearch class.

public ExceptionEventCommentSearch()

ExceptionEventCommentSearch(Id?)

Initializes a new instance of the ExceptionEventCommentSearch class.

public ExceptionEventCommentSearch(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. When specified, ExceptionEvents will be populated.

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.

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.

UserSearch

Gets or sets the UserSearch used to filter for ExceptionEventComments created by a specific user.

public UserSearch? UserSearch { get; set; }

Property Value

UserSearch

The UserSearch.

Remarks

Only searching by User or Driver ID is supported.