C# Class DeviceHive.WindowsManager.DevicePage

A page that displays an overview of a single group, including a preview of the items within the group.
Inheritance: DeviceHive.WindowsManager.Common.LayoutAwarePage
显示文件 Open project: devicehive/devicehive-.net

Public Methods

Method Description
DevicePage ( ) : DeviceHive.Client

Protected Methods

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

Private Methods

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

Method Details

DevicePage() public method

public DevicePage ( ) : DeviceHive.Client
return DeviceHive.Client

LoadState() protected method

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.
return void

SaveState() protected method

protected SaveState ( object>.Dictionary pageState ) : void
pageState object>.Dictionary
return void