Class WorkTimeSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
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
IdThe 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; }