Show / Hide Table of Contents

Class State

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

Constructors

State()

Declaration
public State()

Properties

DisplayName

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

Entry

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

Exit

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

IsFinal

Declaration
public bool IsFinal { get; set; }
Property Value
System.Boolean

Transitions

Declaration
public Collection<Transition> Transitions { get; }
Property Value
System.Collections.ObjectModel.Collection<Transition>

Variables

Declaration
public Collection<Variable> Variables { get; }
Property Value
System.Collections.ObjectModel.Collection<Variable>

Back to top Generated by DocFX