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

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

Protected Properties

Property Type Description
uxAdditionalContactInfoDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxContactBindingSource System.Windows.Forms.BindingSource
uxContactDataGridView System.Windows.Forms.DataGridView
uxContactErrorProvider System.Windows.Forms.ErrorProvider
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEmailAddressDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEmailPromotionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFirstNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLastNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxMiddleNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameStyleDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxPasswordHashDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPasswordSaltDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPhoneDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSuffixDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTitleDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnContactBindingSourceCurrentItemChanged void

Public Methods

Method Description
ContactDataGridViewBase ( )

Initializes a new instance of the ContactDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnContactDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxContactDataGridView control.

OnContactDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxContactDataGridView control.

OnContactDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxContactDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

ContactDataGridViewBase() public method

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

OnContactDataGridViewCellValueNeeded() protected method

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

OnContactDataGridViewCellValuePushed() protected method

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

OnContactDataGridViewDataError() protected method

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

uxAdditionalContactInfoDataGridViewColumn protected_oe property

the DGV column associated with the AdditionalContactInfo property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAdditionalContactInfoDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxContactBindingSource protected_oe property

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

uxContactDataGridView protected_oe property

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

uxContactErrorProvider protected_oe property

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

uxContactIdDataGridViewColumn protected_oe property

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxContactIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxEmailAddressDataGridViewColumn protected_oe property

the DGV column associated with the EmailAddress property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEmailAddressDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxEmailPromotionDataGridViewColumn protected_oe property

the DGV column associated with the EmailPromotion property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEmailPromotionDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxFirstNameDataGridViewColumn protected_oe property

the DGV column associated with the FirstName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFirstNameDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxLastNameDataGridViewColumn protected_oe property

the DGV column associated with the LastName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLastNameDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxMiddleNameDataGridViewColumn protected_oe property

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

uxNameStyleDataGridViewColumn protected_oe property

the DGV column associated with the NameStyle property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxNameStyleDataGridViewColumn
return System.Windows.Forms.DataGridViewCheckBoxColumn

uxPasswordHashDataGridViewColumn protected_oe property

the DGV column associated with the PasswordHash property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPasswordHashDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxPasswordSaltDataGridViewColumn protected_oe property

the DGV column associated with the PasswordSalt property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPasswordSaltDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxPhoneDataGridViewColumn protected_oe property

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

uxSuffixDataGridViewColumn protected_oe property

the DGV column associated with the Suffix property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSuffixDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTitleDataGridViewColumn protected_oe property

the DGV column associated with the Title property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTitleDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn