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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство 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

Свойство Type Description
OnIllustrationBindingSourceCurrentItemChanged void

Méthodes publiques

Méthode Description
IllustrationDataGridViewBase ( )

Initializes a new instance of the IllustrationDataGridViewBase class.

Méthodes protégées

Méthode 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

Méthode Description
OnIllustrationBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

IllustrationDataGridViewBase() public méthode

Initializes a new instance of the IllustrationDataGridViewBase class.

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

OnIllustrationDataGridViewCellValueNeeded() protected méthode

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.
Résultat void

OnIllustrationDataGridViewCellValuePushed() protected méthode

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.
Résultat void

OnIllustrationDataGridViewDataError() protected méthode

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.
Résultat void

Property Details

uxDiagramDataGridViewColumn protected_oe property

the DGV column associated with the Diagram property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDiagramDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxIllustrationBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxIllustrationBindingSource
Résultat System.Windows.Forms.BindingSource

uxIllustrationDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxIllustrationDataGridView
Résultat System.Windows.Forms.DataGridView

uxIllustrationErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxIllustrationErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxIllustrationIdDataGridViewColumn protected_oe property

the DGV column associated with the IllustrationId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxIllustrationIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn