Table of Contents

Class ReplacementDeviceDetails

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

This class stores information of devices that need replacement. This information is coming from MyAdmin.

public class ReplacementDeviceDetails
Inheritance
ReplacementDeviceDetails
Inherited Members

Constructors

ReplacementDeviceDetails()

public ReplacementDeviceDetails()

Properties

HardwareId

Gets or sets Hardware Id.

public int HardwareId { get; set; }

Property Value

int

int

SerialNumber

Gets or sets Serial number of the device.

public string SerialNumber { get; set; }

Property Value

string

string