Show / Hide Table of Contents

Class Transition

Inheritance
System.Object
Transition
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public sealed class Transition : Object

Constructors

Transition()

Declaration
public Transition()

Properties

Action

Declaration
public Activity Action { get; set; }
Property Value
Activity

Condition

Declaration
public Activity<bool> Condition { get; set; }
Property Value
Activity<System.Boolean>

DisplayName

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

To

Declaration
public State To { get; set; }
Property Value
State

Trigger

Declaration
public Activity Trigger { get; set; }
Property Value
Activity

Back to top Generated by DocFX