WorkflowTypeTest Class
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.
Inheritance Hierarchy
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
The WorkflowTypeTest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | WorkflowTypeTest | Initializes a new instance of the WorkflowTypeTest class. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | StartWorkflow | Starts a custom workflow or other custom external action. | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Remarks
Your implementation of IWorkflowTypeExtender should be compiled in a separate .DLL.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.