C# Класс Catel.LogAnalyzer.ViewModels.ShellViewModel

Shell view model.
Наследование: MVVM.ViewModelBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IsLiveViewEnabledProperty PropertyData

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

Метод Описание
ShellViewModel ( ILogAnalyzerService logAnalyzerService, IFileWatcherService fileWatcherService, IDispatcherService dispatcherService, IOpenFileService openFileService, IPleaseWaitService pleaseWaitService, IMessageService messageService ) : System

Initializes a new instance of the ShellViewModel class.

Приватные методы

Метод Описание
DocumentChanged ( object sender, ICSharpCode.AvalonEdit.Document.DocumentChangeEventArgs e ) : void
OnExitCommandExecute ( ) : void

Method to invoke when the ExitCommand command is executed.

OnFilterPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnIsLiveViewEnabledChanged ( ) : void

Called when live view changed.

OnLoadFileExecute ( string fileName ) : void

Method to invoke when the LoadFile command is executed.

OnOpenFileCommandExecute ( ) : void

Method to invoke when the OpenFileCommand command is executed.

OnParseCommandCanExecute ( ) : bool

Method to check whether the ParseCommand command can be executed.

OnParseCommandExecute ( ) : void

Method to invoke when the ParseCommand command is executed.

SubscribeToFileChanges ( ) : void

Subscribes to file changes.

Описание методов

ShellViewModel() публичный Метод

Initializes a new instance of the ShellViewModel class.
public ShellViewModel ( ILogAnalyzerService logAnalyzerService, IFileWatcherService fileWatcherService, IDispatcherService dispatcherService, IOpenFileService openFileService, IPleaseWaitService pleaseWaitService, IMessageService messageService ) : System
logAnalyzerService ILogAnalyzerService
fileWatcherService IFileWatcherService
dispatcherService IDispatcherService
openFileService IOpenFileService
pleaseWaitService IPleaseWaitService
messageService IMessageService
Результат System

Описание свойств

IsLiveViewEnabledProperty публичное статическое свойство

Register the IsLiveViewEnabled property so it is known in the class.
public static PropertyData IsLiveViewEnabledProperty
Результат PropertyData