C# Class cc.newspring.AttendedCheckIn.Workflow.Action.CheckIn.SelectByMultipleAttended

Inheritance: Rock.Workflow.Action.CheckIn.CheckInActionComponent
显示文件 Open project: NewSpring/rock-attended-checkin

Public Methods

Method Description
Execute ( RockContext rockContext, Rock action, Object entity, List &errorMessages ) : bool

Executes the specified workflow.

Method Details

Execute() public method

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