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