C# 클래스 NinjaCoder.MvvmCross.ViewModels.Options.ProjectsViewModel

Defines the ProjectsViewModel type.
상속: NinjaBaseViewModel
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
ProjectsViewModel ( ISettingsService settingsService, IViewModelAndViewsFactory viewModelAndViewsFactory ) : System.Collections.Generic

Initializes a new instance of the ProjectsViewModel class.

Save ( ) : void

Saves this instance.

비공개 메소드들

메소드 설명
DisplayUIHelpPage ( ) : void

Displays the UI help page.

Init ( ) : void

Inits this instance.

메소드 상세

ProjectsViewModel() 공개 메소드

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.
리턴 System.Collections.Generic

Save() 공개 메소드

Saves this instance.
public Save ( ) : void
리턴 void