C# Класс strICT.InFlow.WFM.Utilities.WorkflowManagementClientExtensions

Extensions for the WorkflowManagementClient
Показать файл Открыть проект

Открытые методы

Метод Описание
CleanUp ( this client ) : void
PublishActivity ( this client, string name, string xamlFilePath ) : void
PublishWorkflow ( this client, string workflowName, string xamlFilePath, Collection externalVariables, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
PublishWorkflow ( this client, string workflowName, string xamlFilePath, Collection externalVariables, SubscriptionFilter activationFilter = null ) : void
PublishWorkflow ( this client, string workflowName, string xamlFilePath, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
PublishWorkflow ( this client, string workflowName, string XamlFile, SubscriptionFilter activationFilter = null ) : void
PublishWorkflowString ( this client, string workflowName, string xamlFile, Collection externalVariables, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
PublishWorkflowString ( this client, string workflowName, string xamlFilePath, SubscriptionFilter activationFilter = null ) : void
WaitForWorkflowCompletion ( this client, string workflowName, string instanceId, int pollingInterval ) : string

Описание методов

CleanUp() публичный статический Метод

public static CleanUp ( this client ) : void
client this
Результат void

PublishActivity() публичный статический Метод

public static PublishActivity ( this client, string name, string xamlFilePath ) : void
client this
name string
xamlFilePath string
Результат void

PublishWorkflow() публичный статический Метод

public static PublishWorkflow ( this client, string workflowName, string xamlFilePath, Collection externalVariables, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
xamlFilePath string
externalVariables Collection
configValues string>.IDictionary
activationFilter SubscriptionFilter
Результат void

PublishWorkflow() публичный статический Метод

public static PublishWorkflow ( this client, string workflowName, string xamlFilePath, Collection externalVariables, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
xamlFilePath string
externalVariables Collection
activationFilter SubscriptionFilter
Результат void

PublishWorkflow() публичный статический Метод

public static PublishWorkflow ( this client, string workflowName, string xamlFilePath, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
xamlFilePath string
configValues string>.IDictionary
activationFilter SubscriptionFilter
Результат void

PublishWorkflow() публичный статический Метод

public static PublishWorkflow ( this client, string workflowName, string XamlFile, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
XamlFile string
activationFilter SubscriptionFilter
Результат void

PublishWorkflowString() публичный статический Метод

public static PublishWorkflowString ( this client, string workflowName, string xamlFile, Collection externalVariables, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
xamlFile string
externalVariables Collection
configValues string>.IDictionary
activationFilter SubscriptionFilter
Результат void

PublishWorkflowString() публичный статический Метод

public static PublishWorkflowString ( this client, string workflowName, string xamlFilePath, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
xamlFilePath string
activationFilter SubscriptionFilter
Результат void

WaitForWorkflowCompletion() публичный статический Метод

public static WaitForWorkflowCompletion ( this client, string workflowName, string instanceId, int pollingInterval ) : string
client this
workflowName string
instanceId string
pollingInterval int
Результат string