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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxCardNumber System.Windows.Forms.TextBox
uxCardNumberLabel System.Windows.Forms.Label
uxCardType System.Windows.Forms.TextBox
uxCardTypeLabel System.Windows.Forms.Label
uxCreditCardId System.Windows.Forms.TextBox
uxCreditCardIdLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxExpMonth System.Windows.Forms.TextBox
uxExpMonthLabel System.Windows.Forms.Label
uxExpYear System.Windows.Forms.TextBox
uxExpYearLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label

Private Properties

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

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

Метод Описание
CreditCardEditControlBase ( )

Initializes a new instance of the CreditCardEditControlBase class.

InitializeComponent ( ) : void

Initializes the component.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

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

Binds the controls.

uxBindingSource_currentItemChanged ( object sender, System e ) : void

Описание методов

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

Initializes a new instance of the CreditCardEditControlBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

The System.Windows.Forms.Label associated with the ExpYear property.
protected System.Windows.Forms.Label uxExpYearLabel
Результат 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