C# Class Geowigo.ViewModels.SettingsViewModel

Inheritance: BaseViewModel
Show file Open project: WFoundation/WF.Player.WinPhone

Public Properties

Property Type Description
AreAdvancedSettingsDisplayedProperty System.Windows.DependencyProperty
CartridgeLogFileCountProperty System.Windows.DependencyProperty
CustomSupportStatusProperty System.Windows.DependencyProperty
IsOneDriveProviderEnabledProperty System.Windows.DependencyProperty
LogFileCountProperty System.Windows.DependencyProperty
OneDriveProviderAdvancedStatusProperty System.Windows.DependencyProperty
OneDriveProviderSimpleStatusProperty System.Windows.DependencyProperty
OrphanSavegamesFileCountProperty System.Windows.DependencyProperty
ProviderServiceNameKey string
ProviderWizardKey string

Public Methods

Method Description
SettingsViewModel ( ) : Geowigo.Controls

Protected Methods

Method Description
InitFromNavigation ( BaseViewModel nav ) : void

Private Methods

Method Description
CanDebugReportCommandExecute ( ) : bool
CanDeleteCartridgeLogsCommandExecute ( ) : bool
CanDeleteOrphanSavegamesCommandExecute ( ) : bool
ClearCartridgeCache ( ) : void
ClearCartridgeCacheCore ( object sender, DoWorkEventArgs e ) : void
ClearDebugReport ( ) : void
ClearHistory ( ) : void
DeleteCartridgeLogs ( ) : void
DeleteOrphanSavegames ( ) : void
DisplayAdvancedSettings ( ) : void
GetOneDriveProvider ( ) : OneDriveCartridgeProvider
NavigateToDeviceInfo ( ) : void
NavigateToGetSupport ( ) : void
NavigateToPrivacyPolicy ( ) : void
OnAppSettingsPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnCartridgeStorePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnIsOneDriveProviderEnabledChanged ( bool newValue ) : void
OnIsOneDriveProviderEnabledPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnOneDriveProviderLinkAborted ( object sender, CartridgeProviderFailEventArgs e ) : void
OnOneDriveProviderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnPageReady ( ) : void
OnProgressAggregatorPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
RefreshAll ( ) : void
RefreshCartridgeLogView ( ) : void
RefreshCartridgeStore ( ) : void
RefreshDebugLogView ( ) : void
RefreshOneDrive ( ) : void
RefreshOrphanSavegamesView ( ) : void
RunOneDriveProviderLinkWizard ( ) : void

Method Details

InitFromNavigation() protected method

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

SettingsViewModel() public method

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

Property Details

AreAdvancedSettingsDisplayedProperty public static property

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

CartridgeLogFileCountProperty public static property

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

CustomSupportStatusProperty public static property

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

IsOneDriveProviderEnabledProperty public static property

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

LogFileCountProperty public static property

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

OneDriveProviderAdvancedStatusProperty public static property

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

OneDriveProviderSimpleStatusProperty public static property

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

OrphanSavegamesFileCountProperty public static property

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

ProviderServiceNameKey public static property

public static string ProviderServiceNameKey
return string

ProviderWizardKey public static property

public static string ProviderWizardKey
return string