SmartFoxServer Silverlight API
SmartFoxClientAPI.Data Namespace
NamespacesSmartFoxClientAPI.Data
Data objects used in the SFS API
Declaration Syntax
C#Visual BasicVisual C++
namespace SmartFoxClientAPI.Data
Namespace SmartFoxClientAPI.Data
namespace SmartFoxClientAPI.Data
Types
All TypesClasses
IconTypeDescription
Buddy
Buddy is the class representing a players buddy.
This class is used internally by the SmartFoxClient class; also, Buddy objects are returned by various methods and events of the SmartFoxServer API.

NewRoomDescriptor..::.ExtensionDescriptor
The ExtensionDescriptor class stores the properties of a extension (name and script) for room creation.

NewRoomDescriptor
The NewRoomDescriptor class stores the properties of a new room for room creation methods.

Room
The Room class stores the properties of each server room.
This class is used internally by the SmartFoxClient class; also, Room objects are returned by various methods and events of the SmartFoxServer API.

RoomVariable
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.

SFSObject
SFS object class

User
The User class stores the properties of each user.
This class is used internally by the SmartFoxClient class; also, User objects are returned by various methods and events of the SmartFoxServer API.

Zone
The Zone class stores the properties of the current server zone.
This class is used internally by the SmartFoxClient class.