Table of Contents

Class ServiceStateSearch

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

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

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

Constructors

ServiceStateSearch()

Initializes a new instance of the ServiceStateSearch class.

public ServiceStateSearch()

ServiceStateSearch(Id)

Initializes a new instance of the ServiceStateSearch class.

public ServiceStateSearch(Id id)

Parameters

id Id

the id to search by.

Properties

Name

Gets or sets search for ServiceState with this Name. Name is unique for each ServiceState. Wildcard can not be used.

public string? Name { get; set; }

Property Value

string

string