Table of Contents

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 HosRuleSet2

The hos ruleset.

HosRuleSet2(Id)

Initializes a new instance of the HosRuleSet2 class.

public HosRuleSet2(Id id)

Parameters

id Id

The Id.

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

HosRuleSet2

HosRuleSet2

ToLegacy()

Gets the legacy enum.

public HosRuleSet? ToLegacy()

Returns

HosRuleSet?

HosRuleSet

See Also