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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxSomeTextDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTimestampPkBindingSource System.Windows.Forms.BindingSource
uxTimestampPkDataGridView System.Windows.Forms.DataGridView
uxTimestampPkDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTimestampPkErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

프로퍼티 타입 설명
OnTimestampPkBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
TimestampPkDataGridViewBase ( )

Initializes a new instance of the TimestampPkDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnTimestampPkDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxTimestampPkDataGridView control.

OnTimestampPkDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxTimestampPkDataGridView control.

OnTimestampPkDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxTimestampPkDataGridView control.

비공개 메소드들

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

OnTimestampPkDataGridViewCellValueNeeded() 보호된 메소드

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

OnTimestampPkDataGridViewCellValuePushed() 보호된 메소드

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

OnTimestampPkDataGridViewDataError() 보호된 메소드

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

TimestampPkDataGridViewBase() 공개 메소드

Initializes a new instance of the TimestampPkDataGridViewBase class.

프로퍼티 상세

uxSomeTextDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SomeText property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSomeTextDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxTimestampPkBindingSource 보호되어 있는 프로퍼티

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

uxTimestampPkDataGridView 보호되어 있는 프로퍼티

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

uxTimestampPkDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the TimestampPk property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTimestampPkDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxTimestampPkErrorProvider 보호되어 있는 프로퍼티

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