DeviceWarranty class
This data object contains warranty information for a specific device.
Namespace: Lenovo.SysMgmt.LXCO.Integration.Data
Assembly: Lenovo.SysMgmt.LXCO.Integration.Data
Properties
- public string Number { get; set; }
- Warranty number. This can be one of the following values.
- 3PL
- 3XL
- public DateTime? StartTimestamp { get; set; }
- Warranty start date
- public DateTime? EndTimestamp { get; set; }
- Warranty expiration date
- public string Status { get; set; }
- Warranty status key. This can be one of the following values.
- Active
- Expired
- Retrieving Data
- null
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback