Flow Decision Activity

Description:

A specialized FlowNode that provides the ability to model a conditional node with two outcomes.

Inheritance Hierarchy:

System.Object
  System.Activities.Statements.FlowNode
    System.Activities.Statements.FlowDecision

Function:

A FlowChart control flow element, similar to an If activity, that passes execution to one of two possible child elements based on whether a condition evaluates to True or False.

Properties:

Name Description

Condition

An expression that evaluates to True or False.

FalseLabel

False

You can change the name of this label to make it meaningful in the context. The label appears on the connector that branches to the next activity.

TrueLabel

True

You can change the name of this label to make it meaningful in the context. The label appears on the connector that branches to the next activity.

Version Information:

Supported from: Geocortex Essentials 3.0.

For more information:

https://msdn.microsoft.com/en-us/library/system.activities.statements.flowdecision.aspx