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

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxContactTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxVendorContactBindingSource System.Windows.Forms.BindingSource
uxVendorContactDataGridView System.Windows.Forms.DataGridView
uxVendorContactErrorProvider System.Windows.Forms.ErrorProvider
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

Property Type Description
OnVendorContactBindingSourceCurrentItemChanged void

Public Methods

Method Description
VendorContactDataGridViewBase ( )

Initializes a new instance of the VendorContactDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnVendorContactDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxVendorContactDataGridView control.

OnVendorContactDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxVendorContactDataGridView control.

OnVendorContactDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxVendorContactDataGridView control.

Private Methods

Method Description
OnVendorContactBindingSourceCurrentItemChanged ( 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

OnVendorContactDataGridViewCellValueNeeded() protected method

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

OnVendorContactDataGridViewCellValuePushed() protected method

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

OnVendorContactDataGridViewDataError() protected method

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

VendorContactDataGridViewBase() public method

Initializes a new instance of the VendorContactDataGridViewBase class.

Property Details

uxContactIdDataGridViewColumn protected_oe property

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

uxContactTypeIdDataGridViewColumn protected_oe property

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

uxModifiedDateDataGridViewColumn protected_oe property

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

uxVendorContactBindingSource protected_oe property

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

uxVendorContactDataGridView protected_oe property

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

uxVendorContactErrorProvider protected_oe property

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

uxVendorIdDataGridViewColumn protected_oe property

the DGV column associated with the VendorId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxVendorIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn