C# 클래스 GitUI.CommandsDialogs.FormCheckoutBranch

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

Private Properties

프로퍼티 타입 설명
BranchTypeChanged void
Branches_SelectedIndexChanged void
FinishFormLayout void
FormCheckoutBranch System
FormCheckoutBranch System
FormCheckoutBranch_Activated void
GetContainsRevisionBranches IList
GetLocalBranchRef IGitRef
GetLocalBranches IEnumerable
GetRemoteBranchRef IGitRef
GetRemoteBranches IEnumerable
Initialize void
InitializeComponent void
IsThereUncommittedChanges bool
LocalBranchCheckedChanged void
LocalBranchExists bool
OkClick DialogResult
OkClick void
RemoteBranchCheckedChanged void
rbCreateBranchWithCustomName_CheckedChanged void
rbReset_CheckedChanged void
txtCustomBranchName_Leave void

공개 메소드들

메소드 설명
DoDefaultActionOrShow ( IWin32Window owner ) : DialogResult
FormCheckoutBranch ( GitUICommands aCommands, string branch, bool remote ) : System
FormCheckoutBranch ( GitUICommands aCommands, string branch, bool remote, string containRevisons ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
BranchTypeChanged ( ) : void
Branches_SelectedIndexChanged ( object sender, EventArgs e ) : void
FinishFormLayout ( ) : void

This functions applies docking properties of controls in a way that is compatible with both Windows and Linux: 1. Remember container size. 2. Turn AutoSize off. 3. Apply docking properties of child controls. This helps to avoid containers size issues on Linux.

FormCheckoutBranch ( ) : System
FormCheckoutBranch ( GitUICommands aCommands ) : System
FormCheckoutBranch_Activated ( object sender, EventArgs e ) : void
GetContainsRevisionBranches ( ) : IList
GetLocalBranchRef ( string name ) : IGitRef
GetLocalBranches ( ) : IEnumerable
GetRemoteBranchRef ( string name ) : IGitRef
GetRemoteBranches ( ) : IEnumerable
Initialize ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsThereUncommittedChanges ( ) : bool
LocalBranchCheckedChanged ( object sender, EventArgs e ) : void
LocalBranchExists ( string name ) : bool
OkClick ( ) : DialogResult
OkClick ( object sender, EventArgs e ) : void
RemoteBranchCheckedChanged ( object sender, EventArgs e ) : void
rbCreateBranchWithCustomName_CheckedChanged ( object sender, EventArgs e ) : void
rbReset_CheckedChanged ( object sender, EventArgs e ) : void
txtCustomBranchName_Leave ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DoDefaultActionOrShow() 공개 메소드

public DoDefaultActionOrShow ( IWin32Window owner ) : DialogResult
owner IWin32Window
리턴 DialogResult

FormCheckoutBranch() 공개 메소드

public FormCheckoutBranch ( GitUICommands aCommands, string branch, bool remote ) : System
aCommands GitUICommands
branch string
remote bool
리턴 System

FormCheckoutBranch() 공개 메소드

public FormCheckoutBranch ( GitUICommands aCommands, string branch, bool remote, string containRevisons ) : System
aCommands GitUICommands
branch string
remote bool
containRevisons string
리턴 System