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
id
IdThe ID.
version
long?The version.
name
stringThe name.
jurisdiction
Jurisdiction?The jurisdiction.
dateTime
DateTime?The date and time of the failure, in UTC.
NotifyJurisdictionChangeFailedState(NotifyJurisdictionChangeFailedState)
Initializes a new instance of the NotifyJurisdictionChangeFailedState class.
public NotifyJurisdictionChangeFailedState(NotifyJurisdictionChangeFailedState state)
Parameters
state
NotifyJurisdictionChangeFailedStateThe 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.