C# Класс GitScc.Blinkbox.UI.ReviewTab

Interaction logic for reviewTab.xaml
Показать файл Открыть проект

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