Click or drag to resize

ActionController Constructor

Creates an instance of ActionController. Please use ActionControllerFactory exclusively to instantiate this class in production code.

Namespace: Scanjour.Workflow4.ActivityLibrary.Controller
Assembly: 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)
Syntax
public ActionController(
	IActionRepository actionRepository
)

Parameters

actionRepository  IActionRepository
Provider of action-related information
See Also