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

Inheritance: NotificationManager, IPipeNotifierCreator
ファイルを表示 Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method 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

Method 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 method

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

CreateNotifier() public method

public CreateNotifier ( Pipe pipeInitialState ) : IPipeNotifier
pipeInitialState Prizm.Domain.Entity.Mill.Pipe
return IPipeNotifier

LoadNotifications() public method

public LoadNotifications ( ) : void
return void

NotRequiredOperationManager() public method

public NotRequiredOperationManager ( ) : Prizm.Data.DAL
return Prizm.Data.DAL

UpdateUnits() public method

public UpdateUnits ( System.Guid operationId ) : void
operationId System.Guid
return void