C# Класс Unicorn.VS.Models.StatusReport

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateOperation ( string text, MessageLevel level, OperationType type ) : StatusReport
CreateProgress ( string value ) : StatusReport
IsProgressReport ( ) : bool

Приватные методы

Метод Описание
StatusReport ( string text, MessageLevel level, OperationType type, ReportType reportType ) : System

Описание методов

CreateOperation() публичный статический Метод

public static CreateOperation ( string text, MessageLevel level, OperationType type ) : StatusReport
text string
level MessageLevel
type OperationType
Результат StatusReport

CreateProgress() публичный статический Метод

public static CreateProgress ( string value ) : StatusReport
value string
Результат StatusReport

IsProgressReport() публичный Метод

public IsProgressReport ( ) : bool
Результат bool