Microsoft.Activities Namespace
Updated: July 11, 2012
Provides classes that allow you to create and work with dynamic value related activities.
| Class | Description | |
|---|---|---|
![]() | AddToDictionary(Of TKey, TValue) | An activity to add a key and value to a dictionary. |
![]() | BuildCollection(Of TValue) | An activity to build a collection. |
![]() | BuildDictionary(Of TKey, TValue) | An activity to build a dictionary. |
![]() | BuildDynamicValue | An activity to build a DynamicValue. |
![]() | BuildUri | Represents an activity to build a URI. |
![]() | CacheContains | Represents an activity to determine if the cache contains a given item. |
![]() | CacheScope | |
![]() | ClearDictionary(Of TKey, TValue) | An activity to clear a dictionary. |
![]() | ContainsDynamicValueProperty | An activity to check if a DynamicValue contains a particular property. |
![]() | CopyDynamicValue | An activity to copy a DynamicValue. |
![]() | CountCollection(Of T) | An activity to count the number of items in a collection. |
![]() | CountDictionary(Of TKey, TValue) | An activity to count the number of items in a Dictionary. |
![]() | CountDynamicValueItems | An activity to count the number of child items in a DynamicValue. |
![]() | CreateDynamicValue | An activity to create a DynamicValue. |
![]() | CreateException(Of T) | An activity to create an Exception. |
![]() | CreateException(Of T, TResult) | An activity to create an Exception. |
![]() | CreateUriFromDynamicValue | An activity to create a Uri from an input DynamicValue. |
![]() | DictionaryContains(Of TKey, TValue) | An activity to check if a dictionary contains a particular item. |
![]() | DynamicForEach(Of T) | An activity for executing activities over a collection with dynamic execution branches. |
![]() | DynamicValue | Represents a dynamic data structure for supporting nested sets of key-value pairs in workflow. |
![]() | ExternalVariable | A workflow variable used for modeling global state that can be externally queried even while the instance is persisted. |
![]() | ExternalVariable(Of T) | A workflow variable used for modeling global state that can be externally queried even while the instance is persisted. |
![]() | ExternalVariableReference(Of T) | An activity to retrieve the location reference of the external variable for use in the L-value of an expression. |
![]() | ExternalVariableValue(Of T) | An activity to retrieve the value of an external variable. |
![]() | GetCachedValue(Of T) | Represents an activity to retrieve a value from cache. |
![]() | GetConfigurationValue | An activity to retrieve a value from workflow configuration. |
![]() | GetDictionaryValue(Of TKey, TValue) | An activity to retrieve the value of a particular dictionary entry. |
![]() | GetDynamicValueProperties | An activity to retrieve multiple properties from a DynamicValue. |
![]() | GetDynamicValueProperty(Of T) | An activity to return a property from a DynamicValue. |
![]() | GetInstanceAddress | An activity to return the address of the executing workflow instance. |
![]() | GetItemFromCollection(Of TItem) | An activity to get an item from a collection. |
![]() | GetODataProperties | Represents an activity to get OData properties. |
![]() | IsEmptyDynamicValue | An activity to determine if a DynamicValue is empty. |
![]() | LogToHistory | Represents an activity to log a message to history. |
![]() | ParseDynamicValue | Represents an activity to parse a JSON string into a DynamicValue. |
![]() | RemoveCachedValue | Represents an activity to remove a value from the cache. |
![]() | RemoveFromDictionary(Of TKey, TValue) | An activity to remove an item from a dictionary. |
![]() | SetCachedValue(Of T) | Represents an activity to set a value in the cache. |
![]() | SetDynamicValueProperties | Represents an activity to set a dynamic value. |
![]() | SetDynamicValueProperty | Represents an activity to set a dynamic value property. |
![]() | SetUserStatus | Represents an activity to set the UserStatus value of the instance. |
![]() | SplitKeyValuePair(Of TKey, TValue) | An activity to split the key and value out of a KeyValuePair. |
![]() | Suspend | Represents an activity to suspend. |
![]() | TryGetCachedValue(Of T) | Represents an activity to get a cached value. |
![]() | WorkflowInstanceResult | The result of a workflow instance's exeion. |
| Enumeration | Description | |
|---|---|---|
![]() | WorkflowInstanceStatus | The status of the workflow instance. |

