C# 클래스 Gwupe.Agent.Managers.NotificationManager

파일 보기 프로젝트 열기: gwupe/Gwupe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alerts ObservableCollection
Notifications ObservableCollection

Private Properties

프로퍼티 타입 설명
AddAlert void
AddNotification void
Close void
DeleteAlert void
DeleteNotification void
NotificationManager System
RemoveAfterTimeoutRunner void
_reset void

공개 메소드들

메소드 설명
Reset ( ) : void

비공개 메소드들

메소드 설명
AddAlert ( Alert alert ) : void
AddNotification ( Notification notification ) : void
Close ( ) : void
DeleteAlert ( Alert alert ) : void
DeleteNotification ( Notification notification ) : void
NotificationManager ( ) : System
RemoveAfterTimeoutRunner ( object sender, System.Timers.ElapsedEventArgs e ) : void
_reset ( ) : void

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

Alerts 공개적으로 프로퍼티

public ObservableCollection Alerts
리턴 ObservableCollection

Notifications 공개적으로 프로퍼티

public ObservableCollection Notifications
리턴 ObservableCollection