Table of Contents

Class HosRulesetConfigSearch

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

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

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

Constructors

HosRulesetConfigSearch()

Initializes a new instance of the HosRulesetConfigSearch class. The object used to specify the arguments when searching for ruleset configs.

public HosRulesetConfigSearch()

HosRulesetConfigSearch(Id)

Initializes a new instance of the HosRulesetConfigSearch class. The object used to specify the arguments when searching for ruleset configs.

public HosRulesetConfigSearch(Id id)

Parameters

id Id

Id

Properties

Name

Gets or sets ruleset configs with a name containing this string. Wildcard can be used by prepending/appending "%" to string.

public string? Name { get; set; }

Property Value

string

string