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

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

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

Свойство Тип Описание
uxAccountNumber System.Windows.Forms.TextBox
uxAccountNumberLabel System.Windows.Forms.Label
uxActiveFlag System.Windows.Forms.CheckBox
uxActiveFlagLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxCreditRating System.Windows.Forms.TextBox
uxCreditRatingLabel System.Windows.Forms.Label
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
uxPreferredVendorStatus System.Windows.Forms.CheckBox
uxPreferredVendorStatusLabel System.Windows.Forms.Label
uxPurchasingWebServiceUrl System.Windows.Forms.TextBox
uxPurchasingWebServiceUrlLabel System.Windows.Forms.Label
uxVendorId System.Windows.Forms.TextBox
uxVendorIdLabel System.Windows.Forms.Label

Private Properties

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

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

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

Initializes the component.

VendorEditControlBase ( )

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

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

Initializes a new instance of the VendorEditControlBase class.

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

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

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

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

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

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

CheckBox for the ActiveFlag property.
protected System.Windows.Forms.CheckBox uxActiveFlag
Результат System.Windows.Forms.CheckBox

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

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

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

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

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

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

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

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

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

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

CheckBox for the PreferredVendorStatus property.
protected System.Windows.Forms.CheckBox uxPreferredVendorStatus
Результат System.Windows.Forms.CheckBox

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

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

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

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

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

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

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

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

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

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