C# Класс Nettiers.AdventureWorks.Windows.Forms.SalesTerritoryEditControlBase

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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