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