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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxCategoryDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDescriptionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDiscountPctDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxMaxQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxMinQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSpecialOfferBindingSource System.Windows.Forms.BindingSource
uxSpecialOfferDataGridView System.Windows.Forms.DataGridView
uxSpecialOfferErrorProvider System.Windows.Forms.ErrorProvider
uxSpecialOfferIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnSpecialOfferBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
SpecialOfferDataGridViewBase ( )

Initializes a new instance of the SpecialOfferDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSpecialOfferDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSpecialOfferDataGridView control.

OnSpecialOfferDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSpecialOfferDataGridView control.

OnSpecialOfferDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSpecialOfferDataGridView control.

비공개 메소드들

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

OnSpecialOfferDataGridViewCellValueNeeded() 보호된 메소드

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

OnSpecialOfferDataGridViewCellValuePushed() 보호된 메소드

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

OnSpecialOfferDataGridViewDataError() 보호된 메소드

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

SpecialOfferDataGridViewBase() 공개 메소드

Initializes a new instance of the SpecialOfferDataGridViewBase class.

프로퍼티 상세

uxCategoryDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Category property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCategoryDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxDescriptionDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Description property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDescriptionDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxDiscountPctDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the DiscountPct property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDiscountPctDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxEndDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the EndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxMaxQtyDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the MaxQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxMaxQtyDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxMinQtyDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the MinQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxMinQtyDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxRowguidDataGridViewColumn 보호되어 있는 프로퍼티

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

uxSpecialOfferBindingSource 보호되어 있는 프로퍼티

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

uxSpecialOfferDataGridView 보호되어 있는 프로퍼티

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

uxSpecialOfferErrorProvider 보호되어 있는 프로퍼티

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

uxSpecialOfferIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SpecialOfferId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSpecialOfferIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxStartDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxTypeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Type property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTypeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn