C# Class NinjaCoder.MvvmCross.ViewModels.Options.ProjectsViewModel

Defines the ProjectsViewModel type.
Inheritance: NinjaBaseViewModel
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
ProjectsViewModel ( ISettingsService settingsService, IViewModelAndViewsFactory viewModelAndViewsFactory ) : System.Collections.Generic

Initializes a new instance of the ProjectsViewModel class.

Save ( ) : void

Saves this instance.

Private Methods

Method Description
DisplayUIHelpPage ( ) : void

Displays the UI help page.

Init ( ) : void

Inits this instance.

Method Details

ProjectsViewModel() public method

Initializes a new instance of the ProjectsViewModel class.
public ProjectsViewModel ( ISettingsService settingsService, IViewModelAndViewsFactory viewModelAndViewsFactory ) : System.Collections.Generic
settingsService ISettingsService The settings service.
viewModelAndViewsFactory IViewModelAndViewsFactory The view model and views factory.
return System.Collections.Generic

Save() public method

Saves this instance.
public Save ( ) : void
return void