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
Public method WorkflowTypeTest Initializes a new instance of the WorkflowTypeTest class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method StartWorkflow Starts a custom workflow or other custom external action.
Public method 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.

See Also

Reference

Microsoft.MasterDataServices.Workflow Namespace