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

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

공개 메소드들

메소드 설명
TracingViewModel ( IApplicationService applicationService, ISettingsService settingsService, IMessageBoxService messageBoxService ) : System.Windows

Initializes a new instance of the TracingViewModel class.

비공개 메소드들

메소드 설명
ClearErrorLog ( ) : void

Clears the error log.

ClearLog ( ) : void

Clears the log.

Init ( ) : void

Inits this instance.

Save ( ) : void

Saves this instance.

ViewErrorLog ( ) : void

Views the error log.

ViewLog ( ) : void

Views the log.

메소드 상세

TracingViewModel() 공개 메소드

Initializes a new instance of the TracingViewModel class.
public TracingViewModel ( IApplicationService applicationService, ISettingsService settingsService, IMessageBoxService messageBoxService ) : System.Windows
applicationService IApplicationService The application service.
settingsService ISettingsService The settings service.
messageBoxService IMessageBoxService The message box service.
리턴 System.Windows