C# Class Nettiers.AdventureWorks.Windows.Forms.ContactTypeDataGridViewBase

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxContactTypeBindingSource System.Windows.Forms.BindingSource
uxContactTypeDataGridView System.Windows.Forms.DataGridView
uxContactTypeErrorProvider System.Windows.Forms.ErrorProvider
uxContactTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnContactTypeBindingSourceCurrentItemChanged void

Public Methods

Method Description
ContactTypeDataGridViewBase ( )

Initializes a new instance of the ContactTypeDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnContactTypeDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxContactTypeDataGridView control.

OnContactTypeDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxContactTypeDataGridView control.

OnContactTypeDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxContactTypeDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

Method Description
OnContactTypeBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

ContactTypeDataGridViewBase() public method

Initializes a new instance of the ContactTypeDataGridViewBase class.

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

OnContactTypeDataGridViewCellValueNeeded() protected method

Handles the CellValueNeeded event of the uxContactTypeDataGridView control.
protected OnContactTypeDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnContactTypeDataGridViewCellValuePushed() protected method

Handles the CellValuePushed event of the uxContactTypeDataGridView control.
protected OnContactTypeDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnContactTypeDataGridViewDataError() protected method

Handles the DataError event of the uxContactTypeDataGridView control.
protected OnContactTypeDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

Property Details

uxContactTypeBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxContactTypeBindingSource
return System.Windows.Forms.BindingSource

uxContactTypeDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxContactTypeDataGridView
return System.Windows.Forms.DataGridView

uxContactTypeErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxContactTypeErrorProvider
return System.Windows.Forms.ErrorProvider

uxContactTypeIdDataGridViewColumn protected_oe property

the DGV column associated with the ContactTypeId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxContactTypeIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxNameDataGridViewColumn protected_oe property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn