BaseVariable Class |
Namespace: Sfs2X.Entities.Variables
public abstract class BaseVariable : Variable
The BaseVariable type exposes the following members.
Name | Description | |
---|---|---|
Name |
Indicates the name of this variable.
| |
Type |
Indicates the type of this variable.
| |
Value |
Returns the untyped value of this variable.
|
Name | Description | |
---|---|---|
GetBoolValue |
Retrieves the value of a boolean variable.
| |
GetDoubleValue |
Retrieves the value of a double precision variable.
| |
GetIntValue |
Retrieves the value of an integer variable.
| |
GetSFSArrayValue |
Retrieves the value of a SFSArray variable.
| |
GetSFSObjectValue |
Retrieves the value of a SFSObject variable.
| |
GetStringValue |
Retrieves the value of a string variable.
| |
IsNull |
Indicates if the variable is null.
|