C# Class GAIPS.AssetEditorTools.GenericPropertyDataGridControler

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Private Properties

Property Type Description
InitializeComponent void
OnAddButton_Click void
OnEditButton_Click void
OnRemoveButton_Click void
OnSelectionChangedEventHandler void
RefreshData void
UpdateButtons void

Public Methods

Method Description
ClearSelection ( ) : void
GenericPropertyDataGridControler ( ) : System
GetColumnByName ( string columnName ) : System.Windows.Forms.DataGridViewColumn

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

OnAddButton_Click ( object sender, EventArgs e ) : void
OnEditButton_Click ( object sender, EventArgs e ) : void
OnRemoveButton_Click ( object sender, EventArgs e ) : void
OnSelectionChangedEventHandler ( object sender, System e ) : void
RefreshData ( ) : void
UpdateButtons ( ) : void

Method Details

ClearSelection() public method

public ClearSelection ( ) : void
return void

Dispose() protected method

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

GenericPropertyDataGridControler() public method

public GenericPropertyDataGridControler ( ) : System
return System

GetColumnByName() public method

public GetColumnByName ( string columnName ) : System.Windows.Forms.DataGridViewColumn
columnName string
return System.Windows.Forms.DataGridViewColumn