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

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

Protected Properties

Property Type Description
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxDemographicsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxIndividualBindingSource System.Windows.Forms.BindingSource
uxIndividualDataGridView System.Windows.Forms.DataGridView
uxIndividualErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnIndividualBindingSourceCurrentItemChanged void

Public Methods

Method Description
IndividualDataGridViewBase ( )

Initializes a new instance of the IndividualDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnIndividualDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxIndividualDataGridView control.

OnIndividualDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxIndividualDataGridView control.

OnIndividualDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxIndividualDataGridView control.

Private Methods

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

IndividualDataGridViewBase() public method

Initializes a new instance of the IndividualDataGridViewBase class.

OnCurrentEntityChanged() protected method

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

OnIndividualDataGridViewCellValueNeeded() protected method

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

OnIndividualDataGridViewCellValuePushed() protected method

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

OnIndividualDataGridViewDataError() protected method

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

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

uxCustomerIdDataGridViewColumn protected_oe property

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

uxDemographicsDataGridViewColumn protected_oe property

the DGV column associated with the Demographics property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDemographicsDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxIndividualBindingSource protected_oe property

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

uxIndividualDataGridView protected_oe property

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

uxIndividualErrorProvider protected_oe property

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

uxModifiedDateDataGridViewColumn protected_oe property

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