C# Класс NinjaCoder.MvvmCross.ViewModels.Options.TracingViewModel

Defines the TracingViewModel type.
Наследование: NinjaBaseViewModel
Показать файл Открыть проект

Открытые методы

Метод Описание
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