PlatformComponent class
This data object contains information about a platform component..
Namespace: Lenovo.SysMgmt.LXCO.Integration.Data
Assembly: Lenovo.SysMgmt.LXCO.Integration.Data
Properties
- public string ID { get; set; }
- Component ID
- public string Name { get; set; }
- Update package name
- public string Type { get; set; }
- Catalog entry type. This is always UpdatePackage.
- public string GeneralStatus { get; set; }
- Download status
- public double Size { get; set; }
- Size, in GB
- public FirmwareComponent[] Children { get; set; }
- List of available firmware
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