Compartilhar via


Classe 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.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices.Workflow..::..WorkflowTypeTest

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

Sintaxe

'Declaração
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

O tipo WorkflowTypeTest expõe os membros a seguir.

Construtores

  Nome Descrição
Método público WorkflowTypeTest Initializes a new instance of the WorkflowTypeTest class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público StartWorkflow Starts a custom workflow or other custom external action.
Método público ToString (Herdado de Object.)

Início

Comentários

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.