Table of Contents

Class ParameterGroupNone

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

A parameter group to use where there is no parameter group.

public class ParameterGroupNone : ParameterGroup, IEntity, IComparable, IIdentifiable
Inheritance
ParameterGroupNone
Implements
Inherited Members

Fields

Value

The singleton value.

public static readonly ParameterGroupNone Value

Field Value

ParameterGroupNone

Properties

Id

Gets or sets the unique identifier for this entity. see Id.

public override Id? Id { get; set; }

Property Value

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.

IsSystemEntity()

Returns true if the class is a system entity, false otherwise.

public override bool IsSystemEntity()

Returns

bool

true if the entity is a system entity; otherwise, false.