Class HosRulesetConfig
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when retrieving HosRulesetConfig(s).
public class HosRulesetConfig : NameEntity, IEntity, IComparable, IIdentifiable
- Inheritance
-
HosRulesetConfig
- Implements
- Inherited Members
Constructors
HosRulesetConfig()
Initializes a new instance of the HosRulesetConfig class.
public HosRulesetConfig()
HosRulesetConfig(Id?)
Initializes a new instance of the HosRulesetConfig class.
public HosRulesetConfig(Id? id)
Parameters
HosRulesetConfig(Id?, string?, string?, HosRulesetConfigParameters?)
Initializes a new instance of the HosRulesetConfig class.
public HosRulesetConfig(Id? id, string? name, string? description, HosRulesetConfigParameters? config)
Parameters
idIdThe unique Id of the ruleset.
namestringThe name of the ruleset.
descriptionstringThe description of the ruleset.
configHosRulesetConfigParameters
Properties
Config
Gets the HosRulesetConfigParameters.
public HosRulesetConfigParameters? Config { get; }
Property Value
Description
Gets the description of the ruleset.
public string? Description { get; }
Property Value
- string
The ruleset description.
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override IEntity Clone()
Returns
- IEntity
A new object that is a copy of this instance.