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

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

Protected Properties

Property 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

Property Type Description
OnVendorBindingSourceCurrentItemChanged void

Public Methods

Method Description
VendorDataGridViewBase ( )

Initializes a new instance of the VendorDataGridViewBase class.

Protected Methods

Method 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

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

OnCurrentEntityChanged() protected method

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

OnVendorDataGridViewCellValueNeeded() protected method

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.
return void

OnVendorDataGridViewCellValuePushed() protected method

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.
return void

OnVendorDataGridViewDataError() protected method

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.
return void

VendorDataGridViewBase() public method

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
return System.Windows.Forms.DataGridViewTextBoxColumn

uxActiveFlagDataGridViewColumn protected_oe property

the DGV column associated with the ActiveFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxActiveFlagDataGridViewColumn
return System.Windows.Forms.DataGridViewCheckBoxColumn

uxCreditRatingDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxPreferredVendorStatusDataGridViewColumn protected_oe property

the DGV column associated with the PreferredVendorStatus property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxPreferredVendorStatusDataGridViewColumn
return System.Windows.Forms.DataGridViewCheckBoxColumn

uxPurchasingWebServiceUrlDataGridViewColumn protected_oe property

the DGV column associated with the PurchasingWebServiceUrl property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPurchasingWebServiceUrlDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxVendorBindingSource protected_oe property

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

uxVendorDataGridView protected_oe property

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

uxVendorErrorProvider protected_oe property

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

uxVendorIdDataGridViewColumn protected_oe property

the DGV column associated with the VendorId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxVendorIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn