C# 클래스 csCommon.NotificationViewModel

상속: Caliburn.Micro.Screen, IPluginScreen
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
AutoClick ( NotificationEventArgs o, object eventArgs ) : void
EndNotifications ( ) : void
NotificationClick ( NotificationEventArgs s ) : void
OptionClick ( NotificationOption o, object eventArgs ) : void

보호된 메소드들

메소드 설명
OnViewLoaded ( object view ) : void

비공개 메소드들

메소드 설명
AddPopup ( NotificationEventArgs e ) : void

Add a notification popup (title, text and options)

AppStateNewNotification ( NotificationEventArgs e ) : void
InstanceDeleteNotification ( NotificationEventArgs args ) : void
Instance_DeleteAllTextNotifications ( object sender, EventArgs e ) : void
PlaySound ( Uri u ) : void
Remove ( NotificationEventArgs s ) : void

메소드 상세

AutoClick() 공개 메소드

public AutoClick ( NotificationEventArgs o, object eventArgs ) : void
o csShared.NotificationEventArgs
eventArgs object
리턴 void

EndNotifications() 공개 메소드

public EndNotifications ( ) : void
리턴 void

NotificationClick() 공개 메소드

public NotificationClick ( NotificationEventArgs s ) : void
s csShared.NotificationEventArgs
리턴 void

OnViewLoaded() 보호된 메소드

protected OnViewLoaded ( object view ) : void
view object
리턴 void

OptionClick() 공개 메소드

public OptionClick ( NotificationOption o, object eventArgs ) : void
o csShared.NotificationOption
eventArgs object
리턴 void