C# Class FluentBuild.BuildUI.BuildProgress

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

Private Properties

Свойство Type Description
ProcessMessageQueue void
RunOnDispatcherThread void

Méthodes publiques

Méthode 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

Méthode Description
ProcessMessageQueue ( ) : void
RunOnDispatcherThread ( System.Action x ) : void

Method Details

BuildProgress() public méthode

public BuildProgress ( ) : System
Résultat System

InvokePropertyChanged() public méthode

public InvokePropertyChanged ( string name ) : void
name string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Write() public méthode

public Write ( string type, string message ) : void
type string
message string
Résultat void

Write() public méthode

public Write ( string type, string message, string statusDescription ) : void
type string
message string
statusDescription string
Résultat void

WriteDebugMessage() public méthode

public WriteDebugMessage ( string message ) : void
message string
Résultat void

WriteError() public méthode

public WriteError ( string type, string message ) : void
type string
message string
Résultat void

WriteHeader() public méthode

public WriteHeader ( string header ) : void
header string
Résultat void

WriteTestSuiteStarted() public méthode

public WriteTestSuiteStarted ( string name ) : ITestSuiteMessageLogger
name string
Résultat ITestSuiteMessageLogger

WriteWarning() public méthode

public WriteWarning ( string type, string message ) : void
type string
message string
Résultat void