C# 클래스 Catel.Windows.Controls.TraceOutputViewModel

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

Private Properties

프로퍼티 타입 설명
ApplyFilter void
OnClearFilterExecute void
OnClearOutputExecute void
OnCopyToClipboardCanExecute bool
OnCopyToClipboardExecute void
OnFilterChanged void
OnLogMessage void
OnSelectedLevelChanged void
TraceEntriesToString string

공개 메소드들

메소드 설명
TraceOutputViewModel ( IDispatcherService dispatcherService ) : System

Initializes a new instance of the TraceOutputViewModel class.

비공개 메소드들

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

메소드 상세

TraceOutputViewModel() 공개 메소드

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