C# Class Rock.Workflow.Action.PersonPropertyUpdate

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.

GetDefinedValueId ( string value, System.Guid definedTypeGuid, RockContext rockContext ) : int?

Gets the defined value identifier.

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 action.
entity Object The entity.
errorMessages List The error messages.
return bool

GetDefinedValueId() public method

Gets the defined value identifier.
public GetDefinedValueId ( string value, System.Guid definedTypeGuid, RockContext rockContext ) : int?
value string The value.
definedTypeGuid System.Guid The defined type unique identifier.
rockContext Rock.Data.RockContext The rock context.
return int?