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 | |
---|---|---|
WorkflowTypeTest | Initializes a new instance of the WorkflowTypeTest class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
StartWorkflow | Starts a custom workflow or other custom external action. | |
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.