C# Class MahTweets.Views.Controls.Messages

Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode Description
HandleShowNotification ( ShowNotificationPayload showNotificationPayload ) : void
Messages ( ) : System
RemoveNotification ( UIElement notification ) : void

Private Methods

Méthode Description
CloseClick ( object sender, RoutedEventArgs e ) : void
HandleHideNotification ( HideNotificationPayload payload ) : void
ShowNotification ( UIElement element, NotificactionLevel notificactionLevel ) : void

Method Details

HandleShowNotification() public méthode

public HandleShowNotification ( ShowNotificationPayload showNotificationPayload ) : void
showNotificationPayload ShowNotificationPayload
Résultat void

Messages() public méthode

public Messages ( ) : System
Résultat System

RemoveNotification() public méthode

public RemoveNotification ( UIElement notification ) : void
notification UIElement
Résultat void