Class NotifyJurisdictionChangeFailedState
- Namespace
- Geotab.Checkmate.ObjectModel.Registration.Gateway.Exceptions
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This failed state is stored when MyG has failed to notify the required GW that the jurisdiction has changed.
public class NotifyJurisdictionChangeFailedState : ServiceState, IEntity, IComparable, IIdentifiable, IVersion
- Inheritance
-
NotifyJurisdictionChangeFailedState
- Implements
- Inherited Members
Constructors
NotifyJurisdictionChangeFailedState()
Initializes a new instance of the NotifyJurisdictionChangeFailedState class.
public NotifyJurisdictionChangeFailedState()
NotifyJurisdictionChangeFailedState(Id?, long?, string?, Jurisdiction?, DateTime?)
Initializes a new instance of the NotifyJurisdictionChangeFailedState class.
public NotifyJurisdictionChangeFailedState(Id? id, long? version, string? name, Jurisdiction? jurisdiction, DateTime? dateTime)
Parameters
idIdThe ID.
versionlong?The version.
namestringThe name.
jurisdictionJurisdiction?The jurisdiction.
dateTimeDateTime?The date and time of the failure, in UTC.
NotifyJurisdictionChangeFailedState(NotifyJurisdictionChangeFailedState)
Initializes a new instance of the NotifyJurisdictionChangeFailedState class.
public NotifyJurisdictionChangeFailedState(NotifyJurisdictionChangeFailedState state)
Parameters
stateNotifyJurisdictionChangeFailedStateThe provided state.
Properties
DateTime
Gets or sets the date/time when the request failed, in UTC.
public DateTime? DateTime { get; set; }
Property Value
Jurisdiction
Gets or sets the jurisdiction that was changed.
public Jurisdiction? Jurisdiction { get; set; }
Property Value
- Jurisdiction?
Jurisdiction The jurisdiction.
Methods
Clone()
Clones this instance.
public override IEntity Clone()
Returns
- IEntity
A cloned instance.