C# 클래스 GitScc.Blinkbox.UI.ReviewTab

Interaction logic for reviewTab.xaml
파일 보기 프로젝트 열기: blinkbox/Git-Source-Control-Provider

Private Properties

프로퍼티 타입 설명
Diff_MouseDoubleClick void
GetSelectedReviewItem GitFile
OpenFile void
Review_MouseDoubleClick void

공개 메소드들

메소드 설명
CancelReview ( ) : void

Cancel the current review and enable the pending changes list.

ClearDiffEditor ( ) : void

Clears the diff editor.

DisplayReview ( List changedFiles ) : void

List the provided files in the pending changes window for reivew.

EndReview ( ) : void

Ends the review.

InitialiseBlinkboxExtensions ( ) : void

Initialises the blinkbox extensions.

Review ( List changedFiles, string branchName ) : void

Show a list of files for review.

ReviewTab ( ) : System

Initializes a new instance of the ReviewTab class.

Review_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Handles the SelectionChanged event of the Review control.

WriteToDiffWindow ( string message ) : void

Writes a message to the diff editor

비공개 메소드들

메소드 설명
Diff_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Opens the file in VS.

GetSelectedReviewItem ( ) : GitFile

Gets the selected review item.

OpenFile ( string fileName ) : void

Opens a file in VS.

Review_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Opens a tortoise diff.

메소드 상세

CancelReview() 공개 메소드

Cancel the current review and enable the pending changes list.
public CancelReview ( ) : void
리턴 void

ClearDiffEditor() 공개 메소드

Clears the diff editor.
public ClearDiffEditor ( ) : void
리턴 void

DisplayReview() 공개 메소드

List the provided files in the pending changes window for reivew.
public DisplayReview ( List changedFiles ) : void
changedFiles List /// The changed files. ///
리턴 void

EndReview() 공개 메소드

Ends the review.
public EndReview ( ) : void
리턴 void

InitialiseBlinkboxExtensions() 공개 메소드

Initialises the blinkbox extensions.
public InitialiseBlinkboxExtensions ( ) : void
리턴 void

Review() 공개 메소드

Show a list of files for review.
public Review ( List changedFiles, string branchName ) : void
changedFiles List /// The changed files. ///
branchName string /// The branch Name. ///
리턴 void

ReviewTab() 공개 메소드

Initializes a new instance of the ReviewTab class.
public ReviewTab ( ) : System
리턴 System

Review_SelectionChanged() 공개 메소드

Handles the SelectionChanged event of the Review control.
public Review_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
sender object The source of the event.
e System.Windows.Controls.SelectionChangedEventArgs The instance containing the event data.
리턴 void

WriteToDiffWindow() 공개 메소드

Writes a message to the diff editor
public WriteToDiffWindow ( string message ) : void
message string The message.
리턴 void