C# 클래스 EA.Iws.RequestHandlers.Notification.NotificationProgressService

상속: INotificationProgressService
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
GetNotificationProgressInfo ( System.Guid notificationId ) : NotificationApplicationCompletionProgress
IsComplete ( System.Guid notificationId ) : bool
NotificationProgressService ( IwsContext context ) : System

비공개 메소드들

메소드 설명
GetCompletetionProgress ( NotificationProgressResult progressResult ) : NotificationApplicationCompletionProgress
MapProgressForAmountsAndDates ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForClassifyYourWaste ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForJourney ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForOrganisationsInvolved ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForRecoveryOperation ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForTransportation ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForWasteCodes ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool
MapProgressForWasteRecovery ( NotificationApplicationCompletionProgress progress, NotificationProgressResult progressResult ) : bool

메소드 상세

GetNotificationProgressInfo() 공개 메소드

public GetNotificationProgressInfo ( System.Guid notificationId ) : NotificationApplicationCompletionProgress
notificationId System.Guid
리턴 NotificationApplicationCompletionProgress

IsComplete() 공개 메소드

public IsComplete ( System.Guid notificationId ) : bool
notificationId System.Guid
리턴 bool

NotificationProgressService() 공개 메소드

public NotificationProgressService ( IwsContext context ) : System
context IwsContext
리턴 System