OnProjectCommit Members
Include Protected Members
Include Inherited Members
The workflow activity that waits for the PSWorkflowService.OnProjectCommit event, which occurs when the associated project is committed, before continuing the workflow.
The OnProjectCommit type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OnProjectCommit | Creates a new instance of the OnProjectCommit class. |
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.) | |
UserData | (Inherited from DependencyObject.) | |
WorkflowContext | Gets or sets the context of the OnProjectCommit activity in the parent ProjectSequence 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 | |
---|---|---|
WorkflowContextProperty | Contains the WorkflowContext property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActivityEventListener<QueueEventArgs>.OnEvent | The interface of the event listener for the OnProjectCommit workflow activity. | |
IEventActivity.QueueName | Gets the name of the workflow activity event queue. Read-only. | |
IEventActivity.Subscribe | Subscribes the OnProjectCommit workflow activity to an event. | |
IEventActivity.Unsubscribe | Cancels the subscription of the OnProjectCommit workflow activity to an event. | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top