Table of Contents

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 Id

The ID.

version long?

The version.

name string

The 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 NotifyJurisdictionChangeFailedState

The provided state.

Properties

DateTime

Gets or sets the date/time when the request failed, in UTC.

public DateTime? DateTime { get; set; }

Property Value

DateTime?

DateTime The date/time.

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.