C# Class DouMi.BookDetailPanoramaPage

Inheritance: PhoneApplicationPage
Mostra file Open project: gzb1985/doumi

Public Properties

Property Type Description
bookDetailViewModel BookDetailViewModel

Public Methods

Method Description
BookDetailPanoramaPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Method Description
BookDetailPanoramaPage_Loaded ( object sender, RoutedEventArgs e ) : void
DisplayBookTitle ( string title ) : void
DisplayIntroTitles ( ) : void
FindElementRecursive ( FrameworkElement parent, Type targetType ) : UIElement
FindVisualState ( FrameworkElement element, string name ) : System.Windows.VisualStateGroup
GetBookBuyInfo ( string isbn, string weblink ) : void
GetBookInfo ( string isbn ) : void
GetBookReviews ( string isbn ) : void
GetMoreBookReviews ( string url ) : void
HideIntroTitles ( ) : void
InvalidBook ( ) : void
NeedLoadMoreReviews ( ) : bool
ReviewsListBox_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
ReviewsListBox_ManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
ReviewsListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
initialScrollView ( ) : void
vgroup_CurrentStateChanging ( object sender, System.Windows.VisualStateChangedEventArgs e ) : void

Method Details

BookDetailPanoramaPage() public method

public BookDetailPanoramaPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
return void

Property Details

bookDetailViewModel public_oe property

public BookDetailViewModel,DouMi bookDetailViewModel
return BookDetailViewModel