C# 클래스 EA.Iws.Domain.NotificationApplication.NotificationApplicationFactory

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

공개 메소드들

메소드 설명
CreateLegacy ( NotificationType notificationType, UKCompetentAuthority competentAuthority, int number ) : Task
CreateNew ( NotificationType notificationType, UKCompetentAuthority competentAuthority ) : Task
NotificationApplicationFactory ( IUserContext userContext, INotificationNumberGenerator numberGenerator ) : System

비공개 메소드들

메소드 설명
IsNumberValid ( UKCompetentAuthority competentAuthority, int number ) : bool

메소드 상세

CreateLegacy() 공개 메소드

public CreateLegacy ( NotificationType notificationType, UKCompetentAuthority competentAuthority, int number ) : Task
notificationType NotificationType
competentAuthority UKCompetentAuthority
number int
리턴 Task

CreateNew() 공개 메소드

public CreateNew ( NotificationType notificationType, UKCompetentAuthority competentAuthority ) : Task
notificationType NotificationType
competentAuthority UKCompetentAuthority
리턴 Task

NotificationApplicationFactory() 공개 메소드

public NotificationApplicationFactory ( IUserContext userContext, INotificationNumberGenerator numberGenerator ) : System
userContext IUserContext
numberGenerator INotificationNumberGenerator
리턴 System