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