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 | |
---|---|---|
WorkflowTypeTest | Initializes a new instance of the WorkflowTypeTest class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
StartWorkflow | Starts a custom workflow or other custom external action. | |
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.