Class GenericNetworkDeviceGeneralConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the general configuration settings for a generic network device.
public class GenericNetworkDeviceGeneralConfiguration : BaseTypeSection
- Inheritance
-
GenericNetworkDeviceGeneralConfiguration
Constructors
GenericNetworkDeviceGeneralConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GenericNetworkDeviceGeneralConfiguration class.
public GenericNetworkDeviceGeneralConfiguration()
Properties
Location
Gets or sets the location string assigned to the device.
public string Location { get; set; }
Property Value
ObjectID
Gets or sets the object identifier assigned to this device.
public string ObjectID { get; set; }
Property Value
SystemDescription
Gets or sets the system assigned description of the device.
public string SystemDescription { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.GenericNetworkDeviceGeneralConfiguration.
public GenericNetworkDeviceGeneralConfiguration Clone()
Returns
- GenericNetworkDeviceGeneralConfiguration
A clone of this CENTREL.XIA.Configuration.Types.GenericNetworkDeviceGeneralConfiguration.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.GenericNetworkDeviceGeneralConfiguration from the specified XML.
public static GenericNetworkDeviceGeneralConfiguration FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.GenericNetworkDeviceGeneralConfiguration object.
Returns
- GenericNetworkDeviceGeneralConfiguration
A CENTREL.XIA.Configuration.Types.GenericNetworkDeviceGeneralConfiguration from the specified XML.