GoToActivity Members
Include Protected Members
Include Inherited Members
Performs transfer control of the workflow to a direct child of its ancestor. It is up to the ancestor to determine the validity of the goto target, and to actually perform the transfer. Creation of new custom ancestors of GotoActivity is not supported.
The GoToActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GoToActivity() | Creates a new instance. | |
GoToActivity(String) | Creates a new instance with a given name. |
Top
Properties
Name | Description | |
---|---|---|
Description | (inherited from Activity) | |
DesignMode | (inherited from DependencyObject) | |
Enabled | (inherited from Activity) | |
ExecutionResult | (inherited from Activity) | |
ExecutionStatus | (inherited from Activity) | |
IsDynamicActivity | (inherited from Activity) | |
Name | (inherited from Activity) | |
Parent | (inherited from Activity) | |
ParentDependencyObject | (inherited from DependencyObject) | |
QualifiedName | (inherited from Activity) | |
Site | (inherited from DependencyObject) | |
TargetActivityName | Name of the target activity to execute next. | |
UserData | (inherited from DependencyObject) | |
WorkflowInstanceId | (inherited from Activity) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (inherited from Activity) | |
Closed | (inherited from Activity) | |
Compensating | (inherited from Activity) | |
Executing | (inherited from Activity) | |
Faulting | (inherited from Activity) | |
StatusChanged | (inherited from Activity) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (inherited from DependencyObject) | |
IInstanceDependencyContainer.InstanceDependencyProperties | A dictionary that is used to store the values of instance dependency properties. |
Top