ActionArgument Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActions
public class ActionArgument
The ActionArgument type exposes the following members.
| Name | Description | |
|---|---|---|
| DbConnection |
Current SQL connection to the OIS Enterprise server database
| |
| DbTransaction |
Current SQL Transaction for the OIS enterprise server database
| |
| Factory |
Factory reference
| |
| Scope |
Returns the scope for the configurarion parameters
| |
| SystemCategoryId |
Returns the system category data object id
| |
| SystemId |
Returns the SYSTEMID of the system
| |
| SystemName |
Returns the name of the system
| |
| SystemObjectId |
Returns the dataobject id of the system
|
| 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.) |