C# Class ATMLCommonLibrary.controls.awb.AWBTextCollectionList

Inheritance: ATMLControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode Description
AWBTextCollectionList ( ) : System
AddColumn ( string columnTitle, string columnName ) : void
AddColumnData ( System.Windows.Forms.DataGridViewRow row, string columnName, string value ) : void
AddRow ( ) : System.Windows.Forms.DataGridViewRow
ClearData ( ) : void
GetColumnValues ( int columnId ) : List
GetRowValues ( System.Windows.Forms.DataGridViewRow row ) : List
GetTable ( ) : List>

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DeleteSelectedRows ( System.Windows.Forms.DataGridView dataGridView ) : void
InitializeComponent ( ) : void

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

SetButtonStates ( ) : void
SetEditMode ( System.Windows.Forms.DataGridView dataGridView ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnEdit_Click ( object sender, EventArgs e ) : void
btnRowAdd_Click ( object sender, EventArgs e ) : void
dgTextData_SelectionChanged ( object sender, EventArgs e ) : void
usage ( ) : void

Method Details

AWBTextCollectionList() public méthode

public AWBTextCollectionList ( ) : System
Résultat System

AddColumn() public méthode

public AddColumn ( string columnTitle, string columnName ) : void
columnTitle string
columnName string
Résultat void

AddColumnData() public méthode

public AddColumnData ( System.Windows.Forms.DataGridViewRow row, string columnName, string value ) : void
row System.Windows.Forms.DataGridViewRow
columnName string
value string
Résultat void

AddRow() public méthode

public AddRow ( ) : System.Windows.Forms.DataGridViewRow
Résultat System.Windows.Forms.DataGridViewRow

ClearData() public méthode

public ClearData ( ) : 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

GetColumnValues() public méthode

public GetColumnValues ( int columnId ) : List
columnId int
Résultat List

GetRowValues() public méthode

public GetRowValues ( System.Windows.Forms.DataGridViewRow row ) : List
row System.Windows.Forms.DataGridViewRow
Résultat List

GetTable() public méthode

public GetTable ( ) : List>
Résultat List>