C# Class ATMLCommonLibrary.controls.awb.AWBTextCollectionList

Inheritance: ATMLControl
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Methods

Method 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>

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AWBTextCollectionList ( ) : System
return System

AddColumn() public method

public AddColumn ( string columnTitle, string columnName ) : void
columnTitle string
columnName string
return void

AddColumnData() public method

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

AddRow() public method

public AddRow ( ) : System.Windows.Forms.DataGridViewRow
return System.Windows.Forms.DataGridViewRow

ClearData() public method

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

GetColumnValues() public method

public GetColumnValues ( int columnId ) : List
columnId int
return List

GetRowValues() public method

public GetRowValues ( System.Windows.Forms.DataGridViewRow row ) : List
row System.Windows.Forms.DataGridViewRow
return List

GetTable() public method

public GetTable ( ) : List>
return List>