GoToActivity Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Assists in transferring control flow from a given activity to a child activity of an ancestor of the given activity.
The following tables list the members exposed by the GoToActivity type.
Public Constructors
?? | Name | Description |
---|---|---|
GoToActivity | Overloaded. Initializes a new instance of the GoToActivity class. |
Top
Public Fields
?? | Name | Description |
---|---|---|
TargetActivityNameProperty | The dependency property for TargetActivityName. |
Top
Public Properties
(see also Protected Properties )
?? | Name | Description |
---|---|---|
Description?? | (inherited from Activity ) | |
Enabled?? | (inherited from Activity ) | |
ExecutionResult?? | (inherited from Activity ) | |
ExecutionStatus?? | (inherited from Activity ) | |
IsDynamicActivity?? | (inherited from Activity ) | |
Name?? | (inherited from Activity ) | |
Parent?? | (inherited from Activity ) | |
QualifiedName?? | (inherited from Activity ) | |
Site?? | (inherited from DependencyObject ) | |
TargetActivityName | Gets or sets the name of the target, or destination, activity. | |
UserData?? | (inherited from DependencyObject ) |
Top
Protected Properties
?? | Name | Description |
---|---|---|
DesignMode?? | (inherited from DependencyObject ) | |
ParentDependencyObject?? | (inherited from DependencyObject ) | |
WorkflowInstanceId?? | (inherited from Activity ) |
Top
Public Methods
(see also Protected Methods )
?? | Name | Description |
---|---|---|
AddHandler?? | (inherited from DependencyObject ) | |
Clone?? | (inherited from Activity ) | |
Dispose?? | Overloaded. (inherited from DependencyObject ) | |
Equals?? | Overloaded. (inherited from Object ) | |
GetActivityByName?? | Overloaded. (inherited from Activity ) | |
GetBinding?? | (inherited from DependencyObject ) | |
GetHashCode?? | (inherited from Object ) | |
GetType?? | (inherited from Object ) | |
GetValue?? | (inherited from DependencyObject ) | |
GetValueBase?? | (inherited from DependencyObject ) | |
IsBindingSet?? | (inherited from DependencyObject ) | |
Load?? | Overloaded. (inherited from Activity ) | |
MetaEquals?? | (inherited from DependencyObject ) | |
ReferenceEquals?? | (inherited from Object ) | |
RegisterForStatusChange?? | (inherited from Activity ) | |
RemoveHandler?? | (inherited from DependencyObject ) | |
RemoveProperty?? | (inherited from DependencyObject ) | |
Save?? | Overloaded. (inherited from Activity ) | |
SetBinding | Overloaded. Sets the System.Workflow.ComponentModel.ActivityBind for the specified InstanceDependencyProperty. | |
SetValue?? | (inherited from DependencyObject ) | |
SetValueBase?? | (inherited from DependencyObject ) | |
ToString?? | (inherited from Activity ) | |
UnregisterForStatusChange?? | (inherited from Activity ) |
Top
Protected Methods
?? | Name | Description |
---|---|---|
Cancel?? | (inherited from Activity ) | |
Dispose?? | Overloaded. (inherited from DependencyObject ) | |
Execute?? | (inherited from Activity ) | |
Finalize?? | (inherited from DependencyObject ) | |
GetBoundValue?? | (inherited from DependencyObject ) | |
GetInvocationList?? | (inherited from DependencyObject ) | |
HandleFault?? | (inherited from Activity ) | |
Initialize?? | (inherited from Activity ) | |
InitializeProperties?? | (inherited from DependencyObject ) | |
Invoke?? | Overloaded. (inherited from Activity ) | |
MemberwiseClone?? | (inherited from Object ) | |
OnActivityExecutionContextLoad?? | (inherited from Activity ) | |
OnActivityExecutionContextUnload?? | (inherited from Activity ) | |
OnClosed?? | (inherited from Activity ) | |
RaiseEvent?? | (inherited from Activity ) | |
RaiseGenericEvent?? | (inherited from Activity ) | |
SetBoundValue?? | (inherited from DependencyObject ) | |
SetReadOnlyPropertyValue?? | (inherited from DependencyObject ) | |
TrackData?? | Overloaded. (inherited from Activity ) | |
Uninitialize?? | (inherited from Activity ) |
Top
Public 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 |
---|---|---|
System.ComponentModel.IComponent.Disposed?? | (inherited from DependencyObject ) |
Top