Show / Hide Table of Contents

Class FlowSwitch<T>

Inheritance
System.Object
FlowNode
FlowSwitch<T>
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public sealed class FlowSwitch<T> : FlowNode, IFlowSwitch
Type Parameters
T

Constructors

FlowSwitch()

Declaration
public FlowSwitch()

Properties

Cases

Declaration
public IDictionary<T, FlowNode> Cases { get; }
Property Value
System.Collections.Generic.IDictionary<T, FlowNode>

Default

Declaration
public FlowNode Default { get; set; }
Property Value
FlowNode

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
System.String

Expression

Declaration
public Activity<T> Expression { get; set; }
Property Value
Activity<T>

Back to top Generated by DocFX