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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices.Workflow
Assembly :  Microsoft.MasterDataServices.Workflow (en Microsoft.MasterDataServices.Workflow.dll)

Syntaxe

'Déclaration
Public Class WorkflowTypeTest _
    Implements IWorkflowTypeExtender
'Utilisation
Dim instance As WorkflowTypeTest
public class WorkflowTypeTest : IWorkflowTypeExtender
public ref class WorkflowTypeTest : IWorkflowTypeExtender
type WorkflowTypeTest =  
    class
        interface IWorkflowTypeExtender
    end
public class WorkflowTypeTest implements IWorkflowTypeExtender

Le type WorkflowTypeTest expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique WorkflowTypeTest Initializes a new instance of the WorkflowTypeTest class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique StartWorkflow Starts a custom workflow or other custom external action.
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.