C# Class strICT.InFlow.WFM.Utilities.MailBodyHelper

ファイルを表示 Open project: InFlowBPM/InFlow-BPMS Class Usage Examples

Public Methods

Method Description
getReceiveStateBody ( M_Message message, T_Task task, string baseURL, string templatepath ) : String
getStateBody ( T_Task task, string baseURL, string templatepath ) : String

Private Methods

Method Description
createURL ( int id ) : string
getFunctionStateBody ( ) : String
getSendStateBody ( ) : String

Method Details

getReceiveStateBody() public method

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
return String

getStateBody() public method

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