C# Class Smeedee.WP7.ViewModels.MainViewModel

Inheritance: ViewModelBase
Mostrar archivo Open project: Smeedee/Smeedee-Mobile

Public Properties

Property Type Description
MainPage System.MainPage

Public Methods

Method Description
GetWidgetForView ( PivotItem view ) : IWpWidget
LoadWidgets ( ) : void
MainViewModel ( ) : System
OnExitSettings ( ) : void
RecreatePivotControlIfChanged ( ) : void

Private Methods

Method Description
CreatePivot ( ) : Pivot
CreatePivotControl ( ) : void
EnabledWidgetsHasChanged ( ) : bool
GetModelsToBeShown ( ) : IEnumerable

Method Details

GetWidgetForView() public method

public GetWidgetForView ( PivotItem view ) : IWpWidget
view PivotItem
return IWpWidget

LoadWidgets() public method

public LoadWidgets ( ) : void
return void

MainViewModel() public method

public MainViewModel ( ) : System
return System

OnExitSettings() public method

public OnExitSettings ( ) : void
return void

RecreatePivotControlIfChanged() public method

public RecreatePivotControlIfChanged ( ) : void
return void

Property Details

MainPage public_oe property

public MainPage,System MainPage
return System.MainPage