C# Class ILoveLucene.ViewModels.MainWindowViewModel

Inheritance: Caliburn.Micro.PropertyChangedBase
Afficher le fichier Open project: brunomlopes/ILoveLucene

Private Properties

Свойство Type Description
SetActionsForResult void
SetError void
UpdateCommandOptions void

Méthodes publiques

Méthode Description
AutoComplete ( ) : void
AutoCompleteArgument ( ) : void
Execute ( FrameworkElement source ) : void
ExplainResult ( ) : void
MainWindowViewModel ( AutoCompleteBasedOnLucene autoCompleteText, IGetActionsForItem getActionsForItem, Logger log, UpdateManagerAdapter updateManager, IWindowManager windowManager, Shutdown shutdown ) : System
ProcessArgumentShortcut ( FrameworkElement source, System.Windows.Input.KeyEventArgs eventArgs ) : void
ProcessShortcut ( FrameworkElement source, System.Windows.Input.KeyEventArgs eventArgs ) : void
ShowLog ( ) : void
Update ( ) : void

Private Methods

Méthode Description
SetActionsForResult ( AutoCompletionResult result ) : void
SetError ( Exception e ) : void
UpdateCommandOptions ( ListWithCurrentSelection options ) : void

Method Details

AutoComplete() public méthode

public AutoComplete ( ) : void
Résultat void

AutoCompleteArgument() public méthode

public AutoCompleteArgument ( ) : void
Résultat void

Execute() public méthode

public Execute ( FrameworkElement source ) : void
source System.Windows.FrameworkElement
Résultat void

ExplainResult() public méthode

public ExplainResult ( ) : void
Résultat void

MainWindowViewModel() public méthode

public MainWindowViewModel ( AutoCompleteBasedOnLucene autoCompleteText, IGetActionsForItem getActionsForItem, Logger log, UpdateManagerAdapter updateManager, IWindowManager windowManager, Shutdown shutdown ) : System
autoCompleteText Core.Lucene.AutoCompleteBasedOnLucene
getActionsForItem IGetActionsForItem
log Logger
updateManager ILoveLucene.AutoUpdate.UpdateManagerAdapter
windowManager IWindowManager
shutdown ILoveLucene.Infrastructure.Shutdown
Résultat System

ProcessArgumentShortcut() public méthode

public ProcessArgumentShortcut ( FrameworkElement source, System.Windows.Input.KeyEventArgs eventArgs ) : void
source System.Windows.FrameworkElement
eventArgs System.Windows.Input.KeyEventArgs
Résultat void

ProcessShortcut() public méthode

public ProcessShortcut ( FrameworkElement source, System.Windows.Input.KeyEventArgs eventArgs ) : void
source System.Windows.FrameworkElement
eventArgs System.Windows.Input.KeyEventArgs
Résultat void

ShowLog() public méthode

public ShowLog ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void