C# Class GAIPS.AssetEditorTools.GenericPropertyDataGridControler

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Private Properties

Свойство Type Description
InitializeComponent void
OnAddButton_Click void
OnEditButton_Click void
OnRemoveButton_Click void
OnSelectionChangedEventHandler void
RefreshData void
UpdateButtons void

Méthodes publiques

Méthode Description
ClearSelection ( ) : void
GenericPropertyDataGridControler ( ) : System
GetColumnByName ( string columnName ) : System.Windows.Forms.DataGridViewColumn

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public ClearSelection ( ) : void
Résultat void

Dispose() protected méthode

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

GenericPropertyDataGridControler() public méthode

public GenericPropertyDataGridControler ( ) : System
Résultat System

GetColumnByName() public méthode

public GetColumnByName ( string columnName ) : System.Windows.Forms.DataGridViewColumn
columnName string
Résultat System.Windows.Forms.DataGridViewColumn