Table of Contents

Class DeviceReplacementInfo

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

MyAdmin Device Recall/Replacement Info.

public class DeviceReplacementInfo : Entity, IEntity, IComparable, IIdentifiable
Inheritance
DeviceReplacementInfo
Implements
Inherited Members

Constructors

DeviceReplacementInfo()

public DeviceReplacementInfo()

Properties

CompletionDate

Gets or sets device replacement completion date.

public DateTime? CompletionDate { get; set; }

Property Value

DateTime?

DateTime

CreationDate

Gets or sets device replacement creation date.

public DateTime? CreationDate { get; set; }

Property Value

DateTime?

DateTime

EndDate

Gets or sets end date of eligibility of the device.

public DateTime? EndDate { get; set; }

Property Value

DateTime?

DateTime

SerialNumber

Gets or sets Serial Number of the device.

public string? SerialNumber { get; set; }

Property Value

string

string

StartDate

Gets or sets start date of eligibility of the device.

public DateTime? StartDate { get; set; }

Property Value

DateTime?

DateTime

Status

Gets or sets the status.

public ReplacementStatus? Status { get; set; }

Property Value

ReplacementStatus

ReplacementStatus

TerminationDate

Gets or sets device replacement termination date.

public DateTime? TerminationDate { get; set; }

Property Value

DateTime?

DateTime

Type

Gets or sets the type of replacement.

public string? Type { get; set; }

Property Value

string

string

Updated

Gets or sets device replacement info updated date.

public DateTime? Updated { get; set; }

Property Value

DateTime?

DateTime

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.