Class EnergySnapshotJobProcessorServiceState
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
A class for storing job processing status as service state.
public class EnergySnapshotJobProcessorServiceState : JobProcessorServiceState, IEntity, IComparable, IIdentifiable, IVersion
- Inheritance
-
EnergySnapshotJobProcessorServiceState
- Implements
- Inherited Members
Constructors
EnergySnapshotJobProcessorServiceState()
Initializes a new instance of the EnergySnapshotJobProcessorServiceState class.
public EnergySnapshotJobProcessorServiceState()
EnergySnapshotJobProcessorServiceState(EnergySnapshotJobProcessorServiceState)
Initializes a new instance of the EnergySnapshotJobProcessorServiceState class.
public EnergySnapshotJobProcessorServiceState(EnergySnapshotJobProcessorServiceState state)
Parameters
state
EnergySnapshotJobProcessorServiceStateThe cloned instance of EnergySnapshotJobProcessorServiceState class.
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.