Table of Contents

Class ReprocessRequestSearch

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

The object used to specify the arguments when searching for a ReprocessRequest.

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

Constructors

ReprocessRequestSearch()

public ReprocessRequestSearch()

Properties

FromDate

Gets or sets the FromDate of the ReprocessRequest to search by.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

The FromDate of the ReprocessRequest to search by.

IsEmpty

Gets a value indicating whether any search criteria have been specified.

public bool IsEmpty { get; }

Property Value

bool

Indicates whether any search criteria is specified

Status

Gets or sets the ReprocessRequestStatus to search by.

public ReprocessRequestStatus? Status { get; set; }

Property Value

ReprocessRequestStatus?

The ReprocessRequestStatus to search by.

ToDate

Gets or sets the ToDate of the ReprocessRequest to search by.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

The ToDate of the ReprocessRequest to search by.