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

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

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

Свойство Тип Описание
uxActualCost System.Windows.Forms.TextBox
uxActualCostLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.ComboBox
uxProductIdLabel System.Windows.Forms.Label
uxQuantity System.Windows.Forms.TextBox
uxQuantityLabel System.Windows.Forms.Label
uxReferenceOrderId System.Windows.Forms.TextBox
uxReferenceOrderIdLabel System.Windows.Forms.Label
uxReferenceOrderLineId System.Windows.Forms.TextBox
uxReferenceOrderLineIdLabel System.Windows.Forms.Label
uxTransactionDate System.Windows.Forms.DateTimePicker
uxTransactionDateLabel System.Windows.Forms.Label
uxTransactionId System.Windows.Forms.TextBox
uxTransactionIdLabel System.Windows.Forms.Label
uxTransactionType System.Windows.Forms.TextBox
uxTransactionTypeLabel System.Windows.Forms.Label

Private Properties

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

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

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

Initializes the component.

TransactionHistoryEditControlBase ( )

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

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

Initializes a new instance of the TransactionHistoryEditControlBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

DataTimePicker for the TransactionDate property.
protected System.Windows.Forms.DateTimePicker uxTransactionDate
Результат System.Windows.Forms.DateTimePicker

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

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

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

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

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

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

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

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

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

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