Controller for workflow actions
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibrary.ControllerActionController
Namespace: Scanjour.Workflow4.ActivityLibrary.Controller
Assembly: Scanjour.Workflow4.ActivityLibrary_21.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.3.0.0.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The ActionController type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ActionController |
Creates an instance of ActionController.
Please use ActionControllerFactory exclusively
to instantiate this class in production code.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReactToActionIfNeeded |
Runs action for all contacts
if actionName is in selectedActionsMask |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also