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

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

Protected Properties

Property Type Description
uxChangeNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDocumentBindingSource System.Windows.Forms.BindingSource
uxDocumentDataGridView System.Windows.Forms.DataGridView
uxDocumentDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDocumentErrorProvider System.Windows.Forms.ErrorProvider
uxDocumentIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDocumentSummaryDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFileExtensionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFileNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRevisionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStatusDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTitleDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnDocumentBindingSourceCurrentItemChanged void

Public Methods

Method Description
DocumentDataGridViewBase ( )

Initializes a new instance of the DocumentDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnDocumentDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxDocumentDataGridView control.

OnDocumentDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxDocumentDataGridView control.

OnDocumentDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxDocumentDataGridView control.

Private Methods

Method Description
OnDocumentBindingSourceCurrentItemChanged ( 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

DocumentDataGridViewBase() public method

Initializes a new instance of the DocumentDataGridViewBase class.

OnCurrentEntityChanged() protected method

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

OnDocumentDataGridViewCellValueNeeded() protected method

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

OnDocumentDataGridViewCellValuePushed() protected method

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

OnDocumentDataGridViewDataError() protected method

Handles the DataError event of the uxDocumentDataGridView control.
protected OnDocumentDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

Property Details

uxChangeNumberDataGridViewColumn protected_oe property

the DGV column associated with the ChangeNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxChangeNumberDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxDocumentBindingSource protected_oe property

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

uxDocumentDataGridView protected_oe property

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

uxDocumentDataGridViewColumn protected_oe property

the DGV column associated with the Document property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxDocumentErrorProvider protected_oe property

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

uxDocumentIdDataGridViewColumn protected_oe property

the DGV column associated with the DocumentId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxDocumentSummaryDataGridViewColumn protected_oe property

the DGV column associated with the DocumentSummary property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentSummaryDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxFileExtensionDataGridViewColumn protected_oe property

the DGV column associated with the FileExtension property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFileExtensionDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxFileNameDataGridViewColumn protected_oe property

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

uxRevisionDataGridViewColumn protected_oe property

the DGV column associated with the Revision property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRevisionDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxStatusDataGridViewColumn protected_oe property

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