Class HosRuleSet2
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Hos Ruleset.
public class HosRuleSet2 : Entity, IEntity, IComparable, IIdentifiable
- Inheritance
-
HosRuleSet2
- Implements
- Inherited Members
Constructors
HosRuleSet2()
Initializes a new instance of the HosRuleSet2 class.
public HosRuleSet2()
HosRuleSet2(HosRuleSet2)
Initializes a new instance of the HosRuleSet2 class.
public HosRuleSet2(HosRuleSet2 hosRuleSet)
Parameters
hosRuleSet
HosRuleSet2The hos ruleset.
HosRuleSet2(Id)
Initializes a new instance of the HosRuleSet2 class.
public HosRuleSet2(Id id)
Parameters
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.
FromLegacy(HosRuleSet?)
Returns ruleset from enum, set at current date time with null for. User
public static HosRuleSet2 FromLegacy(HosRuleSet? value)
Parameters
value
HosRuleSet?The value.
Returns
ToLegacy()
Gets the legacy enum.
public HosRuleSet? ToLegacy()