Click or drag to resize

InitializationArguments Methods

The InitializationArguments type exposes the following members.

Methods
  NameDescription
Public methodGetParameterValueT
Returns the value of a parameter from the Parameters collection. If the value of a parameter is the name of a key from the Settings collection (prefixed with @) then the value is fetched from the first value of that setting.
Public methodGetSettingSingleValueT
Returns the first value of a setting from the Settings collection.
Public methodGetVariableSingleValueT
Returns the first value of a scope variable from the Variables collection.
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