Class SoftwarePackage
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a software package.
[SupportsSupportProvisions]
public class SoftwarePackage : BaseConfigurationType
- Inheritance
-
SoftwarePackage
- Inherited Members
Constructors
SoftwarePackage()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SoftwarePackage class.
public SoftwarePackage()
Properties
Lifecycle
Gets or sets the software lifecycle details for this package.
public SoftwarePackageLifecycle Lifecycle { get; set; }
Property Value
PackageDetails
Gets or sets the details of this software package.
public SoftwarePackageDetails PackageDetails { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.SoftwarePackage object.
public SoftwarePackage Clone()
Returns
- SoftwarePackage
A clone of this CENTREL.XIA.Configuration.Types.SoftwarePackage object.
FromXml(string)
Returns the CENTREL.XIA.Configuration.Types.SoftwarePackage service from the specified XML data.
public static SoftwarePackage FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- SoftwarePackage
A CENTREL.XIA.Configuration.Types.SoftwarePackage from the specified XML.