C# Class Rock.Model.WorkflowService

Service/Data access class for Rock.Model.Workflow entity objects
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
GetActive ( ) : IQueryable

Gets the active Workflows.

Process ( Workflow workflow, List &errorMessages ) : bool

Processes the specified workflow.

Process ( Workflow workflow, object entity, List &errorMessages ) : bool

Processes the specified Rock.Model.Workflow

Method Details

GetActive() public méthode

Gets the active Workflows.
public GetActive ( ) : IQueryable
Résultat IQueryable

Process() public méthode

Processes the specified workflow.
public Process ( Workflow workflow, List &errorMessages ) : bool
workflow Workflow The workflow.
errorMessages List The error messages.
Résultat bool

Process() public méthode

Processes the specified Rock.Model.Workflow
public Process ( Workflow workflow, object entity, List &errorMessages ) : bool
workflow Workflow The instance to process.
entity object The entity.
errorMessages List A that contains any error messages that were returned while processing the .
Résultat bool