IWorkflowTypeExtender-Schnittstelle

Defines the interface for a workflow type extender, allowing custom workflow types to be started.

Namespace:  Microsoft.MasterDataServices.WorkflowTypeExtender
Assembly:  Microsoft.MasterDataServices.WorkflowTypeExtender (in Microsoft.MasterDataServices.WorkflowTypeExtender.dll)

Syntax

'Declaration
Public Interface IWorkflowTypeExtender
'Usage
Dim instance As IWorkflowTypeExtender
public interface IWorkflowTypeExtender
public interface class IWorkflowTypeExtender
type IWorkflowTypeExtender =  interface end
public interface IWorkflowTypeExtender

Der IWorkflowTypeExtender-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode StartWorkflow Starts a custom type of workflow using the supplied data element.

Zum Anfang

Siehe auch

Verweis

Microsoft.MasterDataServices.WorkflowTypeExtender-Namespace