C# Class csCommon.NotificationViewModel

Inheritance: Caliburn.Micro.Screen, IPluginScreen
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
AutoClick ( NotificationEventArgs o, object eventArgs ) : void
EndNotifications ( ) : void
NotificationClick ( NotificationEventArgs s ) : void
OptionClick ( NotificationOption o, object eventArgs ) : void

Méthodes protégées

Méthode Description
OnViewLoaded ( object view ) : void

Private Methods

Méthode Description
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

Method Details

AutoClick() public méthode

public AutoClick ( NotificationEventArgs o, object eventArgs ) : void
o csShared.NotificationEventArgs
eventArgs object
Résultat void

EndNotifications() public méthode

public EndNotifications ( ) : void
Résultat void

NotificationClick() public méthode

public NotificationClick ( NotificationEventArgs s ) : void
s csShared.NotificationEventArgs
Résultat void

OnViewLoaded() protected méthode

protected OnViewLoaded ( object view ) : void
view object
Résultat void

OptionClick() public méthode

public OptionClick ( NotificationOption o, object eventArgs ) : void
o csShared.NotificationOption
eventArgs object
Résultat void