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

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxAddressTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxVendorAddressBindingSource System.Windows.Forms.BindingSource
uxVendorAddressDataGridView System.Windows.Forms.DataGridView
uxVendorAddressErrorProvider System.Windows.Forms.ErrorProvider
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

Property Type Description
OnVendorAddressBindingSourceCurrentItemChanged void

Public Methods

Method Description
VendorAddressDataGridViewBase ( )

Initializes a new instance of the VendorAddressDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnVendorAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxVendorAddressDataGridView control.

OnVendorAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxVendorAddressDataGridView control.

OnVendorAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxVendorAddressDataGridView control.

Private Methods

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

OnVendorAddressDataGridViewCellValueNeeded() protected method

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

OnVendorAddressDataGridViewCellValuePushed() protected method

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

OnVendorAddressDataGridViewDataError() protected method

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

VendorAddressDataGridViewBase() public method

Initializes a new instance of the VendorAddressDataGridViewBase class.

Property Details

uxAddressIdDataGridViewColumn protected_oe property

the DGV column associated with the AddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxAddressIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxAddressTypeIdDataGridViewColumn protected_oe property

the DGV column associated with the AddressTypeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxAddressTypeIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

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

uxVendorAddressBindingSource protected_oe property

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

uxVendorAddressDataGridView protected_oe property

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

uxVendorAddressErrorProvider protected_oe property

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

uxVendorIdDataGridViewColumn protected_oe property

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