C# Класс DeviceHive.WindowsManager.DevicePage

A page that displays an overview of a single group, including a preview of the items within the group.
Наследование: DeviceHive.WindowsManager.Common.LayoutAwarePage
Показать файл Открыть проект

Открытые методы

Метод Описание
DevicePage ( ) : DeviceHive.Client

Защищенные методы

Метод Описание
LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

SaveState ( object>.Dictionary pageState ) : void

Приватные методы

Метод Описание
CommandResultCallback ( Command command ) : void
Filter_Tapped ( object sender, TappedRoutedEventArgs e ) : void
ListView_SelectionChanged_1 ( object sender, SelectionChangedEventArgs e ) : void
LoadCommands ( ) : void
LoadDevice ( ) : Task
LoadEquipment ( ) : Task
LoadNotifications ( ) : void
RefreshCommands ( ) : void
RefreshNotifications ( ) : void
Refresh_Tapped ( object sender, TappedRoutedEventArgs e ) : void
SendCommand_Tapped ( object sender, TappedRoutedEventArgs e ) : void
ShowFilterFlyout ( object sender, DateTime start, DateTime end, DateTime?>.Action filterAction ) : void
StartCommandsSubscription ( ) : Task
StartNotificationsSubscription ( ) : Task
StopCommandsSubscription ( ) : Task
StopNotificationsSubscription ( ) : Task
Tab_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
Tabs_Checked ( object sender, RoutedEventArgs e ) : void

Описание методов

DevicePage() публичный Метод

public DevicePage ( ) : DeviceHive.Client
Результат DeviceHive.Client

LoadState() защищенный Метод

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
protected LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void
navigationParameter Object The parameter value passed to /// when this page was initially requested. ///
pageState Object>.Dictionary A dictionary of state preserved by this page during an earlier /// session. This will be null the first time a page is visited.
Результат void

SaveState() защищенный Метод

protected SaveState ( object>.Dictionary pageState ) : void
pageState object>.Dictionary
Результат void