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

Inheritance: IPipeNotifier
Show file Open project: AleksMorozova/prizm

Public Methods

Method Description
Create ( SelectiveOperationManager manager, Pipe pipeInitialState ) : PipeNotificationInfo
UpdateNotifications ( Domain pipeSavingState ) : void

Private Methods

Method Description
AddAndUpdate ( IList result ) : void
AddPipe ( IList result ) : void
GetTestResultInfoListFromPipeTestResultList ( IList results ) : List
PipeNotificationInfo ( SelectiveOperationManager manager ) : Ninject
ProcessOperationForPipeSizeType ( System.Guid sizeTypeId ) : void
RemoveAndUpdatePipe ( IList result ) : void
SavePipeState ( Pipe pipeState ) : void
UpdateNotification ( System.Guid operationId ) : void

Method Details

Create() public static method

public static Create ( SelectiveOperationManager manager, Pipe pipeInitialState ) : PipeNotificationInfo
manager SelectiveOperationManager
pipeInitialState Prizm.Domain.Entity.Mill.Pipe
return PipeNotificationInfo

UpdateNotifications() public method

public UpdateNotifications ( Domain pipeSavingState ) : void
pipeSavingState Domain
return void