Class Rack
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Rack found within a Room
[SupportsLocations]
[SupportsSupportProvisions]
public class Rack : HardwareItem
- Inheritance
-
Rack
- Inherited Members
Constructors
Rack()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.Rack class.
public Rack()
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.Rack object.
public Rack Clone()
Returns
- Rack
A clone of this CENTREL.XIA.Configuration.Types.Rack object.
FromXml(string)
Returns the CENTREL.XIA.Configuration.Types.Rack service from the specified XML data.
public static Rack FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the Rack.
Returns
- Rack
A CENTREL.XIA.Configuration.Types.Rack from the specified XML.