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

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

Protected Properties

Property Type Description
uxDiagramDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxIllustrationBindingSource System.Windows.Forms.BindingSource
uxIllustrationDataGridView System.Windows.Forms.DataGridView
uxIllustrationErrorProvider System.Windows.Forms.ErrorProvider
uxIllustrationIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnIllustrationBindingSourceCurrentItemChanged void

Public Methods

Method Description
IllustrationDataGridViewBase ( )

Initializes a new instance of the IllustrationDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnIllustrationDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxIllustrationDataGridView control.

OnIllustrationDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxIllustrationDataGridView control.

OnIllustrationDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxIllustrationDataGridView control.

Private Methods

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

IllustrationDataGridViewBase() public method

Initializes a new instance of the IllustrationDataGridViewBase class.

OnCurrentEntityChanged() protected method

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

OnIllustrationDataGridViewCellValueNeeded() protected method

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

OnIllustrationDataGridViewCellValuePushed() protected method

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

OnIllustrationDataGridViewDataError() protected method

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

Property Details

uxDiagramDataGridViewColumn protected_oe property

the DGV column associated with the Diagram property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDiagramDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxIllustrationBindingSource protected_oe property

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

uxIllustrationDataGridView protected_oe property

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

uxIllustrationErrorProvider protected_oe property

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

uxIllustrationIdDataGridViewColumn protected_oe property

the DGV column associated with the IllustrationId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxIllustrationIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

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