Table of Contents

Class ReplacementTypeDetails

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

Device Replacement Type coming from MyAdmin.

public class ReplacementTypeDetails
Inheritance
ReplacementTypeDetails
Inherited Members

Constructors

ReplacementTypeDetails()

public ReplacementTypeDetails()

Properties

Id

Gets or sets id of the replacement type coming from MyAdmin.

public int Id { get; set; }

Property Value

int

int

Name

Gets or sets name of the replacement type coming from MyAdmin.

public string Name { get; set; }

Property Value

string

string