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

Defines the OptionsViewModel type.
상속: NinjaCoder.MvvmCross.ViewModels.BaseViewModel
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
OptionsViewModel ( IResolverService resolverService, ISettingsService settingsService ) : System.Windows

Initializes a new instance of the OptionsViewModel class.

보호된 메소드들

메소드 설명
OnOk ( ) : void

Called when ok button pressed.

비공개 메소드들

메소드 설명
UpdateSettings ( ) : void

Updates the settings.

메소드 상세

OnOk() 보호된 메소드

Called when ok button pressed.
protected OnOk ( ) : void
리턴 void

OptionsViewModel() 공개 메소드

Initializes a new instance of the OptionsViewModel class.
public OptionsViewModel ( IResolverService resolverService, ISettingsService settingsService ) : System.Windows
resolverService IResolverService The resolver service.
settingsService ISettingsService The settings service.
리턴 System.Windows