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

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

Protected Properties

Свойство Type Description
uxAccountNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxActiveFlagDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxCreditRatingDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPreferredVendorStatusDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxPurchasingWebServiceUrlDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxVendorBindingSource System.Windows.Forms.BindingSource
uxVendorDataGridView System.Windows.Forms.DataGridView
uxVendorErrorProvider System.Windows.Forms.ErrorProvider
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
VendorDataGridViewBase ( )

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

OnVendorDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxVendorDataGridView control.

OnVendorDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxVendorDataGridView control.

OnVendorDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxVendorDataGridView control.

Private Methods

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

OnCurrentEntityChanged() protected méthode

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

OnVendorDataGridViewCellValueNeeded() protected méthode

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

OnVendorDataGridViewCellValuePushed() protected méthode

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

OnVendorDataGridViewDataError() protected méthode

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

VendorDataGridViewBase() public méthode

Initializes a new instance of the VendorDataGridViewBase class.

Property Details

uxAccountNumberDataGridViewColumn protected_oe property

the DGV column associated with the AccountNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAccountNumberDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxActiveFlagDataGridViewColumn protected_oe property

the DGV column associated with the ActiveFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxActiveFlagDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewCheckBoxColumn

uxCreditRatingDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxPreferredVendorStatusDataGridViewColumn protected_oe property

the DGV column associated with the PreferredVendorStatus property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxPreferredVendorStatusDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewCheckBoxColumn

uxPurchasingWebServiceUrlDataGridViewColumn protected_oe property

the DGV column associated with the PurchasingWebServiceUrl property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPurchasingWebServiceUrlDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxVendorBindingSource protected_oe property

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

uxVendorDataGridView protected_oe property

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

uxVendorErrorProvider protected_oe property

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

uxVendorIdDataGridViewColumn protected_oe property

the DGV column associated with the VendorId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxVendorIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn