C# Class Microsoft.HockeyApp.Views.FeedbackPage

Inheritance: PhoneApplicationPage
显示文件 Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Property Type Description
NavigateBack void
SwitchToViewState void
initializeAppBarIcons void

Public Methods

Method Description
FeedbackPage ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void
OnOrientationChanged ( OrientationChangedEventArgs e ) : void
ShowDrawAppBar ( ) : void
ShowFormAppBar ( ) : void
ShowListAppBar ( ) : void

Private Methods

Method Description
NavigateBack ( ) : void
SwitchToViewState ( FeedbackViewState newViewState, bool isBackOperation = false ) : void
initializeAppBarIcons ( ) : void

Method Details

FeedbackPage() public method

public FeedbackPage ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void

OnOrientationChanged() protected method

protected OnOrientationChanged ( OrientationChangedEventArgs e ) : void
e OrientationChangedEventArgs
return void

ShowDrawAppBar() protected method

protected ShowDrawAppBar ( ) : void
return void

ShowFormAppBar() protected method

protected ShowFormAppBar ( ) : void
return void

ShowListAppBar() protected method

protected ShowListAppBar ( ) : void
return void