SPUserCodeWorkflowActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to execute a sandboxed solution workflow action.
The SPUserCodeWorkflowActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUserCodeWorkflowActivity | Initializes a new instance of the SPUserCodeWorkflowActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the workflow context that contains properties that are associated with the active workflow instance. | |
Activities | (Inherited from CompositeActivity.) | |
AssemblyName | Gets or sets the strong name of the assembly that contains the user code workflow. | |
CanModifyActivities | (Inherited from CompositeActivity.) | |
ClassName | Gets or sets the fully qualified name of the class that contains the function specified by the FunctionName property. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
EnabledActivities | (Inherited from CompositeActivity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
FunctionName | Gets or sets the function name that is invoked upon execution. | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
OutParams | Gets or sets a set of name/type pairs for out parameters. | |
ParameterBindings | Gets a list of bindings to the parameters in the workflow. | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
SolutionId | Gets or sets the GUID of the sandboxed solution used to deploy the user code workflow. | |
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 __Context property that the class promotes for use by the workflow runtime. | |
AssemblyNameProperty | Represents the AssemblyName property that the class promotes for use by the workflow runtime. | |
ClassNameProperty | Represents the ClassName property that the class promotes for use by the workflow runtime. | |
FunctionNameProperty | Represents the FunctionName property that the class promotes for use by the workflow runtime. | |
OutParamsProperty | Represents the OutParams property that the class promotes for use by the workflow runtime. | |
ParameterBindingsProperty | Represents the ParameterBindings property that the class promotes for use by the workflow runtime. | |
SolutionIdProperty | Represents the SolutionId property that the class promotes for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | Handles the Closed event for this class. | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top