Click or drag to resize

Sfs2X.Entities.Variables Namespace

 
Classes
  ClassDescription
Public classBaseVariable
The BaseVariable object is the base class for all SmartFoxServer Variable entities on the client.
Public classMMOItemVariable
The MMOItemVariable object represents a SmartFoxServer MMOItem Variable entity on the client.
Public classReservedBuddyVariables
The ReservedBuddyVariables class contains the costants describing the SmartFoxServer API reserved Buddy Variable names.
Public classReservedRoomVariables
The ReservedRoomVariables class contains the costants describing the SmartFoxServer API reserved Room Variable names.
Public classSFSBuddyVariable
The SFSBuddyVariable object represents a SmartFoxServer Buddy Variable entity on the client.
Public classSFSRoomVariable
The SFSRoomVariable object represents a SmartFoxServer Room Variable entity on the client.
Public classSFSUserVariable
The SFSUserVariable object represents a SmartFoxServer User Variable entity on the client.
Interfaces
  InterfaceDescription
Public interfaceBuddyVariable
The BuddyVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Buddy Variable exposes.
Public interfaceIMMOItemVariable
The IMMOItemVariable interface defines all the public methods and properties that an object representing a SmartFoxServer MMOItem Variable exposes.
Public interfaceRoomVariable
The RoomVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Room Variable exposes.
Public interfaceUserVariable
The UserVariable interface defines all the public methods and properties that an object representing a SmartFoxServer User Variable exposes.
Public interfaceVariable
The Variable interface defines all the default public methods and properties that an object representing a SmartFoxServer Variable exposes.
Enumerations
  EnumerationDescription
Public enumerationVariableType
The VariableType class contains the costants defining the valid types of User and Room Variables to be passed to their constructors.