SmartFoxServer Silverlight API
RoomVariable Class
NamespacesSmartFoxClientAPI.DataRoomVariable
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.
Declaration Syntax
C#Visual BasicVisual C++
public class RoomVariable
Public Class RoomVariable
public ref class RoomVariable
Members
All MembersConstructorsMethods



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks

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

(c) 2008-2009 gotoAndPlay()
http://www.smartfoxserver.com
http://www.gotoandplay.it

Inheritance Hierarchy
Object
RoomVariable

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)