C# 클래스 strICT.InFlow.WFM.Utilities.MailBodyHelper

파일 보기 프로젝트 열기: InFlowBPM/InFlow-BPMS 1 사용 예제들

공개 메소드들

메소드 설명
getReceiveStateBody ( M_Message message, T_Task task, string baseURL, string templatepath ) : String
getStateBody ( T_Task task, string baseURL, string templatepath ) : String

비공개 메소드들

메소드 설명
createURL ( int id ) : string
getFunctionStateBody ( ) : String
getSendStateBody ( ) : String

메소드 상세

getReceiveStateBody() 공개 메소드

public getReceiveStateBody ( M_Message message, T_Task task, string baseURL, string templatepath ) : String
message strICT.InFlow.Db.Contracts.InFlow.M_Message
task strICT.InFlow.Db.Contracts.InFlow.T_Task
baseURL string
templatepath string
리턴 String

getStateBody() 공개 메소드

public getStateBody ( T_Task task, string baseURL, string templatepath ) : String
task strICT.InFlow.Db.Contracts.InFlow.T_Task
baseURL string
templatepath string
리턴 String