FirmwarePackageData class
This data object contains information about a firmware package.
Namespace: Lenovo.SysMgmt.LXCA.Integration.Data
Assembly: Lenovo.SysMgmt.LXCA.Integration.Data
Properties
- public string MachineType { get; set; }
- Machine type that applies to this firmware package
- public string Name { get; set; }
- Readable name of this firmware package
- public DateTime ReleaseDate { get; set; }
- Release date for this firmware-updates package
- public string BuildNumber { get; set; }
- Build number of this firmware-updates package
- public int TotalSize { get; set; }
- Total size, in bytes, of this firmware-updates package
- public int DownloadedSize { get; set; }
- Size, in bytes, of the downloaded updates in this firmware-updates package
- public string FixId { get; set; }
- ID of this firmware-updates package
- public string PayloadFilename { get; set; }
- File name of this firmware-updates package
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