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

Afficher le fichier Open project: InFlowBPM/InFlow-BPMS Class Usage Examples

Méthodes publiques

Méthode Description
getReceiveStateBody ( M_Message message, T_Task task, string baseURL, string templatepath ) : String
getStateBody ( T_Task task, string baseURL, string templatepath ) : String

Private Methods

Méthode Description
createURL ( int id ) : string
getFunctionStateBody ( ) : String
getSendStateBody ( ) : String

Method Details

getReceiveStateBody() public méthode

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
Résultat String

getStateBody() public méthode

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