Click or drag to resize
weroSoft AG, Software
IWorkflowProgressProvider 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 progress 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 IWorkflowProgressProvider : IWorkflowDialogBaseProvider, 
	IWorkflowUIProvider

The IWorkflowProgressProvider type exposes the following members.

Properties
  NameDescription
Public propertyCurrentProgressDialogDescription
The currently used dialog progress description.
Public propertyFeedbackController
Gets the feedback controller of this instance of UI Provider.
(Inherited from IWorkflowUIProvider.)
Public propertyIsDesignerMode
Gets a value indicating whether the controller is working in designer mode.
(Inherited from IWorkflowUIProvider.)
Public propertyIsModified
Gets or sets a value indicating whether the dialog has modified data or not.
(Inherited from IWorkflowDialogBaseProvider.)
Top
Methods
  NameDescription
Public methodCancel
Cancels the execution of an operation.
Public methodEndOperation
Ends showing an operation and returns to the empty screen.
Public methodExecuteDialog
Execute the dialog.
(Inherited from IWorkflowDialogBaseProvider.)
Public methodInitializeDialog
Initializes a dialog.
(Inherited from IWorkflowDialogBaseProvider.)
Public methodLoadDialog
Loads the dialog.
(Inherited from IWorkflowDialogBaseProvider.)
Public methodRegister
Registers a dialog on the dialog provider.
(Inherited from IWorkflowDialogBaseProvider.)
Public methodRegisterEmptyDialog
Registers an empty dialog template.
(Inherited from IWorkflowUIProvider.)
Public methodShowProgress
Shows the progress.
Public methodStartOperation
Starts an operation and shows the appropriate dialog.
Public methodUnloadDialog
Unloads the dialog.
(Inherited from IWorkflowDialogBaseProvider.)
Top
Events
  NameDescription
Public eventExecuted
Raised before the dialog gets ended working.
(Inherited from IWorkflowDialogBaseProvider.)
Public eventExecuting
Raised to signal that the dialog now is switched to work.
(Inherited from IWorkflowDialogBaseProvider.)
Public eventInitializing
Raised on initializing the dialog.
(Inherited from IWorkflowDialogBaseProvider.)
Public eventLoaded
Raised after the dialog has been loaded.
(Inherited from IWorkflowDialogBaseProvider.)
Public eventLoading
Raised on loading the dialog.
(Inherited from IWorkflowDialogBaseProvider.)
Public eventProgress
Raised if the progress changes.
Public eventUnloaded
Raised after the dialog is unloaded.
(Inherited from IWorkflowDialogBaseProvider.)
Public eventUnloading
Raised before the dialog gets unloaded.
(Inherited from IWorkflowDialogBaseProvider.)
Top
See Also