UpdateProjectStageStatus members
The workflow activity that updates the status field and the status information field in the specified project stage.
The UpdateProjectStageStatus type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdateProjectStageStatus | Creates an instance of the UpdateProjectStageStatus class. |
Top
Properties
Name | Description | |
---|---|---|
Append | Gets or sets a value that specifies whether to append the StatusInformation value to the stage status information field. | |
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.) | |
StageUid | Gets or sets the GUID of the stage to update. | |
StatusInformation | Gets or sets text that can replace or be appended to text in the stage status information field. | |
UpdateProjectStageStatusField | Gets or sets the general stage status (waiting for input, waiting for approval, or workflow processing). | |
UserData | (Inherited from DependencyObject.) | |
WorkflowContext | Gets or sets the context of the UpdateProjectStageStatus 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 | |
---|---|---|
AppendProperty | Contains the Append property. | |
StageUidProperty | Contains the StageUid property. | |
StatusInformationProperty | Contains the StatusInformation property. | |
UpdateProjectStageStatusFieldProperty | Contains the UpdateProjectStageStatusField property. | |
WorkflowContextProperty | Contains the WorkflowContext property, which is the context of the UpdateProjectStageStatus activity in the parent ProjectSequence activity. |
Top