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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxActualCostDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxActualEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxActualResourceHrsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxActualStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLocationIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOperationSequenceDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPlannedCostDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxScheduledEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxScheduledStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxWorkOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxWorkOrderRoutingBindingSource System.Windows.Forms.BindingSource
uxWorkOrderRoutingDataGridView System.Windows.Forms.DataGridView
uxWorkOrderRoutingErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

프로퍼티 타입 설명
OnWorkOrderRoutingBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
WorkOrderRoutingDataGridViewBase ( )

Initializes a new instance of the WorkOrderRoutingDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnWorkOrderRoutingDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxWorkOrderRoutingDataGridView control.

OnWorkOrderRoutingDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxWorkOrderRoutingDataGridView control.

OnWorkOrderRoutingDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxWorkOrderRoutingDataGridView control.

비공개 메소드들

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

OnWorkOrderRoutingDataGridViewCellValueNeeded() 보호된 메소드

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

OnWorkOrderRoutingDataGridViewCellValuePushed() 보호된 메소드

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

OnWorkOrderRoutingDataGridViewDataError() 보호된 메소드

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

WorkOrderRoutingDataGridViewBase() 공개 메소드

Initializes a new instance of the WorkOrderRoutingDataGridViewBase class.

프로퍼티 상세

uxActualCostDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ActualCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualCostDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxActualEndDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ActualEndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualEndDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxActualResourceHrsDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ActualResourceHrs property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualResourceHrsDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxActualStartDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ActualStartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualStartDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxLocationIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the LocationId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxLocationIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxOperationSequenceDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the OperationSequence property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOperationSequenceDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxPlannedCostDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the PlannedCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPlannedCostDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn 보호되어 있는 프로퍼티

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

uxScheduledEndDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ScheduledEndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScheduledEndDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxScheduledStartDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ScheduledStartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScheduledStartDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxWorkOrderIdDataGridViewColumn 보호되어 있는 프로퍼티

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

uxWorkOrderRoutingBindingSource 보호되어 있는 프로퍼티

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

uxWorkOrderRoutingDataGridView 보호되어 있는 프로퍼티

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

uxWorkOrderRoutingErrorProvider 보호되어 있는 프로퍼티

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