C# Class Rock.Workflow.Action.CheckIn.CheckInActionComponent

An action component specifically for a check-in workflow
Inheritance: ActionComponent
Show file Open project: NewSpring/Rock

Protected Methods

Method Description
GetCheckInState ( Object entity, List &errorMessages ) : CheckInState

Gets the state of the check-in.

Method Details

GetCheckInState() protected method

Gets the state of the check-in.
protected GetCheckInState ( Object entity, List &errorMessages ) : CheckInState
entity Object The entity.
errorMessages List The error messages.
return Rock.CheckIn.CheckInState