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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxDueDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOrderQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxScrapReasonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxScrappedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStockedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxWorkOrderBindingSource System.Windows.Forms.BindingSource
uxWorkOrderDataGridView System.Windows.Forms.DataGridView
uxWorkOrderErrorProvider System.Windows.Forms.ErrorProvider
uxWorkOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnWorkOrderBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
WorkOrderDataGridViewBase ( )

Initializes a new instance of the WorkOrderDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnWorkOrderDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxWorkOrderDataGridView control.

OnWorkOrderDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxWorkOrderDataGridView control.

OnWorkOrderDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxWorkOrderDataGridView control.

비공개 메소드들

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

OnWorkOrderDataGridViewCellValueNeeded() 보호된 메소드

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

OnWorkOrderDataGridViewCellValuePushed() 보호된 메소드

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

OnWorkOrderDataGridViewDataError() 보호된 메소드

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

WorkOrderDataGridViewBase() 공개 메소드

Initializes a new instance of the WorkOrderDataGridViewBase class.

프로퍼티 상세

uxDueDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the DueDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDueDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

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

uxOrderQtyDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the OrderQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOrderQtyDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxScrapReasonIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ScrapReasonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxScrapReasonIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxScrappedQtyDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ScrappedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScrappedQtyDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxStartDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxStockedQtyDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the StockedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStockedQtyDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxWorkOrderBindingSource 보호되어 있는 프로퍼티

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

uxWorkOrderDataGridView 보호되어 있는 프로퍼티

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

uxWorkOrderErrorProvider 보호되어 있는 프로퍼티

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

uxWorkOrderIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the WorkOrderId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxWorkOrderIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn