C# Class csCommon.NotificationViewModel

Inheritance: Caliburn.Micro.Screen, IPluginScreen
Show file Open project: TNOCS/csTouch

Public Methods

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

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method 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 method

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

EndNotifications() public method

public EndNotifications ( ) : void
return void

NotificationClick() public method

public NotificationClick ( NotificationEventArgs s ) : void
s csShared.NotificationEventArgs
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

OptionClick() public method

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