C# Class Unicorn.VS.Models.StatusReport

Datei anzeigen Open project: BerserkerDotNet/Unicorn.VisualStudio

Public Methods

Method Description
CreateOperation ( string text, MessageLevel level, OperationType type ) : StatusReport
CreateProgress ( string value ) : StatusReport
IsProgressReport ( ) : bool

Private Methods

Method Description
StatusReport ( string text, MessageLevel level, OperationType type, ReportType reportType ) : System

Method Details

CreateOperation() public static method

public static CreateOperation ( string text, MessageLevel level, OperationType type ) : StatusReport
text string
level MessageLevel
type OperationType
return StatusReport

CreateProgress() public static method

public static CreateProgress ( string value ) : StatusReport
value string
return StatusReport

IsProgressReport() public method

public IsProgressReport ( ) : bool
return bool