InitializationArguments Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
public class InitializationArguments
The InitializationArguments type exposes the following members.
Name | Description | |
---|---|---|
![]() | InitializationArguments |
Name | Description | |
---|---|---|
![]() | DbConnection | |
![]() | DbTransaction | |
![]() | Factory | |
![]() | Parameters |
Parameters originate from the survey template xml data.
|
![]() | Settings |
Settings are the survey settings as set at survey initiation.
|
![]() | SurveyId |
Id of the survey.
|
![]() | SurveyIsCreated | |
![]() | Variables |
Variables are the scope variables as set at survey initiation.
|
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.) |