C# Class REST_SampleCode.ItemDetailPage

显示组内单个项的详细信息同时允许使用手势 浏览同一组的其他项的页。
Inheritance: REST_SampleCode.Common.LayoutAwarePage
Mostra file Open project: SuperMap/iClient-WP8-Example

Public Methods

Method Description
ItemDetailPage ( ) : REST_SampleCode.Data

Protected Methods

Method Description
LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void

使用在导航过程中传递的内容填充页。在从以前的会话 重新创建页时,也会提供任何已保存状态。

SaveState ( Object>.Dictionary pageState ) : void

保留与此页关联的状态,以防挂起应用程序或 从导航缓存中放弃此页。值必须符合 SuspensionManager.SessionState 的序列化要求。

Private Methods

Method Description
Button_Click_1 ( object sender, RoutedEventArgs e ) : void
Button_Click_2 ( object sender, RoutedEventArgs e ) : void
Button_Click_3 ( object sender, RoutedEventArgs e ) : void
Button_Click_4 ( object sender, RoutedEventArgs e ) : void
HideAll ( ) : void

Method Details

ItemDetailPage() public method

public ItemDetailPage ( ) : REST_SampleCode.Data
return REST_SampleCode.Data

LoadState() protected method

使用在导航过程中传递的内容填充页。在从以前的会话 重新创建页时,也会提供任何已保存状态。
protected LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void
navigationParameter Object 最初请求此页时传递给 /// 的参数值。 ///
pageState Object>.Dictionary 此页在以前会话期间保留的状态 /// 字典。首次访问页面时为 null。
return void

SaveState() protected method

保留与此页关联的状态,以防挂起应用程序或 从导航缓存中放弃此页。值必须符合 SuspensionManager.SessionState 的序列化要求。
protected SaveState ( Object>.Dictionary pageState ) : void
pageState Object>.Dictionary 要使用可序列化状态填充的空字典。
return void