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

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

공개 메소드들

메소드 설명
createNotificationForMessage ( int MessageId, string cfgSQLConnectionString ) : void
createNotificationForTask ( int TaskId, string cfgSQLConnectionString ) : void

비공개 메소드들

메소드 설명
createReceiveNotification ( M_Message message, T_Task task ) : void

메소드 상세

createNotificationForMessage() 공개 메소드

public createNotificationForMessage ( int MessageId, string cfgSQLConnectionString ) : void
MessageId int
cfgSQLConnectionString string
리턴 void

createNotificationForTask() 공개 메소드

public createNotificationForTask ( int TaskId, string cfgSQLConnectionString ) : void
TaskId int
cfgSQLConnectionString string
리턴 void