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
CreationDate
Gets or sets device replacement creation date.
public DateTime? CreationDate { get; set; }
Property Value
EndDate
Gets or sets end date of eligibility of the device.
public DateTime? EndDate { get; set; }
Property Value
SerialNumber
Gets or sets Serial Number of the device.
public string? SerialNumber { get; set; }
Property Value
StartDate
Gets or sets start date of eligibility of the device.
public DateTime? StartDate { get; set; }
Property Value
Status
Gets or sets the status.
public ReplacementStatus? Status { get; set; }
Property Value
TerminationDate
Gets or sets device replacement termination date.
public DateTime? TerminationDate { get; set; }
Property Value
Type
Gets or sets the type of replacement.
public string? Type { get; set; }
Property Value
Updated
Gets or sets device replacement info updated date.
public DateTime? Updated { get; set; }
Property Value
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.