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

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

Protected Properties

Свойство Type Description
uxEndTimeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShiftBindingSource System.Windows.Forms.BindingSource
uxShiftDataGridView System.Windows.Forms.DataGridView
uxShiftErrorProvider System.Windows.Forms.ErrorProvider
uxShiftIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStartTimeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
ShiftDataGridViewBase ( )

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

OnShiftDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxShiftDataGridView control.

OnShiftDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxShiftDataGridView control.

OnShiftDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxShiftDataGridView control.

Private Methods

Méthode Description
OnShiftBindingSourceCurrentItemChanged ( 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

OnShiftDataGridViewCellValueNeeded() protected méthode

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

OnShiftDataGridViewCellValuePushed() protected méthode

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

OnShiftDataGridViewDataError() protected méthode

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

ShiftDataGridViewBase() public méthode

Initializes a new instance of the ShiftDataGridViewBase class.

Property Details

uxEndTimeDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxShiftBindingSource protected_oe property

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

uxShiftDataGridView protected_oe property

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

uxShiftErrorProvider protected_oe property

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

uxShiftIdDataGridViewColumn protected_oe property

the DGV column associated with the ShiftId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShiftIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStartTimeDataGridViewColumn protected_oe property

the DGV column associated with the StartTime property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartTimeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn