InitializationArguments Methods |
The InitializationArguments type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetParameterValueT |
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.
|
![]() | GetSettingSingleValueT |
Returns the first value of a setting from the Settings collection.
|
![]() | GetVariableSingleValueT |
Returns the first value of a scope variable from the Variables collection.
|
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.) |