C# 클래스 org.newpointe.MetricsWorkflowActions.SaveMetricValue

상속: Rock.Workflow.ActionComponent
파일 보기 프로젝트 열기: NewPointe/Rockit

공개 메소드들

메소드 설명
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

메소드 상세

Execute() 공개 메소드

public Execute ( RockContext rockContext, WorkflowAction action, Object entity, List &errorMessages ) : bool
rockContext Rock.Data.RockContext
action WorkflowAction
entity Object
errorMessages List
리턴 bool

SaveMetric() 공개 메소드

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
리턴 void