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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxAvailabilityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCostRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLocationBindingSource System.Windows.Forms.BindingSource
uxLocationDataGridView System.Windows.Forms.DataGridView
uxLocationErrorProvider System.Windows.Forms.ErrorProvider
uxLocationIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnLocationBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
LocationDataGridViewBase ( )

Initializes a new instance of the LocationDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnLocationDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxLocationDataGridView control.

OnLocationDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxLocationDataGridView control.

OnLocationDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxLocationDataGridView control.

비공개 메소드들

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

LocationDataGridViewBase() 공개 메소드

Initializes a new instance of the LocationDataGridViewBase class.

OnCurrentEntityChanged() 보호된 메소드

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

OnLocationDataGridViewCellValueNeeded() 보호된 메소드

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

OnLocationDataGridViewCellValuePushed() 보호된 메소드

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

OnLocationDataGridViewDataError() 보호된 메소드

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

프로퍼티 상세

uxAvailabilityDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Availability property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAvailabilityDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxCostRateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CostRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCostRateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxLocationBindingSource 보호되어 있는 프로퍼티

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

uxLocationDataGridView 보호되어 있는 프로퍼티

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

uxLocationErrorProvider 보호되어 있는 프로퍼티

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

uxLocationIdDataGridViewColumn 보호되어 있는 프로퍼티

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

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxNameDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn