Class WorkflowActivityBase
public abstract class WorkflowActivityBase : CodeActivity
  - Inheritance
 - 
      
      
      
      WorkflowActivityBase
 
- Inherited Members
 
Constructors
WorkflowActivityBase()
public WorkflowActivityBase()
  Methods
CreateContext()
protected virtual IWorkflowEventContext CreateContext()
  Returns
Execute(CodeActivityContext)
When implemented in a derived class, performs the execution of the activity.
protected override void Execute(CodeActivityContext context)
  Parameters
contextCodeActivityContextThe execution context under which the activity executes.
ExecuteAction(IWorkflowEventContext)
public abstract void ExecuteAction(IWorkflowEventContext workflowEventContext)
  Parameters
workflowEventContextIWorkflowEventContext