C# 클래스 Catel.LogAnalyzer.ViewModels.ResultsViewModel

상속: MVVM.ViewModelBase
파일 보기 프로젝트 열기: Catel/Catel.LogAnalyzer

공개 메소드들

메소드 설명
ResultsViewModel ( IEnumerable logEntries ) : System

Initializes a new instance of the ResultsViewModel class.

비공개 메소드들

메소드 설명
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.

메소드 상세

ResultsViewModel() 공개 메소드

Initializes a new instance of the ResultsViewModel class.
public ResultsViewModel ( IEnumerable logEntries ) : System
logEntries IEnumerable The log entries.
리턴 System