C# Class Prizm.Main.Forms.Notifications.Managers.NotRequired.NotRequiredOperationManager

Inheritance: NotificationManager, IPipeNotifierCreator
Afficher le fichier Open project: AleksMorozova/prizm Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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.

Method Details

CreateNotification() public static méthode

public static CreateNotification ( System.Guid ownerId, string ownerName, decimal unitsLeft, string information ) : Notification
ownerId System.Guid
ownerName string
unitsLeft decimal
information string
Résultat Notification

CreateNotifier() public méthode

public CreateNotifier ( Pipe pipeInitialState ) : IPipeNotifier
pipeInitialState Prizm.Domain.Entity.Mill.Pipe
Résultat IPipeNotifier

LoadNotifications() public méthode

public LoadNotifications ( ) : void
Résultat void

NotRequiredOperationManager() public méthode

public NotRequiredOperationManager ( ) : Prizm.Data.DAL
Résultat Prizm.Data.DAL

UpdateUnits() public méthode

public UpdateUnits ( System.Guid operationId ) : void
operationId System.Guid
Résultat void