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

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

Protected Properties

Property Type Description
uxNullFkeyChildBindingSource System.Windows.Forms.BindingSource
uxNullFkeyChildDataGridView System.Windows.Forms.DataGridView
uxNullFkeyChildErrorProvider System.Windows.Forms.ErrorProvider
uxNullFkeyChildIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNullFkeyParentIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSomeTextDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnNullFkeyChildBindingSourceCurrentItemChanged void

Public Methods

Method Description
NullFkeyChildDataGridViewBase ( )

Initializes a new instance of the NullFkeyChildDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnNullFkeyChildDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxNullFkeyChildDataGridView control.

OnNullFkeyChildDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxNullFkeyChildDataGridView control.

OnNullFkeyChildDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxNullFkeyChildDataGridView control.

Private Methods

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

NullFkeyChildDataGridViewBase() public method

Initializes a new instance of the NullFkeyChildDataGridViewBase class.

OnCurrentEntityChanged() protected method

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

OnNullFkeyChildDataGridViewCellValueNeeded() protected method

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

OnNullFkeyChildDataGridViewCellValuePushed() protected method

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

OnNullFkeyChildDataGridViewDataError() protected method

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

Property Details

uxNullFkeyChildBindingSource protected_oe property

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

uxNullFkeyChildDataGridView protected_oe property

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

uxNullFkeyChildErrorProvider protected_oe property

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

uxNullFkeyChildIdDataGridViewColumn protected_oe property

the DGV column associated with the NullFkeyChildId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNullFkeyChildIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxNullFkeyParentIdDataGridViewColumn protected_oe property

the DGV column associated with the NullFkeyParentId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxNullFkeyParentIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxSomeTextDataGridViewColumn protected_oe property

the DGV column associated with the SomeText property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSomeTextDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn