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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxCultureIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductDescriptionIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductModelIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductModelProductDescriptionCultureBindingSource System.Windows.Forms.BindingSource
uxProductModelProductDescriptionCultureDataGridView System.Windows.Forms.DataGridView
uxProductModelProductDescriptionCultureErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

프로퍼티 타입 설명
OnProductModelProductDescriptionCultureBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
ProductModelProductDescriptionCultureDataGridViewBase ( )

Initializes a new instance of the ProductModelProductDescriptionCultureDataGridViewBase class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductModelProductDescriptionCultureDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductModelProductDescriptionCultureDataGridView control.

OnProductModelProductDescriptionCultureDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductModelProductDescriptionCultureDataGridView control.

OnProductModelProductDescriptionCultureDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductModelProductDescriptionCultureDataGridView control.

비공개 메소드들

메소드 설명
OnProductModelProductDescriptionCultureBindingSourceCurrentItemChanged ( 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

OnCurrentEntityChanged() 보호된 메소드

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
리턴 void

OnProductModelProductDescriptionCultureDataGridViewCellValueNeeded() 보호된 메소드

Handles the CellValueNeeded event of the uxProductModelProductDescriptionCultureDataGridView control.
protected OnProductModelProductDescriptionCultureDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnProductModelProductDescriptionCultureDataGridViewCellValuePushed() 보호된 메소드

Handles the CellValuePushed event of the uxProductModelProductDescriptionCultureDataGridView control.
protected OnProductModelProductDescriptionCultureDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnProductModelProductDescriptionCultureDataGridViewDataError() 보호된 메소드

Handles the DataError event of the uxProductModelProductDescriptionCultureDataGridView control.
protected OnProductModelProductDescriptionCultureDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

ProductModelProductDescriptionCultureDataGridViewBase() 공개 메소드

Initializes a new instance of the ProductModelProductDescriptionCultureDataGridViewBase class.

프로퍼티 상세

uxCultureIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CultureId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCultureIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxProductDescriptionIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ProductDescriptionId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductDescriptionIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxProductModelIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ProductModelId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductModelIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxProductModelProductDescriptionCultureBindingSource 보호되어 있는 프로퍼티

the bindingsource
protected System.Windows.Forms.BindingSource uxProductModelProductDescriptionCultureBindingSource
리턴 System.Windows.Forms.BindingSource

uxProductModelProductDescriptionCultureDataGridView 보호되어 있는 프로퍼티

the datagridview instance
protected System.Windows.Forms.DataGridView uxProductModelProductDescriptionCultureDataGridView
리턴 System.Windows.Forms.DataGridView

uxProductModelProductDescriptionCultureErrorProvider 보호되어 있는 프로퍼티

the errorprovider
protected System.Windows.Forms.ErrorProvider uxProductModelProductDescriptionCultureErrorProvider
리턴 System.Windows.Forms.ErrorProvider