C# Class Catel.Windows.Controls.TraceOutputViewModel

Inheritance: MVVM.ViewModelBase
Mostra file Open project: Catel/Catel

Private Properties

Property Type Description
ApplyFilter void
OnClearFilterExecute void
OnClearOutputExecute void
OnCopyToClipboardCanExecute bool
OnCopyToClipboardExecute void
OnFilterChanged void
OnLogMessage void
OnSelectedLevelChanged void
TraceEntriesToString string

Public Methods

Method Description
TraceOutputViewModel ( IDispatcherService dispatcherService ) : System

Initializes a new instance of the TraceOutputViewModel class.

Private Methods

Method 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 method

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