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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBillOfMaterialsBindingSource System.Windows.Forms.BindingSource
uxBillOfMaterialsDataGridView System.Windows.Forms.DataGridView
uxBillOfMaterialsErrorProvider System.Windows.Forms.ErrorProvider
uxBillOfMaterialsIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxBomLevelDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxComponentIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPerAssemblyQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductAssemblyIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitMeasureCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

프로퍼티 타입 설명
OnBillOfMaterialsBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
BillOfMaterialsDataGridViewBase ( )

Initializes a new instance of the BillOfMaterialsDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnBillOfMaterialsDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxBillOfMaterialsDataGridView control.

OnBillOfMaterialsDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxBillOfMaterialsDataGridView control.

OnBillOfMaterialsDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxBillOfMaterialsDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

비공개 메소드들

메소드 설명
OnBillOfMaterialsBindingSourceCurrentItemChanged ( object sender, System e ) : void

메소드 상세

BillOfMaterialsDataGridViewBase() 공개 메소드

Initializes a new instance of the BillOfMaterialsDataGridViewBase class.

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnBillOfMaterialsDataGridViewCellValueNeeded() 보호된 메소드

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

OnBillOfMaterialsDataGridViewCellValuePushed() 보호된 메소드

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

OnBillOfMaterialsDataGridViewDataError() 보호된 메소드

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

OnCurrentEntityChanged() 보호된 메소드

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

프로퍼티 상세

uxBillOfMaterialsBindingSource 보호되어 있는 프로퍼티

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

uxBillOfMaterialsDataGridView 보호되어 있는 프로퍼티

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

uxBillOfMaterialsErrorProvider 보호되어 있는 프로퍼티

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

uxBillOfMaterialsIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the BillOfMaterialsId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBillOfMaterialsIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxBomLevelDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the BomLevel property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBomLevelDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxComponentIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ComponentId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxComponentIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxEndDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the EndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxPerAssemblyQtyDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the PerAssemblyQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPerAssemblyQtyDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxProductAssemblyIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ProductAssemblyId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductAssemblyIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxStartDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the StartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxUnitMeasureCodeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the UnitMeasureCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxUnitMeasureCodeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn