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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
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
uxSalesTaxRateId System.Windows.Forms.TextBox
uxSalesTaxRateIdLabel System.Windows.Forms.Label
uxStateProvinceId System.Windows.Forms.ComboBox
uxStateProvinceIdLabel System.Windows.Forms.Label
uxTaxRate System.Windows.Forms.TextBox
uxTaxRateLabel System.Windows.Forms.Label
uxTaxType System.Windows.Forms.TextBox
uxTaxTypeLabel System.Windows.Forms.Label

Private Properties

Свойство Тип Описание
BindControls void
uxBindingSource_currentItemChanged void

Открытые методы

Метод Описание
InitializeComponent ( ) : void

Initializes the component.

SalesTaxRateEditControlBase ( )

Initializes a new instance of the SalesTaxRateEditControlBase 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

SalesTaxRateEditControlBase() публичный Метод

Initializes a new instance of the SalesTaxRateEditControlBase class.

Описание свойств

uxBindingSource защищенное свойство

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
Результат System.Windows.Forms.BindingSource

uxErrorProvider защищенное свойство

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
Результат System.Windows.Forms.ErrorProvider

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

uxSalesTaxRateId защищенное свойство

TextBox for the SalesTaxRateId property.
protected System.Windows.Forms.TextBox uxSalesTaxRateId
Результат System.Windows.Forms.TextBox

uxSalesTaxRateIdLabel защищенное свойство

The System.Windows.Forms.Label associated with the SalesTaxRateId property.
protected System.Windows.Forms.Label uxSalesTaxRateIdLabel
Результат System.Windows.Forms.Label

uxStateProvinceId защищенное свойство

ComboBox for the StateProvinceId property.
protected System.Windows.Forms.ComboBox uxStateProvinceId
Результат System.Windows.Forms.ComboBox

uxStateProvinceIdLabel защищенное свойство

The System.Windows.Forms.Label associated with the StateProvinceId property.
protected System.Windows.Forms.Label uxStateProvinceIdLabel
Результат System.Windows.Forms.Label

uxTaxRate защищенное свойство

TextBox for the TaxRate property.
protected System.Windows.Forms.TextBox uxTaxRate
Результат System.Windows.Forms.TextBox

uxTaxRateLabel защищенное свойство

The System.Windows.Forms.Label associated with the TaxRate property.
protected System.Windows.Forms.Label uxTaxRateLabel
Результат System.Windows.Forms.Label

uxTaxType защищенное свойство

TextBox for the TaxType property.
protected System.Windows.Forms.TextBox uxTaxType
Результат System.Windows.Forms.TextBox

uxTaxTypeLabel защищенное свойство

The System.Windows.Forms.Label associated with the TaxType property.
protected System.Windows.Forms.Label uxTaxTypeLabel
Результат System.Windows.Forms.Label