Table of Contents

Class NetworkSwitchCommandOutputs

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

Represents the output from commands executed on the switch.

public class NetworkSwitchCommandOutputs : BypassSection
Inheritance
NetworkSwitchCommandOutputs
Inherited Members

Constructors

NetworkSwitchCommandOutputs()

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

public NetworkSwitchCommandOutputs()

Properties

Items

Gets or sets the items within the collection

public NetworkSwitchCommandOutputCollection Items { get; set; }

Property Value

NetworkSwitchCommandOutputCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.NetworkSwitchCommandOutputs class from the specified XML.

public static NetworkSwitchCommandOutputs FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

NetworkSwitchCommandOutputs

A CENTREL.XIA.Configuration.Types.NetworkSwitchCommandOutputs class.

ToString()

Returns the command outputs as a human readable string - for example "10 Command Outputs".

public override string ToString()

Returns

string

The command outputs as a human readable string.