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

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

Public Methods

Method Description
TracingViewModel ( IApplicationService applicationService, ISettingsService settingsService, IMessageBoxService messageBoxService ) : System.Windows

Initializes a new instance of the TracingViewModel class.

Private Methods

Method Description
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.

Method Details

TracingViewModel() public method

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.
return System.Windows