C# Class GitUI.FormStatus

Inheritance: GitExtensionsForm
Afficher le fichier Open project: JetBrains/gitextensions Class Usage Examples

Méthodes publiques

Свойство Type Description
AbortCallback ProcessAbort
ProcessCallback ProcessStart

Protected Properties

Свойство Type Description
ConsoleOutput GitUI.UserControls.ConsoleOutputControl

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AddMessage() public méthode

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

AddMessageLine() public méthode

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

AppendMessageCrossThread() public méthode

public AppendMessageCrossThread ( string text ) : void
text string
Résultat void

Done() public méthode

public Done ( bool isSuccess ) : void
isSuccess bool
Résultat void

ErrorOccurred() public méthode

public ErrorOccurred ( ) : bool
Résultat bool

FormStatus() public méthode

public FormStatus ( ) : Microsoft.WindowsAPICodePack.Taskbar
Résultat Microsoft.WindowsAPICodePack.Taskbar

FormStatus() public méthode

public FormStatus ( ProcessStart process, ProcessAbort abort ) : Microsoft.WindowsAPICodePack.Taskbar
process ProcessStart
abort ProcessAbort
Résultat Microsoft.WindowsAPICodePack.Taskbar

FormStatus() public méthode

public FormStatus ( bool useDialogSettings ) : Microsoft.WindowsAPICodePack.Taskbar
useDialogSettings bool
Résultat Microsoft.WindowsAPICodePack.Taskbar

GetOutputString() public méthode

public GetOutputString ( ) : string
Résultat string

Reset() public méthode

public Reset ( ) : void
Résultat void

Retry() public méthode

public Retry ( ) : void
Résultat void

SetProgress() public méthode

public SetProgress ( string text ) : void
text string
Résultat void

ShowDialogOnError() public méthode

public ShowDialogOnError ( ) : void
Résultat void

ShowDialogOnError() public méthode

public ShowDialogOnError ( IWin32Window owner ) : void
owner IWin32Window
Résultat void

Property Details

AbortCallback public_oe property

public ProcessAbort AbortCallback
Résultat ProcessAbort

ConsoleOutput protected_oe property

protected ConsoleOutputControl,GitUI.UserControls ConsoleOutput
Résultat GitUI.UserControls.ConsoleOutputControl

ProcessCallback public_oe property

public ProcessStart ProcessCallback
Résultat ProcessStart