FeatureSet To DataItemList Activity
Description:
Creates a list of DataItems
from a FeatureSet
using the specified attributes.
Inheritance Hierarchy:
System.Object
System.Activities.Activity
System.Activities.CodeActivity
Geocortex.Workflow.Activities.FeatureSetToDataItemList
Function:
This activity allows you to construct a List<DataItem>
from a FeatureSet
using the specified attributes.
In a Workflow:
You would use this activity to transform a FeatureSet
from a Query Task into a List<DataItem>
so that it can be used to populate a combo box or the list input of a Display Form activity.
Properties:
Name | Description |
---|---|
In Arguments |
|
Display Attribute |
The name of the attribute that contains the Display data. |
FeatureSet |
The |
Value Attribute |
The name of the attribute that contains the Value data. |
Misc |
|
Display Name |
FeatureSetToDataItemList 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. |
Sort |
Whether to sort the resulting list of |
Out Arguments |
|
DataItems List |
The resulting list of |
Version Information:
Supported from: Geocortex Essentials 3.10.