C# Class Geowigo.ViewModels.HomeViewModel

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

Public Properties

Property Type Description
AlphaGroupedCartridgesProperty System.Windows.DependencyProperty
AreCartridgesVisibleProperty System.Windows.DependencyProperty
BackgroundImageBrushProperty System.Windows.DependencyProperty
IsHistoryVisibleProperty System.Windows.DependencyProperty
IsRecentVisibleProperty System.Windows.DependencyProperty
RecentCartridgesProperty System.Windows.DependencyProperty

Public Methods

Method Description
InitCollectionViewSources ( CollectionViewSource historySource ) : void

Protected Methods

Method Description
InitFromNavigation ( NavigationInfo nav ) : void

Private Methods

Method Description
DeleteCartridge ( CartridgeTag tag ) : void
NavigateToGetHelp ( ) : void
OnCartridgeStoreCollectionChanged ( object sender, System e ) : void
OnCartridgeStorePropertyChanged ( object sender, System e ) : void
OnHistoryCollectionChanged ( object sender, System e ) : void
RefreshAllCartridges ( ) : void
RefreshAppBar ( ) : void
RefreshBackground ( ) : void
RefreshRecentCartridges ( ) : void
RefreshVisibilities ( ) : void
RunHistoryEntryAction ( HistoryEntry entry ) : void
RunProviderAction ( ICartridgeProvider provider ) : void
ShowCartridgeInfo ( CartridgeTag cartTag ) : void
ShowSettings ( ) : void
SyncAll ( ) : void

Method Details

InitCollectionViewSources() public method

public InitCollectionViewSources ( CollectionViewSource historySource ) : void
historySource System.Windows.Data.CollectionViewSource
return void

InitFromNavigation() protected method

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

Property Details

AlphaGroupedCartridgesProperty public static property

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

AreCartridgesVisibleProperty public static property

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

BackgroundImageBrushProperty public static property

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

IsHistoryVisibleProperty public static property

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

IsRecentVisibleProperty public static property

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

RecentCartridgesProperty public static property

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