BuddyVariable Interface |
Namespace: Sfs2X.Entities.Variables
public interface BuddyVariable : Variable
The BuddyVariable type exposes the following members.
Name | Description | |
---|---|---|
IsOffline |
Indicates whether the Buddy Variable is persistent or not.
| |
Name |
Indicates the name of this variable.
(Inherited from Variable.) | |
Type |
Indicates the type of this variable.
(Inherited from Variable.) | |
Value |
Returns the untyped value of this variable.
(Inherited from Variable.) |
Name | Description | |
---|---|---|
GetBoolValue |
Retrieves the value of a boolean variable.
(Inherited from Variable.) | |
GetDoubleValue |
Retrieves the value of a double precision variable.
(Inherited from Variable.) | |
GetIntValue |
Retrieves the value of an integer variable.
(Inherited from Variable.) | |
GetSFSArrayValue |
Retrieves the value of a SFSArray variable.
(Inherited from Variable.) | |
GetSFSObjectValue |
Retrieves the value of a SFSObject variable.
(Inherited from Variable.) | |
GetStringValue |
Retrieves the value of a string variable.
(Inherited from Variable.) | |
IsNull |
Indicates if the variable is null.
(Inherited from Variable.) |