C# Class Prizm.Main.Forms.Notifications.Managers.Selective.SelectiveOperationManager

Inheritance: NotificationManager, IPipeNotifierCreator
Mostrar archivo Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method Description
CreateNotification ( System.Guid ownerId, string ownerName, float unitsLeft, string information ) : Notification
CreateNotifier ( Pipe pipeInitialState ) : IPipeNotifier
LoadNotifications ( ) : void

Private Methods

Method Description
SelectiveOperationManager ( ) : Ninject

Method Details

CreateNotification() public static method

public static CreateNotification ( System.Guid ownerId, string ownerName, float unitsLeft, string information ) : Notification
ownerId System.Guid
ownerName string
unitsLeft float
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