SetState Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to set the status of the workflow.
The SetState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SetState | Initializes a new instance of the SetState class. |
Top
Properties
Name | Description | |
---|---|---|
CorrelationToken | (Inherited from CallExternalMethodActivity.) | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
Index | Gets or sets the index of the new workflow status. | |
InterfaceType | Returns the interface that this activity implements. (Overrides CallExternalMethodActivity.InterfaceType.) | |
IsDynamicActivity | (Inherited from Activity.) | |
MethodName | Returns the interface method that this activity implements. (Overrides CallExternalMethodActivity.MethodName.) | |
Name | (Inherited from Activity.) | |
ParameterBindings | (Inherited from CallExternalMethodActivity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
State | Specifies the status to set the workflow to. | |
UserData | (Inherited from DependencyObject.) | |
WorkflowId | Gets or sets the workflow ID assigned to the workflow instance by the workflow engine when it initiated the workflow instance. | |
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.) | |
MethodInvoking | (Inherited from CallExternalMethodActivity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
IndexProperty | The DependencyProperty object that promotes the Index property. | |
StateProperty | The DependencyProperty object that promotes the State property. | |
WorkflowIdProperty | The DependencyProperty object that promotes the WorkflowId property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IDynamicPropertyTypeProvider.GetAccessType | (Inherited from CallExternalMethodActivity.) | |
IDynamicPropertyTypeProvider.GetPropertyType | (Inherited from CallExternalMethodActivity.) |
Top