Click or drag to resize
weroSoft AG, Software
IWorkflowUIProvider Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the functionality of the workflow user interface provider.

Namespace:  WeroSoft.Workflow.Common.Visualization
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IWorkflowUIProvider

The IWorkflowUIProvider type exposes the following members.

Properties
  NameDescription
Public propertyFeedbackController
Gets the feedback controller of this instance of UI Provider.
Public propertyIsDesignerMode
Gets a value indicating whether the controller is working in designer mode.
Top
Methods
  NameDescription
Public methodRegisterEmptyDialog
Registers an empty dialog template.
Top
See Also