C# Class Catel.Windows.Controls.TraceOutputViewModel

Inheritance: MVVM.ViewModelBase
Afficher le fichier Open project: Catel/Catel

Private Properties

Свойство Type Description
ApplyFilter void
OnClearFilterExecute void
OnClearOutputExecute void
OnCopyToClipboardCanExecute bool
OnCopyToClipboardExecute void
OnFilterChanged void
OnLogMessage void
OnSelectedLevelChanged void
TraceEntriesToString string

Méthodes publiques

Méthode Description
TraceOutputViewModel ( IDispatcherService dispatcherService ) : System

Initializes a new instance of the TraceOutputViewModel class.

Private Methods

Méthode Description
ApplyFilter ( ) : void
OnClearFilterExecute ( ) : void
OnClearOutputExecute ( ) : void
OnCopyToClipboardCanExecute ( ) : bool
OnCopyToClipboardExecute ( ) : void
OnFilterChanged ( ) : void
OnLogMessage ( object sender, LogMessageEventArgs e ) : void
OnSelectedLevelChanged ( ) : void
TraceEntriesToString ( IEnumerable entries ) : string

Converts a list of trace entries to a string.

Method Details

TraceOutputViewModel() public méthode

Initializes a new instance of the TraceOutputViewModel class.
The is null.
public TraceOutputViewModel ( IDispatcherService dispatcherService ) : System
dispatcherService IDispatcherService The dispatcher service.
Résultat System