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.

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

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Workflow.WorkflowTypeTest

Syntax

public class WorkflowTypeTest : IWorkflowTypeExtender
public ref class WorkflowTypeTest : IWorkflowTypeExtender
type WorkflowTypeTest = 
    class
        interface IWorkflowTypeExtender
    end
Public Class WorkflowTypeTest
    Implements IWorkflowTypeExtender

Constructors

Name Description
System_CAPS_pubmethod WorkflowTypeTest()

Initializes a new instance of the WorkflowTypeTest class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod StartWorkflow(String, XmlElement)

Starts a custom workflow or other custom external action.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.MasterDataServices.Workflow Namespace

Return to top