Click or drag to resize

PostAction Class

Configuration of a post action. A post action represents a .net method to be executed when a survey object is completed.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeaturePostAction

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

The PostAction type exposes the following members.

Constructors
  NameDescription
Public methodPostAction
Top
Properties
  NameDescription
Public propertyClass
Classname and assembly. Example: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostAction.ResourceAssignmentHandler, Omada.OE.Solution.OIM.AppLogic
Public propertyParameters
Parameters for the post action.
Public propertyRunAfterEveryStep
If true the action runs every time a survey object has been processed in a workflow step. If false it only runs after it has been processed in the final workflow step.
Public propertyRunAsSystemUser
Should the .net method be executed as the system user (who has full access)?
Top
Methods
  NameDescription
Public methodToString
(Overrides ObjectToString.)
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