ActionArgument Methods |
The ActionArgument type exposes the following members.
| Name | Description | |
|---|---|---|
| GetParametersValuesInSection |
Returns all parameters values in given section
| |
| GetParameterValue(String, String) |
Returns the specified parameter
| |
| GetParameterValue(String, String, Boolean) |
Returns the current value of the specified boolean parameter
If the values isnt present is the specified default value returned
| |
| GetParameterValue(String, String, String) |
Returns the current value of the specified parameter
If the values isnt present is the specified default value returned
| |
| HasValuesForSection |
Checks if the there are values in the section specified
| |
| SetParameterValue |
Sets the value of specific parameter
If the parameter doesnt exists is it added to the configuration
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |