Click or drag to resize

ActionArgument Class

This class contains data for the system onboarding post actions. The class also contains a set of helper function making it easier to read and write system onboarding values. An instance of the class is passed parater through the post action interface methods
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActionsActionArgument

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class ActionArgument

The ActionArgument type exposes the following members.

Properties
  NameDescription
Public propertyDbConnection
Current SQL connection to the OIS Enterprise server database
Public propertyDbTransaction
Current SQL Transaction for the OIS enterprise server database
Public propertyFactory
Factory reference
Public propertyScope
Returns the scope for the configurarion parameters
Public propertySystemCategoryId
Returns the system category data object id
Public propertySystemId
Returns the SYSTEMID of the system
Public propertySystemName
Returns the name of the system
Public propertySystemObjectId
Returns the dataobject id of the system
Top
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