C# 클래스 Bloom.ToPalaso.MessageLabelProgress

Conveys messages into the label. Useful as a poor-man's status indicator when using command-line processors
상속: System.Windows.Forms.Label, IProgress
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
MessageLabelProgress ( ) : System
WriteError ( string message ) : void
WriteException ( Exception error ) : void
WriteMessage ( string message ) : void
WriteMessageWithColor ( string colorName, string message ) : void
WriteStatus ( string message ) : void
WriteVerbose ( string message ) : void
WriteWarning ( string message ) : void

비공개 메소드들

메소드 설명
MessageLabelProgress_VisibleChanged ( object sender, EventArgs e ) : void
UpdateText ( object state ) : void

메소드 상세

MessageLabelProgress() 공개 메소드

public MessageLabelProgress ( ) : System
리턴 System

WriteError() 공개 메소드

public WriteError ( string message ) : void
message string
리턴 void

WriteException() 공개 메소드

public WriteException ( Exception error ) : void
error System.Exception
리턴 void

WriteMessage() 공개 메소드

public WriteMessage ( string message ) : void
message string
리턴 void

WriteMessageWithColor() 공개 메소드

public WriteMessageWithColor ( string colorName, string message ) : void
colorName string
message string
리턴 void

WriteStatus() 공개 메소드

public WriteStatus ( string message ) : void
message string
리턴 void

WriteVerbose() 공개 메소드

public WriteVerbose ( string message ) : void
message string
리턴 void

WriteWarning() 공개 메소드

public WriteWarning ( string message ) : void
message string
리턴 void