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

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

Protected Properties

Property Type Description
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxContactTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStoreContactBindingSource System.Windows.Forms.BindingSource
uxStoreContactDataGridView System.Windows.Forms.DataGridView
uxStoreContactErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

Property Type Description
OnStoreContactBindingSourceCurrentItemChanged void

Public Methods

Method Description
StoreContactDataGridViewBase ( )

Initializes a new instance of the StoreContactDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnStoreContactDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxStoreContactDataGridView control.

OnStoreContactDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxStoreContactDataGridView control.

OnStoreContactDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxStoreContactDataGridView control.

Private Methods

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

Method Details

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

OnCurrentEntityChanged() protected method

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

OnStoreContactDataGridViewCellValueNeeded() protected method

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

OnStoreContactDataGridViewCellValuePushed() protected method

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

OnStoreContactDataGridViewDataError() protected method

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

StoreContactDataGridViewBase() public method

Initializes a new instance of the StoreContactDataGridViewBase class.

Property Details

uxContactIdDataGridViewColumn protected property

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxContactTypeIdDataGridViewColumn protected property

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

uxCustomerIdDataGridViewColumn protected property

the DGV column associated with the CustomerId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCustomerIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn protected property

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

uxRowguidDataGridViewColumn protected property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxStoreContactBindingSource protected property

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

uxStoreContactDataGridView protected property

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

uxStoreContactErrorProvider protected property

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