Top Method Summary
Options Name Purpose
InitializeComponent ()
LoadBranches () Loads the Git branches of the current workspace into the grid
OnLoad (EventArgs) Raises the Load event
smartDataBrowser1_InitializeRow (Object, InitializeRowEventArgs) Event handler for the InitializeRow event of the smartDataBrowser1
ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs) Event handler for the ToolClick event of the ultraToolbarsManager1

Top Constructor Summary
Options Name Purpose
GitBranchesControl () Constructor for the GitBranchesControl class

Top Property Summary
Options Name Purpose
LOGICAL AutoLoad


Method Detail
Top

InitializeComponent ()


Top

LoadBranches ()

Purpose: Loads the Git branches of the current workspace into the grid
Notes: Fails silently when the Git branch information cannot be
retrieved, issues are logged to the client log file

Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes: Loads the Git branches when the AutoLoad property is true

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

smartDataBrowser1_InitializeRow (Object, InitializeRowEventArgs)

Purpose: Event handler for the InitializeRow event of the smartDataBrowser1
Notes: Applies the color-coding: the current branch is displayed in
green, branches whose remote branch is gone in dark yellow

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinGrid.InitializeRowEventArgs
The InitializeRowEventArgs with the data for this event
Top

ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs)

Purpose: Event handler for the ToolClick event of the ultraToolbarsManager1
Notes: Refreshes the Git branch information when the Refresh button is
clicked

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The ToolClickEventArgs with the data for this event


Constructor Detail
Top

GitBranchesControl ()

Purpose: Constructor for the GitBranchesControl class
Notes:



Property Detail
Top

LOGICAL AutoLoad


Returns LOGICAL


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       20.07.2026 16:11:07