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

Defines the ProjectsViewModel type.
Inheritance: NinjaBaseViewModel
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
ProjectsViewModel ( ISettingsService settingsService, IViewModelAndViewsFactory viewModelAndViewsFactory ) : System.Collections.Generic

Initializes a new instance of the ProjectsViewModel class.

Save ( ) : void

Saves this instance.

Private Methods

Méthode Description
DisplayUIHelpPage ( ) : void

Displays the UI help page.

Init ( ) : void

Inits this instance.

Method Details

ProjectsViewModel() public méthode

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.
Résultat System.Collections.Generic

Save() public méthode

Saves this instance.
public Save ( ) : void
Résultat void