Table of Contents

Class Replacement

Namespace
Geotab.Checkmate.ObjectModel.DeviceReplacement
Assembly
Geotab.Checkmate.ObjectModel.dll

Recall/Replacement Information to be sent to UI.

public class Replacement
Inheritance
Replacement
Inherited Members

Constructors

Replacement()

public Replacement()

Properties

Carrier

Gets or sets carrier information.

public string Carrier { get; set; }

Property Value

string

string

ReplacementCompletedDate

Gets or sets replacement completion date.

public DateTime? ReplacementCompletedDate { get; set; }

Property Value

DateTime?

DateTime

ReplacementCreationDate

Gets or sets replacement creation date.

public DateTime? ReplacementCreationDate { get; set; }

Property Value

DateTime?

DateTime

ReplacementEndDate

Gets or sets replacement end date.

public DateTime? ReplacementEndDate { get; set; }

Property Value

DateTime?

DateTime

ReplacementMessage

Gets or sets replacement message.

public string ReplacementMessage { get; set; }

Property Value

string

string

ReplacementRequestInitiationDate

Gets or sets replacement request initiation date.

public DateTime? ReplacementRequestInitiationDate { get; set; }

Property Value

DateTime?

DateTime

ReplacementStartDate

Gets or sets replacement start date.

public DateTime? ReplacementStartDate { get; set; }

Property Value

DateTime?

DateTime

ReplacementType

Gets or sets replacement type for the device.

public ReplacementType ReplacementType { get; set; }

Property Value

ReplacementType

Type

SunsetDate

Gets or sets sunset date for the device.

public DateTime? SunsetDate { get; set; }

Property Value

DateTime?

DateTime