Table of Contents

Class SoftwarePackageDetails

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the details of a software pacakge.

public class SoftwarePackageDetails : BaseTypeSection
Inheritance
SoftwarePackageDetails

Constructors

SoftwarePackageDetails()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SoftwarePackageDetails class.

public SoftwarePackageDetails()

Properties

Manufacturer

Gets or sets the name of the manufacturer of this package.

public string Manufacturer { get; set; }

Property Value

string

SoftwareVersion

Gets or sets the version of this software package.

public string SoftwareVersion { get; set; }

Property Value

string

WebSite

Gets or sets the web site of this software package.

public string WebSite { get; set; }

Property Value

string

Methods

FromXml(string)

Returns the CENTREL.XIA.Configuration.Types.SoftwarePackageDetails service from the specified XML data.

public static SoftwarePackageDetails FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

SoftwarePackageDetails

A CENTREL.XIA.Configuration.Types.SoftwarePackageDetails from the specified XML.