Add To Dictionary Activity

Description:

Adds a key/value pair to a dictionary.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      Geocortex.Workflow.Activities.AddToDictionary<TKey,TValue>

Function:

This activity allows you to add entries to a dictionary.

In a Workflow:

You would use this activity to populate a dictionary that can then be passed as an input argument into another activity.

Properties:

Name Description

In Arguments

Dictionary

The dictionary to add the key/value pair to.

Key

The key to add to the dictionary.

Value

The value to add to the dictionary.

Misc

Display Name

AddToDictionary

You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain.

Version Information:

Supported from: Geocortex Essentials 3.8.