DocsMarshal.Workflow.ActivityLibrary.Dictionaryv 1.0.0.1

A group of activity to manage dictionaries.


DocsMarshal.Workflow.ActivityLibrary.AddToDictionary<TKey,TValue>

This activity adds a new element to a given dictionary.


DocsMarshal.Workflow.ActivityLibrary.ClearDictionary<TKey,TValue>

This activity removes all the items contained in a dictionary.


DocsMarshal.Workflow.ActivityLibrary.GetFromDictionary<TKey,TValue,TValueResult>

This activity, given a dictionary, returns the value of an element within it given its key. The result is a Boolean value that represents whether the operation was successful or not.


DocsMarshal.Workflow.ActivityLibrary.RemoveFromDictionary<TKey,TValue>

This activity, given a dictionary, removes an element within it given its key. The result is a Boolean value that represents whether the operation was successful or not.