Table of Contents

Class MimeTaskSearch

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

The object used to specify the arguments when searching for MimeTask(s).

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

Constructors

MimeTaskSearch()

public MimeTaskSearch()

Properties

FromDate

Gets or sets search for mime tasks that were recorded at this date or after.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

IsComplete

Gets or sets a value indicating whether the task is completed.

public bool IsComplete { get; set; }

Property Value

bool

bool

MimeTaskType

Gets or sets search for mime tasks of a specific type (application/mdf4, automotive/*, etc). See MimeTaskType.

public MimeTaskType? MimeTaskType { get; set; }

Property Value

MimeTaskType

MimeTaskType

MimeTaskTypes

Gets or sets search for mime tasks in a list of types (application/mdf4, automotive/*, etc). See MimeTaskTypes.

public IEnumerable<MimeTaskType>? MimeTaskTypes { get; set; }

Property Value

IEnumerable<MimeTaskType>

List<T>

ToDate

Gets or sets search for mime tasks that were recorded before this date.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime