PostAction Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature
public class PostAction
The PostAction type exposes the following members.
| Name | Description | |
|---|---|---|
| PostAction |
| Name | Description | |
|---|---|---|
| Class |
Classname and assembly.
Example: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostAction.ResourceAssignmentHandler, Omada.OE.Solution.OIM.AppLogic
| |
| Parameters |
Parameters for the post action.
| |
| RunAfterEveryStep |
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.
| |
| RunAsSystemUser |
Should the .net method be executed as the system user (who has full access)?
|
| 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.) |