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