C# Class org.newpointe.MetricsWorkflowActions.SaveMetricValue

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
SaveMetric ( System.DateTime dt, int metric, Decimal value, int campus, string notes, int type ) : 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

SaveMetric() public méthode

public SaveMetric ( System.DateTime dt, int metric, Decimal value, int campus, string notes, int type ) : void
dt System.DateTime
metric int
value Decimal
campus int
notes string
type int
Résultat void