Class GenericNetworkDevice
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a generic network device.
[SupportsLocations]
[SupportsClientScan]
[SupportsSupportProvisions]
public class GenericNetworkDevice : NetworkingDevice
- Inheritance
-
GenericNetworkDevice
- Inherited Members
Constructors
GenericNetworkDevice()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GenericNetworkDevice class.
public GenericNetworkDevice()
Properties
General
Gets or sets the general settings for this generic network device.
public GenericNetworkDeviceGeneralConfiguration General { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.GenericNetworkDevice.
public GenericNetworkDevice Clone()
Returns
- GenericNetworkDevice
A clone of this CENTREL.XIA.Configuration.Types.GenericNetworkDevice.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.GenericNetworkDevice from the specified XML.
public static GenericNetworkDevice FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.GenericNetworkDevice object.
Returns
- GenericNetworkDevice
A CENTREL.XIA.Configuration.Types.GenericNetworkDevice from the specified XML.