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 | |
|---|---|---|
![]() |
WorkflowTypeTest | Initializes a new instance of the WorkflowTypeTest class. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
StartWorkflow | Starts a custom workflow or other custom external action. |
![]() |
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.
.gif)
.gif)