C# Класс Prizm.Main.Forms.Notifications.Managers.NotRequired.NotRequiredOperationManager

Наследование: NotificationManager, IPipeNotifierCreator
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateNotification ( System.Guid ownerId, string ownerName, decimal unitsLeft, string information ) : Notification
CreateNotifier ( Pipe pipeInitialState ) : IPipeNotifier
LoadNotifications ( ) : void
NotRequiredOperationManager ( ) : Prizm.Data.DAL
UpdateUnits ( System.Guid operationId ) : void

Приватные методы

Метод Описание
LoadNotifications ( System.Guid operationId ) : void

This method should be used when "Passed" NRO at pipe was removed or set to other not ready state, or pipe was deactivated.

Описание методов

CreateNotification() публичный статический Метод

public static CreateNotification ( System.Guid ownerId, string ownerName, decimal unitsLeft, string information ) : Notification
ownerId System.Guid
ownerName string
unitsLeft decimal
information string
Результат Notification

CreateNotifier() публичный Метод

public CreateNotifier ( Pipe pipeInitialState ) : IPipeNotifier
pipeInitialState Prizm.Domain.Entity.Mill.Pipe
Результат IPipeNotifier

LoadNotifications() публичный Метод

public LoadNotifications ( ) : void
Результат void

NotRequiredOperationManager() публичный Метод

public NotRequiredOperationManager ( ) : Prizm.Data.DAL
Результат Prizm.Data.DAL

UpdateUnits() публичный Метод

public UpdateUnits ( System.Guid operationId ) : void
operationId System.Guid
Результат void