Microsoft.Activities.Extensions.Statements Namespace

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Provides additional workflow activities

Classes

  ClassDescription
Public classAddToDictionary<(Of <(<'TKey, TValue>)>)>
The AddToDictionary activity will add a key value pair to a dictionary.
Public classClearDictionary<(Of <(<'TKey, TValue>)>)>
The ClearDictionary will clear a dictionary.
Public classDelayUntilDateTime
The DelayUntilDateTime activity will delay until the specified date and time if it is in the future.
Public classDelayUntilTime
The DelayUntilTime activity
Public classGetFromDictionary<(Of <(<'TKey, TValue>)>)>
The GetFromDictionary activity will add a key value pair to a dictionary.
Public classGetInstanceId
Activity that returns the workflow instance ID
Public classInvokeWorkflow
Activity that invokes another workflow using WorkflowInvoker
Public classKeyExistsInDictionary<(Of <(<'TKey, TValue>)>)>
The KeyExistsInDictionary activity determines if a key exists in a dictionary
Public classLoadActivity
Loads a workflow definition from a XAML file
Public classLoadAndInvokeWorkflow
The load and invoke workflow.
Public classLoadAssembly
Loads an assembly into the current AppDomain
Public classRemoveFromDictionary<(Of <(<'TKey, TValue>)>)>
The RemoveFromDictionary activity will remove a key value pair to a dictionary.
Public classValueExistsInDictionary<(Of <(<'TKey, TValue>)>)>
The ValueExistsInDictionary activity determines if a value exists in a dictionary