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
파일 보기 프로젝트 열기: devicehive/devicehive-.net

공개 메소드들

메소드 설명
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