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