C# Class Rock.Workflow.Action.UserEntryForm

Inheritance: ActionComponent
Show file Open project: NewSpring/Rock

Public Methods

Method Description
Execute ( RockContext rockContext, WorkflowAction action, object entity, List &errorMessages ) : bool

Executes the specified workflow.

Private Methods

Method Description
CombinePersonMergeFields ( Person person, object>.Dictionary mergeFields ) : object>.Dictionary

Method Details

Execute() public method

Executes the specified workflow.
public Execute ( RockContext rockContext, WorkflowAction action, object entity, List &errorMessages ) : bool
rockContext Rock.Data.RockContext The rock context.
action WorkflowAction The workflow action.
entity object The entity.
errorMessages List The error messages.
return bool