SetProjectStage Members
Include Protected Members
Include Inherited Members
The workflow activity that sets the current stage of a Project Server workflow.
The SetProjectStage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SetProjectStage | Creates an instance of the SetProjectStage class. |
Top
Properties
Name | Description | |
---|---|---|
AlwaysWait | Gets or sets a value that specifies whether the workflow always waits at the SetProjectStage activity, even when there are no required custom fields. | |
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.) | |
StageOrder | Gets or sets the order of the stage in the workflow. | |
StageUid | Gets or sets the GUID of the workflow stage. | |
UserData | (Inherited from DependencyObject.) | |
WorkflowContext | Gets or sets the context of the SetProjectStage activity in the parent workflow activity. | |
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
Fields
Name | Description | |
---|---|---|
AlwaysWaitProperty | Contains the AlwaysWait property. | |
StageOrderProperty | Contains the StageOrder property. | |
StageUidProperty | Contains the StageUid property. | |
WorkflowContextProperty | Contains the WorkflowContext property, which is the context of the SetProjectStage activity in the parent ProjectSequence activity. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActivityEventListener<QueueEventArgs>.OnEvent | The interface of the event listener for the SetProjectStage workflow activity. | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top