SmartFoxServer Silverlight API
SFSObject Class
NamespacesSmartFoxClientAPI.DataSFSObject
SFS object class
Declaration Syntax
C#Visual BasicVisual C++
public class SFSObject
Public Class SFSObject
public ref class SFSObject
Members
All MembersConstructorsMethods



IconMemberDescription
SFSObject()()()
SFSObject 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.)
Get(Object)
Get generic object value from SFSObject

GetBool(Object)
Get bool object value from SFSObject

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNumber(Object)
Get double object value from SFSObject

GetObj(Object)
Get SFSObject object value from SFSObject

GetObj(Int32)
Get SFSObject object value from SFSObject

GetString(Object)
Get string object value from SFSObject

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Keys()()()
Get all keys with values in this SFSObject

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Put(Object, Object)
Put generic object value into SFSObject

PutBool(Object, Boolean)
Put bool object value into SFSObject

PutDictionary(Object, IDictionary<(Of <(Object, Object>)>))
Put Dictionary object value into SFSObject

PutList(Object, IList<(Of <(Object>)>))
Put List object value into SFSObject

PutNumber(Object, Double)
Put number object value into SFSObject

Remove(Object)
Remove object value from SFSObject

Size()()()
Get number of values in this SFSObject

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks

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
SFSObject

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