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

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnShiftBindingSourceCurrentItemChanged void

Public Methods

Method Description
ShiftDataGridViewBase ( )

Initializes a new instance of the ShiftDataGridViewBase class.

Protected Methods

Method 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

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

Method Details

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

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnShiftDataGridViewCellValueNeeded() protected method

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.
return void

OnShiftDataGridViewCellValuePushed() protected method

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.
return void

OnShiftDataGridViewDataError() protected method

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.
return void

ShiftDataGridViewBase() public method

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
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

uxShiftBindingSource protected_oe property

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

uxShiftDataGridView protected_oe property

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

uxShiftErrorProvider protected_oe property

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

uxShiftIdDataGridViewColumn protected_oe property

the DGV column associated with the ShiftId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShiftIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxStartTimeDataGridViewColumn protected_oe property

the DGV column associated with the StartTime property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartTimeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn