C# 클래스 Open.Core.UI.Controls.OutputLogViewModel

An output display log.
This view-model is automatically constructed by the OutputLog control (view first).
상속: ViewModelBase
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
OutputLogViewModel ( IOutput writer, OutputLog control ) : System

보호된 메소드들

메소드 설명
OnDisposed ( ) : void

비공개 메소드들

메소드 설명
Clear ( ) : void
GetBackground ( IOutputLine e ) : System.Windows.Media.Brush
HandleWrittenTo ( object sender, OutputEventArgs e ) : void
InsertBreak ( ) : void
OnShowTimeStampChanged ( ) : void
ScrollToBottom ( ) : void
ToText ( IOutputLine line ) : string
UpdateLineMargin ( ) : void
UpdateVisualState ( ) : void

Updates the visual state of the control.

Write ( IOutputLine e ) : void

메소드 상세

OnDisposed() 보호된 메소드

protected OnDisposed ( ) : void
리턴 void

OutputLogViewModel() 공개 메소드

public OutputLogViewModel ( IOutput writer, OutputLog control ) : System
writer IOutput
control OutputLog
리턴 System