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