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

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxAddressTypeBindingSource System.Windows.Forms.BindingSource
uxAddressTypeDataGridView System.Windows.Forms.DataGridView
uxAddressTypeErrorProvider System.Windows.Forms.ErrorProvider
uxAddressTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnAddressTypeBindingSourceCurrentItemChanged void

Public Methods

Method Description
AddressTypeDataGridViewBase ( )

Initializes a new instance of the AddressTypeDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAddressTypeDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxAddressTypeDataGridView control.

OnAddressTypeDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxAddressTypeDataGridView control.

OnAddressTypeDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxAddressTypeDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

AddressTypeDataGridViewBase() public method

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

OnAddressTypeDataGridViewCellValueNeeded() protected method

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

OnAddressTypeDataGridViewCellValuePushed() protected method

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

OnAddressTypeDataGridViewDataError() protected method

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

uxAddressTypeBindingSource protected_oe property

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

uxAddressTypeDataGridView protected_oe property

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

uxAddressTypeErrorProvider protected_oe property

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

uxAddressTypeIdDataGridViewColumn protected_oe property

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

uxRowguidDataGridViewColumn protected_oe property

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