Table of Contents

Class NetworkingDevicePorts

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

Represents the configuration of the ports within a networking device.

public class NetworkingDevicePorts : BaseTypeSection
Inheritance
NetworkingDevicePorts

Constructors

NetworkingDevicePorts()

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

public NetworkingDevicePorts()

Properties

Items

Gets or sets the items within the collection.

public NetworkingDevicePortCollection Items { get; set; }

Property Value

NetworkingDevicePortCollection

Methods

FromXml(string)

Returns the CENTREL.XIA.Configuration.Types.NetworkingDevicePorts from the specified XML data.

public static NetworkingDevicePorts FromXml(string xml)

Parameters

xml string

The XML representation of the networking device ports.

Returns

NetworkingDevicePorts

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

ToString()

Returns the networking device ports as a human readable string - for example "10 Interface Ports".

public override string ToString()

Returns

string

The networking device ports as a human readable string.