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

Mostra file Open project: InFlowBPM/InFlow-BPMS Class Usage Examples

Public Methods

Method Description
createNotificationForMessage ( int MessageId, string cfgSQLConnectionString ) : void
createNotificationForTask ( int TaskId, string cfgSQLConnectionString ) : void

Private Methods

Method Description
createReceiveNotification ( M_Message message, T_Task task ) : void

Method Details

createNotificationForMessage() public method

public createNotificationForMessage ( int MessageId, string cfgSQLConnectionString ) : void
MessageId int
cfgSQLConnectionString string
return void

createNotificationForTask() public method

public createNotificationForTask ( int TaskId, string cfgSQLConnectionString ) : void
TaskId int
cfgSQLConnectionString string
return void