Click or drag to resize
BCDocumentWorkflowExtender Constructor (BCDocument, BCServiceProvider, IWin32Window)
Initializes a new instance of the BCDocumentWorkflowExtender class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCDocumentWorkflowExtender(
	BCDocument document,
	BCServiceProvider services,
	IWin32Window owner
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document to manage.
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the object.
owner
Type: System.Windows.FormsIWin32Window
Any object that implements the IWin32Window interface that represents the top-level window that will own the modal dialog box.
See Also