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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShipBaseDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShipMethodBindingSource System.Windows.Forms.BindingSource
uxShipMethodDataGridView System.Windows.Forms.DataGridView
uxShipMethodErrorProvider System.Windows.Forms.ErrorProvider
uxShipMethodIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShipRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnShipMethodBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
ShipMethodDataGridViewBase ( )

Initializes a new instance of the ShipMethodDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnShipMethodDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxShipMethodDataGridView control.

OnShipMethodDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxShipMethodDataGridView control.

OnShipMethodDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxShipMethodDataGridView control.

비공개 메소드들

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

OnShipMethodDataGridViewCellValueNeeded() 보호된 메소드

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

OnShipMethodDataGridViewCellValuePushed() 보호된 메소드

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

OnShipMethodDataGridViewDataError() 보호된 메소드

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

ShipMethodDataGridViewBase() 공개 메소드

Initializes a new instance of the ShipMethodDataGridViewBase class.

프로퍼티 상세

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

uxRowguidDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxShipBaseDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ShipBase property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipBaseDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxShipMethodBindingSource 보호되어 있는 프로퍼티

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

uxShipMethodDataGridView 보호되어 있는 프로퍼티

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

uxShipMethodErrorProvider 보호되어 있는 프로퍼티

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

uxShipMethodIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ShipMethodId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipMethodIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxShipRateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ShipRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipRateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn