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

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

Protected Properties

Свойство Type Description
uxAddressLine1DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxAddressLine2DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxAddressLine3DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxAddressLine4DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDobDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEpassIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEslPhaseDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFirstNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxGenderDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxIndigeneousStatusDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxKnownNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLboteDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLegalNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOtherNamesDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPhone1DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPhone2DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPhoneticMatchIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPostcodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSlpCreatedFlagDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSourceSystemDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSsabsaIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStudentIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStudentMasterIndexBindingSource System.Windows.Forms.BindingSource
uxStudentMasterIndexDataGridView System.Windows.Forms.DataGridView
uxStudentMasterIndexErrorProvider System.Windows.Forms.ErrorProvider
uxStudentUpnDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSuburbDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSurnameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTribalGroupDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
StudentMasterIndexDataGridViewBase ( )

Initializes a new instance of the StudentMasterIndexDataGridViewBase class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnStudentMasterIndexDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxStudentMasterIndexDataGridView control.

OnStudentMasterIndexDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxStudentMasterIndexDataGridView control.

OnStudentMasterIndexDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxStudentMasterIndexDataGridView control.

Private Methods

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

Method Details

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

OnCurrentEntityChanged() protected méthode

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

OnStudentMasterIndexDataGridViewCellValueNeeded() protected méthode

Handles the CellValueNeeded event of the uxStudentMasterIndexDataGridView control.
protected OnStudentMasterIndexDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnStudentMasterIndexDataGridViewCellValuePushed() protected méthode

Handles the CellValuePushed event of the uxStudentMasterIndexDataGridView control.
protected OnStudentMasterIndexDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnStudentMasterIndexDataGridViewDataError() protected méthode

Handles the DataError event of the uxStudentMasterIndexDataGridView control.
protected OnStudentMasterIndexDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

StudentMasterIndexDataGridViewBase() public méthode

Initializes a new instance of the StudentMasterIndexDataGridViewBase class.

Property Details

uxAddressLine1DataGridViewColumn protected_oe property

the DGV column associated with the AddressLine1 property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAddressLine1DataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxAddressLine2DataGridViewColumn protected_oe property

the DGV column associated with the AddressLine2 property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAddressLine2DataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxAddressLine3DataGridViewColumn protected_oe property

the DGV column associated with the AddressLine3 property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAddressLine3DataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxAddressLine4DataGridViewColumn protected_oe property

the DGV column associated with the AddressLine4 property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAddressLine4DataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxDobDataGridViewColumn protected_oe property

the DGV column associated with the Dob property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDobDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxEpassIdDataGridViewColumn protected_oe property

the DGV column associated with the EpassId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEpassIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxEslPhaseDataGridViewColumn protected_oe property

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

uxGenderDataGridViewColumn protected_oe property

the DGV column associated with the Gender property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxGenderDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxIndigeneousStatusDataGridViewColumn protected_oe property

the DGV column associated with the IndigeneousStatus property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxIndigeneousStatusDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxKnownNameDataGridViewColumn protected_oe property

the DGV column associated with the KnownName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxKnownNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxLboteDataGridViewColumn protected_oe property

the DGV column associated with the Lbote property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLboteDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxLegalNameDataGridViewColumn protected_oe property

the DGV column associated with the LegalName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLegalNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxOtherNamesDataGridViewColumn protected_oe property

the DGV column associated with the OtherNames property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOtherNamesDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxPhone1DataGridViewColumn protected_oe property

the DGV column associated with the Phone1 property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPhone1DataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxPhone2DataGridViewColumn protected_oe property

the DGV column associated with the Phone2 property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPhone2DataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxPhoneticMatchIdDataGridViewColumn protected_oe property

the DGV column associated with the PhoneticMatchId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPhoneticMatchIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxPostcodeDataGridViewColumn protected_oe property

the DGV column associated with the Postcode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPostcodeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSlpCreatedFlagDataGridViewColumn protected_oe property

the DGV column associated with the SlpCreatedFlag property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSlpCreatedFlagDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSourceSystemDataGridViewColumn protected_oe property

the DGV column associated with the SourceSystem property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSourceSystemDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSsabsaIdDataGridViewColumn protected_oe property

the DGV column associated with the SsabsaId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSsabsaIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStudentIdDataGridViewColumn protected_oe property

the DGV column associated with the StudentId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStudentIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStudentMasterIndexBindingSource protected_oe property

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

uxStudentMasterIndexDataGridView protected_oe property

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

uxStudentMasterIndexErrorProvider protected_oe property

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

uxStudentUpnDataGridViewColumn protected_oe property

the DGV column associated with the StudentUpn property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStudentUpnDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSuburbDataGridViewColumn protected_oe property

the DGV column associated with the Suburb property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSuburbDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSurnameDataGridViewColumn protected_oe property

the DGV column associated with the Surname property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSurnameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTribalGroupDataGridViewColumn protected_oe property

the DGV column associated with the TribalGroup property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTribalGroupDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn