Clase WorkflowTypeTest

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.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Workflow.WorkflowTypeTest

Espacio de nombres:  Microsoft.MasterDataServices.Workflow
Ensamblado:  Microsoft.MasterDataServices.Workflow (en Microsoft.MasterDataServices.Workflow.dll)

Sintaxis

'Declaración
Public Class WorkflowTypeTest _
    Implements IWorkflowTypeExtender
'Uso
Dim instance As WorkflowTypeTest
public class WorkflowTypeTest : IWorkflowTypeExtender
public ref class WorkflowTypeTest : IWorkflowTypeExtender
type WorkflowTypeTest =  
    class 
        interface IWorkflowTypeExtender 
    end
public class WorkflowTypeTest implements IWorkflowTypeExtender

El tipo WorkflowTypeTest expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público WorkflowTypeTest Initializes a new instance of the WorkflowTypeTest class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público StartWorkflow Starts a custom workflow or other custom external action.
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Workflow