C# 클래스 Upac.ContourExtensions.Workflows.SendEmail

상속: WorkflowType
파일 보기 프로젝트 열기: 1508/upac-for-umbraco

Private Properties

프로퍼티 타입 설명
EvaluateVelocity string
ParseBody string
SimpleEmailValidate bool

공개 메소드들

메소드 설명
Execute ( Record record, RecordEventArgs e ) : WorkflowExecutionStatus
SendEmail ( ) : System
ValidateSettings ( ) : List

비공개 메소드들

메소드 설명
EvaluateVelocity ( string template, Hashtable variables ) : string
ParseBody ( string message, RecordField>.Dictionary dictionary, Record record ) : string
SimpleEmailValidate ( string email ) : bool

메소드 상세

Execute() 공개 메소드

public Execute ( Record record, RecordEventArgs e ) : WorkflowExecutionStatus
record Record
e RecordEventArgs
리턴 WorkflowExecutionStatus

SendEmail() 공개 메소드

public SendEmail ( ) : System
리턴 System

ValidateSettings() 공개 메소드

public ValidateSettings ( ) : List
리턴 List