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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство 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

Свойство Type Description
OnContactBindingSourceCurrentItemChanged void

Méthodes publiques

Méthode Description
ContactDataGridViewBase ( )

Initializes a new instance of the ContactDataGridViewBase class.

Méthodes protégées

Méthode 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

Méthode Description
OnContactBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

ContactDataGridViewBase() public méthode

Initializes a new instance of the ContactDataGridViewBase class.

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnContactDataGridViewCellValueNeeded() protected méthode

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.
Résultat void

OnContactDataGridViewCellValuePushed() protected méthode

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.
Résultat void

OnContactDataGridViewDataError() protected méthode

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.
Résultat void

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

Property Details

uxAdditionalContactInfoDataGridViewColumn protected_oe property

the DGV column associated with the AdditionalContactInfo property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAdditionalContactInfoDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxContactBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxContactBindingSource
Résultat System.Windows.Forms.BindingSource

uxContactDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxContactDataGridView
Résultat System.Windows.Forms.DataGridView

uxContactErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxContactErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxContactIdDataGridViewColumn protected_oe property

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxContactIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxEmailAddressDataGridViewColumn protected_oe property

the DGV column associated with the EmailAddress property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEmailAddressDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxEmailPromotionDataGridViewColumn protected_oe property

the DGV column associated with the EmailPromotion property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEmailPromotionDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxFirstNameDataGridViewColumn protected_oe property

the DGV column associated with the FirstName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFirstNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxLastNameDataGridViewColumn protected_oe property

the DGV column associated with the LastName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLastNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxMiddleNameDataGridViewColumn protected_oe property

the DGV column associated with the MiddleName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxMiddleNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxNameStyleDataGridViewColumn protected_oe property

the DGV column associated with the NameStyle property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxNameStyleDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewCheckBoxColumn

uxPasswordHashDataGridViewColumn protected_oe property

the DGV column associated with the PasswordHash property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPasswordHashDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxPasswordSaltDataGridViewColumn protected_oe property

the DGV column associated with the PasswordSalt property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPasswordSaltDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxPhoneDataGridViewColumn protected_oe property

the DGV column associated with the Phone property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPhoneDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSuffixDataGridViewColumn protected_oe property

the DGV column associated with the Suffix property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSuffixDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTitleDataGridViewColumn protected_oe property

the DGV column associated with the Title property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTitleDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn