RoomVariable is the class representing a rooms variables.
This class is used internally by the SmartFoxClient class; also, RoomVariable objects are returned by various methods and events of the SmartFoxServer API.
This class is used internally by the SmartFoxClient class; also, RoomVariable objects are returned by various methods and events of the SmartFoxServer API.

C# | Visual Basic | Visual C++ |
public class RoomVariable
Public Class RoomVariable
public ref class RoomVariable

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | RoomVariable(String, Object) | Initializes a new instance of the RoomVariable class |
![]() | RoomVariable(String, Object, Boolean) | Initializes a new instance of the RoomVariable class |
![]() | RoomVariable(String, Object, Boolean, Boolean) |
Room variable constructor.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetName()()() |
Get the name of the variable.
|
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetValue()()() |
Get the value of the variable.
|
![]() | IsPersistent()()() |
A boolean flag indicating if the variable is persistent
|
![]() | IsPrivate()()() |
A boolean flag indicating if the variable is private
|
![]() | MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString()()() | (Inherited from Object.) |

NOTE:
in the provided examples, room always indicates a Room instance.
Version:
1.0.0
Author:
Thomas Hentschel Lund
http://www.fullcontrol.dk
sfs-api@fullcontrol.dk
http://www.smartfoxserver.com
http://www.gotoandplay.it

Object | |
![]() | RoomVariable |