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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxAccountNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxActiveFlagDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxCreditRatingDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPreferredVendorStatusDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxPurchasingWebServiceUrlDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxVendorBindingSource System.Windows.Forms.BindingSource
uxVendorDataGridView System.Windows.Forms.DataGridView
uxVendorErrorProvider System.Windows.Forms.ErrorProvider
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnVendorBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
VendorDataGridViewBase ( )

Initializes a new instance of the VendorDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnVendorDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxVendorDataGridView control.

OnVendorDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxVendorDataGridView control.

OnVendorDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxVendorDataGridView control.

비공개 메소드들

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

OnVendorDataGridViewCellValueNeeded() 보호된 메소드

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

OnVendorDataGridViewCellValuePushed() 보호된 메소드

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

OnVendorDataGridViewDataError() 보호된 메소드

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

VendorDataGridViewBase() 공개 메소드

Initializes a new instance of the VendorDataGridViewBase class.

프로퍼티 상세

uxAccountNumberDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the AccountNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAccountNumberDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxActiveFlagDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ActiveFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxActiveFlagDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewCheckBoxColumn

uxCreditRatingDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CreditRating property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCreditRatingDataGridViewColumn
리턴 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

uxPreferredVendorStatusDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the PreferredVendorStatus property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxPreferredVendorStatusDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewCheckBoxColumn

uxPurchasingWebServiceUrlDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the PurchasingWebServiceUrl property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPurchasingWebServiceUrlDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxVendorBindingSource 보호되어 있는 프로퍼티

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

uxVendorDataGridView 보호되어 있는 프로퍼티

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

uxVendorErrorProvider 보호되어 있는 프로퍼티

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

uxVendorIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the VendorId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxVendorIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn