C# 클래스 Nettiers.AdventureWorks.Windows.Forms.DocumentDataGridViewBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
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