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

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxAddressBindingSource System.Windows.Forms.BindingSource
uxAddressDataGridView System.Windows.Forms.DataGridView
uxAddressErrorProvider System.Windows.Forms.ErrorProvider
uxAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxAddressLine1DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxAddressLine2DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPostalCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStateProvinceIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

Property Type Description
OnAddressBindingSourceCurrentItemChanged void

Public Methods

Method Description
AddressDataGridViewBase ( )

Initializes a new instance of the AddressDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxAddressDataGridView control.

OnAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxAddressDataGridView control.

OnAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxAddressDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

Method Description
OnAddressBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

AddressDataGridViewBase() public method

Initializes a new instance of the AddressDataGridViewBase class.

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

OnAddressDataGridViewCellValueNeeded() protected method

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

OnAddressDataGridViewCellValuePushed() protected method

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

OnAddressDataGridViewDataError() protected method

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

OnCurrentEntityChanged() protected method

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

Property Details

uxAddressBindingSource protected_oe property

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

uxAddressDataGridView protected_oe property

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

uxAddressErrorProvider protected_oe property

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

uxAddressIdDataGridViewColumn protected_oe property

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

uxAddressLine1DataGridViewColumn protected_oe property

the DGV column associated with the AddressLine1 property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAddressLine1DataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxAddressLine2DataGridViewColumn protected_oe property

the DGV column associated with the AddressLine2 property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAddressLine2DataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxCityDataGridViewColumn protected_oe property

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

uxPostalCodeDataGridViewColumn protected_oe property

the DGV column associated with the PostalCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPostalCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxStateProvinceIdDataGridViewColumn protected_oe property

the DGV column associated with the StateProvinceId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxStateProvinceIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn