C# Класс EA.Iws.Domain.NotificationApplication.NotificationApplicationFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
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