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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBindingSource System.Windows.Forms.BindingSource
uxCostLastYear System.Windows.Forms.TextBox
uxCostLastYearLabel System.Windows.Forms.Label
uxCostYtd System.Windows.Forms.TextBox
uxCostYtdLabel System.Windows.Forms.Label
uxCountryRegionCode System.Windows.Forms.TextBox
uxCountryRegionCodeLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxGroup System.Windows.Forms.TextBox
uxGroupLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxName System.Windows.Forms.TextBox
uxNameLabel System.Windows.Forms.Label
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxSalesLastYear System.Windows.Forms.TextBox
uxSalesLastYearLabel System.Windows.Forms.Label
uxSalesYtd System.Windows.Forms.TextBox
uxSalesYtdLabel System.Windows.Forms.Label
uxTerritoryId System.Windows.Forms.TextBox
uxTerritoryIdLabel System.Windows.Forms.Label

Private Properties

프로퍼티 타입 설명
BindControls void
uxBindingSource_currentItemChanged void

공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

SalesTerritoryEditControlBase ( )

Initializes a new instance of the SalesTerritoryEditControlBase class.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( 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

InitializeComponent() 공개 메소드

Initializes the component.
public InitializeComponent ( ) : void
리턴 void

SalesTerritoryEditControlBase() 공개 메소드

Initializes a new instance of the SalesTerritoryEditControlBase class.

프로퍼티 상세

uxBindingSource 보호되어 있는 프로퍼티

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
리턴 System.Windows.Forms.BindingSource

uxCostLastYear 보호되어 있는 프로퍼티

TextBox for the CostLastYear property.
protected System.Windows.Forms.TextBox uxCostLastYear
리턴 System.Windows.Forms.TextBox

uxCostLastYearLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the CostLastYear property.
protected System.Windows.Forms.Label uxCostLastYearLabel
리턴 System.Windows.Forms.Label

uxCostYtd 보호되어 있는 프로퍼티

TextBox for the CostYtd property.
protected System.Windows.Forms.TextBox uxCostYtd
리턴 System.Windows.Forms.TextBox

uxCostYtdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the CostYtd property.
protected System.Windows.Forms.Label uxCostYtdLabel
리턴 System.Windows.Forms.Label

uxCountryRegionCode 보호되어 있는 프로퍼티

TextBox for the CountryRegionCode property.
protected System.Windows.Forms.TextBox uxCountryRegionCode
리턴 System.Windows.Forms.TextBox

uxCountryRegionCodeLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the CountryRegionCode property.
protected System.Windows.Forms.Label uxCountryRegionCodeLabel
리턴 System.Windows.Forms.Label

uxErrorProvider 보호되어 있는 프로퍼티

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
리턴 System.Windows.Forms.ErrorProvider

uxGroup 보호되어 있는 프로퍼티

TextBox for the Group property.
protected System.Windows.Forms.TextBox uxGroup
리턴 System.Windows.Forms.TextBox

uxGroupLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Group property.
protected System.Windows.Forms.Label uxGroupLabel
리턴 System.Windows.Forms.Label

uxModifiedDate 보호되어 있는 프로퍼티

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
리턴 System.Windows.Forms.DateTimePicker

uxModifiedDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
리턴 System.Windows.Forms.Label

uxName 보호되어 있는 프로퍼티

TextBox for the Name property.
protected System.Windows.Forms.TextBox uxName
리턴 System.Windows.Forms.TextBox

uxNameLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Name property.
protected System.Windows.Forms.Label uxNameLabel
리턴 System.Windows.Forms.Label

uxRowguid 보호되어 있는 프로퍼티

TextBox for the Rowguid property.
protected System.Windows.Forms.TextBox uxRowguid
리턴 System.Windows.Forms.TextBox

uxRowguidLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Rowguid property.
protected System.Windows.Forms.Label uxRowguidLabel
리턴 System.Windows.Forms.Label

uxSalesLastYear 보호되어 있는 프로퍼티

TextBox for the SalesLastYear property.
protected System.Windows.Forms.TextBox uxSalesLastYear
리턴 System.Windows.Forms.TextBox

uxSalesLastYearLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SalesLastYear property.
protected System.Windows.Forms.Label uxSalesLastYearLabel
리턴 System.Windows.Forms.Label

uxSalesYtd 보호되어 있는 프로퍼티

TextBox for the SalesYtd property.
protected System.Windows.Forms.TextBox uxSalesYtd
리턴 System.Windows.Forms.TextBox

uxSalesYtdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SalesYtd property.
protected System.Windows.Forms.Label uxSalesYtdLabel
리턴 System.Windows.Forms.Label

uxTerritoryId 보호되어 있는 프로퍼티

TextBox for the TerritoryId property.
protected System.Windows.Forms.TextBox uxTerritoryId
리턴 System.Windows.Forms.TextBox

uxTerritoryIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the TerritoryId property.
protected System.Windows.Forms.Label uxTerritoryIdLabel
리턴 System.Windows.Forms.Label