SFSUserVariable Methods |
The SFSUserVariable type exposes the following members.
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.) | |
newPrivateVariable |
Creates a new private User Variable.
| |
ToString |
Returns a string that contains the User Variable name, type, value and IsPrivate flag.
(Overrides ObjectToString.) |