SFSBuddyVariable Class |
Namespace: Sfs2X.Entities.Variables
public class SFSBuddyVariable : BaseVariable, BuddyVariable, Variable
The SFSBuddyVariable type exposes the following members.
Name | Description | |
---|---|---|
SFSBuddyVariable(String, Object) | ||
SFSBuddyVariable(String, Object, Int32) |
Creates a new SFSBuddyVariable instance.
|
Name | Description | |
---|---|---|
IsOffline |
Indicates whether the Buddy Variable is persistent or not.
| |
Name |
Indicates the name of this variable.
(Inherited from BaseVariable.) | |
Type |
Indicates the type of this variable.
(Inherited from BaseVariable.) | |
Value |
Returns the untyped value of this variable.
(Inherited from BaseVariable.) |
Name | Description | |
---|---|---|
GetBoolValue |
Retrieves the value of a boolean variable.
(Inherited from BaseVariable.) | |
GetDoubleValue |
Retrieves the value of a double precision variable.
(Inherited from BaseVariable.) | |
GetIntValue |
Retrieves the value of an integer variable.
(Inherited from BaseVariable.) | |
GetSFSArrayValue |
Retrieves the value of a SFSArray variable.
(Inherited from BaseVariable.) | |
GetSFSObjectValue |
Retrieves the value of a SFSObject variable.
(Inherited from BaseVariable.) | |
GetStringValue |
Retrieves the value of a string variable.
(Inherited from BaseVariable.) | |
IsNull |
Indicates if the variable is null.
(Inherited from BaseVariable.) | |
ToString |
Returns a string that contains the Buddy Variable name, type and value.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
OFFLINE_PREFIX |
The prefix to be added to a Buddy Variable name to make it persistent.
|