Condividi tramite


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.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Workflow
Assembly:  Microsoft.MasterDataServices.Workflow (in Microsoft.MasterDataServices.Workflow.dll)

Sintassi

'Dichiarazione
Public Class WorkflowTypeTest _
    Implements IWorkflowTypeExtender
'Utilizzo
Dim instance As WorkflowTypeTest
public class WorkflowTypeTest : IWorkflowTypeExtender
public ref class WorkflowTypeTest : IWorkflowTypeExtender
type WorkflowTypeTest =  
    class
        interface IWorkflowTypeExtender
    end
public class WorkflowTypeTest implements IWorkflowTypeExtender

Nel tipo WorkflowTypeTest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico WorkflowTypeTest Initializes a new instance of the WorkflowTypeTest class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico StartWorkflow Starts a custom workflow or other custom external action.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.