C# Class Geowigo.ViewModels.HelpViewModel

Inheritance: BaseViewModel, INotifyPropertyChanged
Show file Open project: WFoundation/WF.Player.WinPhone Class Usage Examples

Public Properties

Property Type Description
IsAppSupporterContentVisibleProperty System.Windows.DependencyProperty
ReportExtraNotesProperty System.Windows.DependencyProperty
ReportLocationListItemSourceProperty System.Windows.DependencyProperty
ReportLocationListSelectedIndexProperty System.Windows.DependencyProperty
ReportProblemListItemSourceProperty System.Windows.DependencyProperty
ReportProblemListSelectedIndexProperty System.Windows.DependencyProperty

Public Methods

Method Description
HelpViewModel ( ) : Geowigo.Controls

Protected Methods

Method Description
InitFromNavigation ( NavigationInfo nav ) : void
OnPageBackKeyPressOverride ( CancelEventArgs e ) : void

Private Methods

Method Description
CancelBugReport ( ) : void
ClearBugReportForm ( ) : void
GoToForumThread ( ) : void
OnDisplayModeChanged ( ) : void
RaisePropertyChanged ( string propName ) : void
RequestPurchaseSupport ( ) : void
SendBugReport ( ) : void
ShowBugReportWizard ( ) : void

Method Details

HelpViewModel() public method

public HelpViewModel ( ) : Geowigo.Controls
return Geowigo.Controls

InitFromNavigation() protected method

protected InitFromNavigation ( NavigationInfo nav ) : void
nav NavigationInfo
return void

OnPageBackKeyPressOverride() protected method

protected OnPageBackKeyPressOverride ( CancelEventArgs e ) : void
e CancelEventArgs
return void

Property Details

IsAppSupporterContentVisibleProperty public static property

public static DependencyProperty,System.Windows IsAppSupporterContentVisibleProperty
return System.Windows.DependencyProperty

ReportExtraNotesProperty public static property

public static DependencyProperty,System.Windows ReportExtraNotesProperty
return System.Windows.DependencyProperty

ReportLocationListItemSourceProperty public static property

public static DependencyProperty,System.Windows ReportLocationListItemSourceProperty
return System.Windows.DependencyProperty

ReportLocationListSelectedIndexProperty public static property

public static DependencyProperty,System.Windows ReportLocationListSelectedIndexProperty
return System.Windows.DependencyProperty

ReportProblemListItemSourceProperty public static property

public static DependencyProperty,System.Windows ReportProblemListItemSourceProperty
return System.Windows.DependencyProperty

ReportProblemListSelectedIndexProperty public static property

public static DependencyProperty,System.Windows ReportProblemListSelectedIndexProperty
return System.Windows.DependencyProperty