ActionController Constructor |
Creates an instance of
ActionController.
Please use
ActionControllerFactory exclusively
to instantiate this class in production code.
Namespace: Scanjour.Workflow4.ActivityLibrary.ControllerAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic ActionController(
IActionRepository actionRepository
)
Public Sub New (
actionRepository As IActionRepository
)
public:
ActionController(
IActionRepository^ actionRepository
)
new :
actionRepository : IActionRepository -> ActionController
Parameters
- actionRepository IActionRepository
- Provider of action-related information
See Also