C# Class Rock.Workflow.Action.PersonGetHeadOfHousehold

Inheritance: ActionComponent
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

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

Executes the specified workflow.

Private Methods

Méthode Description
GetPersonAliasFromActionAttribute ( string key, RockContext rockContext, WorkflowAction action, List errorMessages ) : Person

Method Details

Execute() public méthode

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 action.
entity object The entity.
errorMessages List The error messages.
Résultat bool