C# Class Catel.LogAnalyzer.ViewModels.ResultsViewModel

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

Méthodes publiques

Méthode Description
ResultsViewModel ( IEnumerable logEntries ) : System

Initializes a new instance of the ResultsViewModel class.

Private Methods

Méthode Description
LogEntriesToString ( IEnumerable entries ) : string

Converts a list of trace entries to a string.

OnCopyToClipboardCanExecute ( ) : bool
OnCopyToClipboardExecute ( ) : void

Method to invoke when the CopyToClipboard command is executed.

Method Details

ResultsViewModel() public méthode

Initializes a new instance of the ResultsViewModel class.
public ResultsViewModel ( IEnumerable logEntries ) : System
logEntries IEnumerable The log entries.
Résultat System