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

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

Protected Properties

Свойство Type Description
uxChangeNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDocumentBindingSource System.Windows.Forms.BindingSource
uxDocumentDataGridView System.Windows.Forms.DataGridView
uxDocumentDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDocumentErrorProvider System.Windows.Forms.ErrorProvider
uxDocumentIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDocumentSummaryDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFileExtensionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFileNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRevisionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStatusDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTitleDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
DocumentDataGridViewBase ( )

Initializes a new instance of the DocumentDataGridViewBase 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.

OnDocumentDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxDocumentDataGridView control.

OnDocumentDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxDocumentDataGridView control.

OnDocumentDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxDocumentDataGridView control.

Private Methods

Méthode Description
OnDocumentBindingSourceCurrentItemChanged ( 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

DocumentDataGridViewBase() public méthode

Initializes a new instance of the DocumentDataGridViewBase class.

OnCurrentEntityChanged() protected méthode

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

OnDocumentDataGridViewCellValueNeeded() protected méthode

Handles the CellValueNeeded event of the uxDocumentDataGridView control.
protected OnDocumentDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnDocumentDataGridViewCellValuePushed() protected méthode

Handles the CellValuePushed event of the uxDocumentDataGridView control.
protected OnDocumentDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnDocumentDataGridViewDataError() protected méthode

Handles the DataError event of the uxDocumentDataGridView control.
protected OnDocumentDataGridViewDataError ( 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

uxChangeNumberDataGridViewColumn protected_oe property

the DGV column associated with the ChangeNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxChangeNumberDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxDocumentBindingSource protected_oe property

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

uxDocumentDataGridView protected_oe property

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

uxDocumentDataGridViewColumn protected_oe property

the DGV column associated with the Document property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxDocumentErrorProvider protected_oe property

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

uxDocumentIdDataGridViewColumn protected_oe property

the DGV column associated with the DocumentId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxDocumentSummaryDataGridViewColumn protected_oe property

the DGV column associated with the DocumentSummary property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentSummaryDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxFileExtensionDataGridViewColumn protected_oe property

the DGV column associated with the FileExtension property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFileExtensionDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxFileNameDataGridViewColumn protected_oe property

the DGV column associated with the FileName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFileNameDataGridViewColumn
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

uxRevisionDataGridViewColumn protected_oe property

the DGV column associated with the Revision property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRevisionDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStatusDataGridViewColumn protected_oe property

the DGV column associated with the Status property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStatusDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTitleDataGridViewColumn protected_oe property

the DGV column associated with the Title property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTitleDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn