OnProjectCheckIn Members
Include Protected Members
Include Inherited Members
The workflow activity that waits for the PSWorkflowService.OnProjectCheckIn event, which occurs when the associated project is checked in, before continuing to other activities in the workflow.
The OnProjectCheckIn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OnProjectCheckIn | Creates an instance of the OnProjectCheckIn 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 OnProjectCheckIn activity in the parent ProjectSequence 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 OnProjectCheckIn workflow activity. | |
IEventActivity.QueueName | Gets the name of the workflow activity event queue. Read-only. | |
IEventActivity.Subscribe | Subscribes the OnProjectCheckIn workflow activity to an event. | |
IEventActivity.Unsubscribe | Cancels the subscription of the OnProjectCheckIn workflow activity to an event. | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top