WorkflowTypeTest-Klasse

Is an example of an external action for Master Data Services, such as a custom workflow or other custom functionality. This implementation writes test information to the console.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.Workflow.WorkflowTypeTest

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

Syntax

'Declaration
Public Class WorkflowTypeTest _
    Implements IWorkflowTypeExtender
'Usage
Dim instance As WorkflowTypeTest
public class WorkflowTypeTest : IWorkflowTypeExtender
public ref class WorkflowTypeTest : IWorkflowTypeExtender
type WorkflowTypeTest =  
    class 
        interface IWorkflowTypeExtender 
    end
public class WorkflowTypeTest implements IWorkflowTypeExtender

Der WorkflowTypeTest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode WorkflowTypeTest Initializes a new instance of the WorkflowTypeTest class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode StartWorkflow Starts a custom workflow or other custom external action.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

Your implementation of IWorkflowTypeExtender should be compiled in a separate .DLL.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Workflow-Namespace