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
Exit
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>
|