C# 클래스 Unicorn.VS.Models.StatusReport

파일 보기 프로젝트 열기: BerserkerDotNet/Unicorn.VisualStudio

공개 메소드들

메소드 설명
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