Table of Contents

Class ZoneTypeSearch

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

true search The object used to specify the arguments when searching for ZoneType(s).

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

Constructors

ZoneTypeSearch()

Initializes a new instance of the ZoneTypeSearch class.Constructor.

public ZoneTypeSearch()

ZoneTypeSearch(Id)

Initializes a new instance of the ZoneTypeSearch class.Constructor.

public ZoneTypeSearch(Id id)

Parameters

id Id

Zone Id.

Properties

Keywords

Gets or sets search zone types that contain specific keywords in name and comment fields.

public IList<string>? Keywords { get; set; }

Property Value

IList<string>

IList<T>

Name

Gets or sets name of ZoneType to search for. Wildcard can be used by prepending/appending "%" to string. Example "%comments%".

public string? Name { get; set; }

Property Value

string

Zone Name.