SFS object class
| C# | Visual Basic | Visual C++ |
public class SFSObject
Public Class SFSObject
public ref class SFSObject
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| SFSObject()()() |
SFSObject 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.) | |
| 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) |
Put Dictionary object value into SFSObject
| |
| PutList(Object, IList) |
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()()() | (Inherited from Object.) |
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 | |
| SFSObject | |