Table of Contents

Class WorkTimeSearch

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

true search The object used to specify the arguments when searching for a WorkTime.

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

Constructors

WorkTimeSearch()

Initializes a new instance of the WorkTimeSearch class.Constructor.

public WorkTimeSearch()

WorkTimeSearch(Id)

Initializes a new instance of the WorkTimeSearch class.Constructor.

public WorkTimeSearch(Id id)

Parameters

id Id

The Id.

Properties

Name

Gets or sets search for WorkTimes with this Name. Wildcard can be used by prepending/appending "%" to string. Example "%name%".

public string? Name { get; set; }

Property Value

string

The name.