C# Class djfoxer.dp.notification.App.ViewModel.NotificationListViewModel

Inheritance: ViewModelBase
Mostra file Open project: djfoxer/dp.notification Class Usage Examples

Public Methods

Method Description
GetElementRect ( FrameworkElement element ) : Rect
LoadNotification ( ) : void
NotificationListViewModel ( IDataService dataService, INavigationService navigationService, IDialogService dialogService, ToastLogic toastLogic ) : djfoxer.dp.notification.App.Model
OpenDetailsMenu ( object sender ) : void

Private Methods

Method Description
Current_Resuming ( object sender, object e ) : void
RefreshNotificationsList ( List freshList ) : void
RefreshView ( ) : void

Method Details

GetElementRect() public method

public GetElementRect ( FrameworkElement element ) : Rect
element Windows.UI.Xaml.FrameworkElement
return Windows.Foundation.Rect

LoadNotification() public method

public LoadNotification ( ) : void
return void

NotificationListViewModel() public method

public NotificationListViewModel ( IDataService dataService, INavigationService navigationService, IDialogService dialogService, ToastLogic toastLogic ) : djfoxer.dp.notification.App.Model
dataService IDataService
navigationService INavigationService
dialogService IDialogService
toastLogic djfoxer.dp.notification.Core.Logic.ToastLogic
return djfoxer.dp.notification.App.Model

OpenDetailsMenu() public method

public OpenDetailsMenu ( object sender ) : void
sender object
return void