C# Класс Nettiers.AdventureWorks.Windows.Forms.DocumentDataGridViewBase

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
OnDocumentBindingSourceCurrentItemChanged void

Открытые методы

Метод Описание
DocumentDataGridViewBase ( )

Initializes a new instance of the DocumentDataGridViewBase class.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
OnDocumentBindingSourceCurrentItemChanged ( object sender, System e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

DocumentDataGridViewBase() публичный Метод

Initializes a new instance of the DocumentDataGridViewBase class.

OnCurrentEntityChanged() защищенный Метод

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Результат void

OnDocumentDataGridViewCellValueNeeded() защищенный Метод

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.
Результат void

OnDocumentDataGridViewCellValuePushed() защищенный Метод

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.
Результат void

OnDocumentDataGridViewDataError() защищенный Метод

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.
Результат void

Описание свойств

uxChangeNumberDataGridViewColumn защищенное свойство

the DGV column associated with the ChangeNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxChangeNumberDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxDocumentBindingSource защищенное свойство

the bindingsource
protected System.Windows.Forms.BindingSource uxDocumentBindingSource
Результат System.Windows.Forms.BindingSource

uxDocumentDataGridView защищенное свойство

the datagridview instance
protected System.Windows.Forms.DataGridView uxDocumentDataGridView
Результат System.Windows.Forms.DataGridView

uxDocumentDataGridViewColumn защищенное свойство

the DGV column associated with the Document property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxDocumentErrorProvider защищенное свойство

the errorprovider
protected System.Windows.Forms.ErrorProvider uxDocumentErrorProvider
Результат System.Windows.Forms.ErrorProvider

uxDocumentIdDataGridViewColumn защищенное свойство

the DGV column associated with the DocumentId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxDocumentSummaryDataGridViewColumn защищенное свойство

the DGV column associated with the DocumentSummary property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentSummaryDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxFileExtensionDataGridViewColumn защищенное свойство

the DGV column associated with the FileExtension property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFileExtensionDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxFileNameDataGridViewColumn защищенное свойство

the DGV column associated with the FileName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFileNameDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn защищенное свойство

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxRevisionDataGridViewColumn защищенное свойство

the DGV column associated with the Revision property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRevisionDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxStatusDataGridViewColumn защищенное свойство

the DGV column associated with the Status property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStatusDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxTitleDataGridViewColumn защищенное свойство

the DGV column associated with the Title property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTitleDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn