C# 클래스 FluentBuild.BuildUI.BuildProgress

Interaction logic for BuildProgress.xaml
상속: System.Windows.Controls.UserControl, IMessageLogger, INotifyPropertyChanged
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ProcessMessageQueue void
RunOnDispatcherThread void

공개 메소드들

메소드 설명
BuildProgress ( ) : System
InvokePropertyChanged ( string name ) : void
Reset ( ) : void
Write ( string type, string message ) : void
Write ( string type, string message, string statusDescription ) : void
WriteDebugMessage ( string message ) : void
WriteError ( string type, string message ) : void
WriteHeader ( string header ) : void
WriteTestSuiteStarted ( string name ) : ITestSuiteMessageLogger
WriteWarning ( string type, string message ) : void

비공개 메소드들

메소드 설명
ProcessMessageQueue ( ) : void
RunOnDispatcherThread ( System.Action x ) : void

메소드 상세

BuildProgress() 공개 메소드

public BuildProgress ( ) : System
리턴 System

InvokePropertyChanged() 공개 메소드

public InvokePropertyChanged ( string name ) : void
name string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Write() 공개 메소드

public Write ( string type, string message ) : void
type string
message string
리턴 void

Write() 공개 메소드

public Write ( string type, string message, string statusDescription ) : void
type string
message string
statusDescription string
리턴 void

WriteDebugMessage() 공개 메소드

public WriteDebugMessage ( string message ) : void
message string
리턴 void

WriteError() 공개 메소드

public WriteError ( string type, string message ) : void
type string
message string
리턴 void

WriteHeader() 공개 메소드

public WriteHeader ( string header ) : void
header string
리턴 void

WriteTestSuiteStarted() 공개 메소드

public WriteTestSuiteStarted ( string name ) : ITestSuiteMessageLogger
name string
리턴 ITestSuiteMessageLogger

WriteWarning() 공개 메소드

public WriteWarning ( string type, string message ) : void
type string
message string
리턴 void