C# 클래스 GitUI.FormStatus

상속: GitExtensionsForm
파일 보기 프로젝트 열기: JetBrains/gitextensions 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AbortCallback ProcessAbort
ProcessCallback ProcessStart

보호된 프로퍼티들

프로퍼티 타입 설명
ConsoleOutput GitUI.UserControls.ConsoleOutputControl

공개 메소드들

메소드 설명
AddMessage ( string text ) : void

Adds a message to the console display control ONLY, GetOutputString will not list it.

AddMessageLine ( string text ) : void

Adds a message line to the console display control ONLY, GetOutputString will not list it.

AppendMessageCrossThread ( string text ) : void
Done ( bool isSuccess ) : void
ErrorOccurred ( ) : bool
FormStatus ( ) : Microsoft.WindowsAPICodePack.Taskbar
FormStatus ( ProcessStart process, ProcessAbort abort ) : Microsoft.WindowsAPICodePack.Taskbar
FormStatus ( bool useDialogSettings ) : Microsoft.WindowsAPICodePack.Taskbar
GetOutputString ( ) : string
Reset ( ) : void
Retry ( ) : void
SetProgress ( string text ) : void
ShowDialogOnError ( ) : void
ShowDialogOnError ( IWin32Window owner ) : void

비공개 메소드들

메소드 설명
Abort_Click ( object sender, EventArgs e ) : void
FormStatus_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
FormStatus_Load ( object sender, EventArgs e ) : void
KeepDialogOpen_CheckedChanged ( object sender, EventArgs e ) : void
Ok_Click ( object sender, EventArgs e ) : void
Start ( ) : void

메소드 상세

AddMessage() 공개 메소드

Adds a message to the console display control ONLY, GetOutputString will not list it.
public AddMessage ( string text ) : void
text string
리턴 void

AddMessageLine() 공개 메소드

Adds a message line to the console display control ONLY, GetOutputString will not list it.
public AddMessageLine ( string text ) : void
text string
리턴 void

AppendMessageCrossThread() 공개 메소드

public AppendMessageCrossThread ( string text ) : void
text string
리턴 void

Done() 공개 메소드

public Done ( bool isSuccess ) : void
isSuccess bool
리턴 void

ErrorOccurred() 공개 메소드

public ErrorOccurred ( ) : bool
리턴 bool

FormStatus() 공개 메소드

public FormStatus ( ) : Microsoft.WindowsAPICodePack.Taskbar
리턴 Microsoft.WindowsAPICodePack.Taskbar

FormStatus() 공개 메소드

public FormStatus ( ProcessStart process, ProcessAbort abort ) : Microsoft.WindowsAPICodePack.Taskbar
process ProcessStart
abort ProcessAbort
리턴 Microsoft.WindowsAPICodePack.Taskbar

FormStatus() 공개 메소드

public FormStatus ( bool useDialogSettings ) : Microsoft.WindowsAPICodePack.Taskbar
useDialogSettings bool
리턴 Microsoft.WindowsAPICodePack.Taskbar

GetOutputString() 공개 메소드

public GetOutputString ( ) : string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Retry() 공개 메소드

public Retry ( ) : void
리턴 void

SetProgress() 공개 메소드

public SetProgress ( string text ) : void
text string
리턴 void

ShowDialogOnError() 공개 메소드

public ShowDialogOnError ( ) : void
리턴 void

ShowDialogOnError() 공개 메소드

public ShowDialogOnError ( IWin32Window owner ) : void
owner IWin32Window
리턴 void

프로퍼티 상세

AbortCallback 공개적으로 프로퍼티

public ProcessAbort AbortCallback
리턴 ProcessAbort

ConsoleOutput 보호되어 있는 프로퍼티

protected ConsoleOutputControl,GitUI.UserControls ConsoleOutput
리턴 GitUI.UserControls.ConsoleOutputControl

ProcessCallback 공개적으로 프로퍼티

public ProcessStart ProcessCallback
리턴 ProcessStart