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

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

Protected Properties

Property Type Description
uxNullFkeyParentBindingSource System.Windows.Forms.BindingSource
uxNullFkeyParentDataGridView System.Windows.Forms.DataGridView
uxNullFkeyParentErrorProvider System.Windows.Forms.ErrorProvider
uxNullFkeyParentIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSomeTextDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnNullFkeyParentBindingSourceCurrentItemChanged void

Public Methods

Method Description
NullFkeyParentDataGridViewBase ( )

Initializes a new instance of the NullFkeyParentDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnNullFkeyParentDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxNullFkeyParentDataGridView control.

OnNullFkeyParentDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxNullFkeyParentDataGridView control.

OnNullFkeyParentDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxNullFkeyParentDataGridView control.

Private Methods

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

NullFkeyParentDataGridViewBase() public method

Initializes a new instance of the NullFkeyParentDataGridViewBase class.

OnCurrentEntityChanged() protected method

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

OnNullFkeyParentDataGridViewCellValueNeeded() protected method

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

OnNullFkeyParentDataGridViewCellValuePushed() protected method

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

OnNullFkeyParentDataGridViewDataError() protected method

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

Property Details

uxNullFkeyParentBindingSource protected property

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

uxNullFkeyParentDataGridView protected property

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

uxNullFkeyParentErrorProvider protected property

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

uxNullFkeyParentIdDataGridViewColumn protected property

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

uxSomeTextDataGridViewColumn protected property

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