C# Class org.newpointe.Stars.SaveStarsWorkflowAction

Inheritance: Rock.Workflow.ActionComponent
Afficher le fichier Open project: NewPointe/Rockit

Méthodes publiques

Méthode Description
Execute ( RockContext rockContext, WorkflowAction action, Object entity, List &errorMessages ) : bool
SaveStars ( System.DateTime dt, int paId, decimal starsValue, string note ) : void

Method Details

Execute() public méthode

public Execute ( RockContext rockContext, WorkflowAction action, Object entity, List &errorMessages ) : bool
rockContext Rock.Data.RockContext
action WorkflowAction
entity Object
errorMessages List
Résultat bool

SaveStars() public méthode

public SaveStars ( System.DateTime dt, int paId, decimal starsValue, string note ) : void
dt System.DateTime
paId int
starsValue decimal
note string
Résultat void