C# 클래스 Prizm.Main.Forms.Notifications.Managers.Selective.SelectiveOperationManager

상속: NotificationManager, IPipeNotifierCreator
파일 보기 프로젝트 열기: AleksMorozova/prizm 1 사용 예제들

공개 메소드들

메소드 설명
CreateNotification ( System.Guid ownerId, string ownerName, float unitsLeft, string information ) : Notification
CreateNotifier ( Pipe pipeInitialState ) : IPipeNotifier
LoadNotifications ( ) : void

비공개 메소드들

메소드 설명
SelectiveOperationManager ( ) : Ninject

메소드 상세

CreateNotification() 공개 정적인 메소드

public static CreateNotification ( System.Guid ownerId, string ownerName, float unitsLeft, string information ) : Notification
ownerId System.Guid
ownerName string
unitsLeft float
information string
리턴 Notification

CreateNotifier() 공개 메소드

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

LoadNotifications() 공개 메소드

public LoadNotifications ( ) : void
리턴 void