ImpersonationSequenceActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to run a workflow instance in the context of a specified user role.
The ImpersonationSequenceActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ImpersonationSequenceActivity() | Initializes a new instance of the ImpersonationSequenceActivity class. |
![]() |
ImpersonationSequenceActivity(String) | Initializes a new instance of the ImpersonationSequenceActivity class with the specified name. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
__Context | Gets or sets the WorkflowContext object that contains the properties associated with the workflow instance. |
![]() |
Activities | (Inherited from CompositeActivity.) |
![]() |
CanModifyActivities | (Inherited from CompositeActivity.) |
![]() |
Description | (Inherited from Activity.) |
![]() |
DesignMode | (Inherited from DependencyObject.) |
![]() |
Enabled | (Inherited from Activity.) |
![]() |
EnabledActivities | (Inherited from CompositeActivity.) |
![]() |
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.) |
![]() |
RunAs | Gets or sets the user role that the workflow host uses for interactions with the current SPWeb. |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
UserData | (Inherited from DependencyObject.) |
![]() |
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 | |
---|---|---|
![]() ![]() |
__ContextProperty | Represents the DependencyProperty that promotes the __Context property for use by the workflow runtime. |
![]() ![]() |
RunAsProperty | Represents the DependencyProperty that promotes the RunAs property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | Defines the process procedure when the subscribe-to event occurs. |
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top