Click or drag to resize

ActionArgument Methods

The ActionArgument type exposes the following members.

Methods
  NameDescription
Public methodGetParametersValuesInSection
Returns all parameters values in given section
Public methodGetParameterValue(String, String)
Returns the specified parameter
Public methodGetParameterValue(String, String, Boolean)
Returns the current value of the specified boolean parameter If the values isnt present is the specified default value returned
Public methodGetParameterValue(String, String, String)
Returns the current value of the specified parameter If the values isnt present is the specified default value returned
Public methodHasValuesForSection
Checks if the there are values in the section specified
Public methodSetParameterValue
Sets the value of specific parameter If the parameter doesnt exists is it added to the configuration
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also