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

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

Méthodes publiques

Méthode Description
createNotificationForMessage ( int MessageId, string cfgSQLConnectionString ) : void
createNotificationForTask ( int TaskId, string cfgSQLConnectionString ) : void

Private Methods

Méthode Description
createReceiveNotification ( M_Message message, T_Task task ) : void

Method Details

createNotificationForMessage() public méthode

public createNotificationForMessage ( int MessageId, string cfgSQLConnectionString ) : void
MessageId int
cfgSQLConnectionString string
Résultat void

createNotificationForTask() public méthode

public createNotificationForTask ( int TaskId, string cfgSQLConnectionString ) : void
TaskId int
cfgSQLConnectionString string
Résultat void