Свойство | Type | Description | |
---|---|---|---|
IsLiveViewEnabledProperty | PropertyData |
Méthode | Description | |
---|---|---|
ShellViewModel ( ILogAnalyzerService logAnalyzerService, IFileWatcherService fileWatcherService, IDispatcherService dispatcherService, IOpenFileService openFileService, IPleaseWaitService pleaseWaitService, IMessageService messageService ) : System |
Initializes a new instance of the ShellViewModel class.
|
Méthode | Description | |
---|---|---|
DocumentChanged ( object sender, ICSharpCode.AvalonEdit.Document.DocumentChangeEventArgs e ) : void | ||
OnExitCommandExecute ( ) : void |
Method to invoke when the ExitCommand command is executed.
|
|
OnFilterPropertyChanged ( object sender, |
||
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.
|
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 | |
Résultat | System |