OnWorkflowActivated Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to respond to the ISharePointService.OnWorkflowActivated event.
The OnWorkflowActivated type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OnWorkflowActivated | Initializes a new instance of the OnWorkflowActivated class. |
Top
Properties
Name | Description | |
---|---|---|
CorrelationToken | (Inherited from HandleExternalEventActivity.) | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
EventName | (Inherited from HandleExternalEventActivity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
InterfaceType | Gets the interface used to implement the activity. (Overrides HandleExternalEventActivity.InterfaceType.) | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
ParameterBindings | (Inherited from HandleExternalEventActivity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Roles | (Inherited from HandleExternalEventActivity.) | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
WorkflowId | Returns the GUID that the workflow engine assigns to this workflow instance upon initiation. | |
WorkflowInstanceId | (Inherited from Activity.) | |
WorkflowProperties | Gets or sets an SPWorkflowActivationProperties object that represents the initial properties of the workflow as it starts, such as the user who added the workflow, and the list and item to which the workflow was added. |
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.) | |
Invoked | (Inherited from HandleExternalEventActivity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
WorkflowIdProperty | The DependencyProperty object that promotes the WorkflowId property. | |
WorkflowPropertiesProperty | The DependencyProperty object that promotes the WorkflowProperties property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IDynamicPropertyTypeProvider.GetAccessType | (Inherited from HandleExternalEventActivity.) | |
IDynamicPropertyTypeProvider.GetPropertyType | (Inherited from HandleExternalEventActivity.) | |
IActivityEventListener<QueueEventArgs>.OnEvent | (Inherited from HandleExternalEventActivity.) | |
IEventActivity.QueueName | (Inherited from HandleExternalEventActivity.) | |
IEventActivity.Subscribe | (Inherited from HandleExternalEventActivity.) | |
IEventActivity.Unsubscribe | (Inherited from HandleExternalEventActivity.) |
Top