C# Class FluentBuild.BuildUI.BuildProgress

Interaction logic for BuildProgress.xaml
Inheritance: System.Windows.Controls.UserControl, IMessageLogger, INotifyPropertyChanged
Datei anzeigen Open project: SkightTeam/eLiteWeb Class Usage Examples

Private Properties

Property Type Description
ProcessMessageQueue void
RunOnDispatcherThread void

Public Methods

Method Description
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

Private Methods

Method Description
ProcessMessageQueue ( ) : void
RunOnDispatcherThread ( System.Action x ) : void

Method Details

BuildProgress() public method

public BuildProgress ( ) : System
return System

InvokePropertyChanged() public method

public InvokePropertyChanged ( string name ) : void
name string
return void

Reset() public method

public Reset ( ) : void
return void

Write() public method

public Write ( string type, string message ) : void
type string
message string
return void

Write() public method

public Write ( string type, string message, string statusDescription ) : void
type string
message string
statusDescription string
return void

WriteDebugMessage() public method

public WriteDebugMessage ( string message ) : void
message string
return void

WriteError() public method

public WriteError ( string type, string message ) : void
type string
message string
return void

WriteHeader() public method

public WriteHeader ( string header ) : void
header string
return void

WriteTestSuiteStarted() public method

public WriteTestSuiteStarted ( string name ) : ITestSuiteMessageLogger
name string
return ITestSuiteMessageLogger

WriteWarning() public method

public WriteWarning ( string type, string message ) : void
type string
message string
return void