C# 클래스 Nettiers.AdventureWorks.Windows.Forms.EmployeeEditControlBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
uxBindingSource System.Windows.Forms.BindingSource
uxBirthDate System.Windows.Forms.DateTimePicker
uxBirthDateLabel System.Windows.Forms.Label
uxContactId System.Windows.Forms.ComboBox
uxContactIdLabel System.Windows.Forms.Label
uxCurrentFlag System.Windows.Forms.CheckBox
uxCurrentFlagLabel System.Windows.Forms.Label
uxEmployeeId System.Windows.Forms.TextBox
uxEmployeeIdLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxGender System.Windows.Forms.TextBox
uxGenderLabel System.Windows.Forms.Label
uxHireDate System.Windows.Forms.DateTimePicker
uxHireDateLabel System.Windows.Forms.Label
uxLoginId System.Windows.Forms.TextBox
uxLoginIdLabel System.Windows.Forms.Label
uxManagerId System.Windows.Forms.ComboBox
uxManagerIdLabel System.Windows.Forms.Label
uxMaritalStatus System.Windows.Forms.TextBox
uxMaritalStatusLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxNationalIdNumber System.Windows.Forms.TextBox
uxNationalIdNumberLabel System.Windows.Forms.Label
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxSalariedFlag System.Windows.Forms.CheckBox
uxSalariedFlagLabel System.Windows.Forms.Label
uxSickLeaveHours System.Windows.Forms.TextBox
uxSickLeaveHoursLabel System.Windows.Forms.Label
uxTitle System.Windows.Forms.TextBox
uxTitleLabel System.Windows.Forms.Label
uxVacationHours System.Windows.Forms.TextBox
uxVacationHoursLabel System.Windows.Forms.Label

Private Properties

프로퍼티 타입 설명
BindControls void
uxBindingSource_currentItemChanged void

공개 메소드들

메소드 설명
EmployeeEditControlBase ( )

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

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EmployeeEditControlBase() 공개 메소드

Initializes a new instance of the EmployeeEditControlBase class.

InitializeComponent() 공개 메소드

Initializes the component.
public InitializeComponent ( ) : void
리턴 void

프로퍼티 상세

uxBindingSource 보호되어 있는 프로퍼티

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
리턴 System.Windows.Forms.BindingSource

uxBirthDate 보호되어 있는 프로퍼티

DataTimePicker for the BirthDate property.
protected System.Windows.Forms.DateTimePicker uxBirthDate
리턴 System.Windows.Forms.DateTimePicker

uxBirthDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the BirthDate property.
protected System.Windows.Forms.Label uxBirthDateLabel
리턴 System.Windows.Forms.Label

uxContactId 보호되어 있는 프로퍼티

ComboBox for the ContactId property.
protected System.Windows.Forms.ComboBox uxContactId
리턴 System.Windows.Forms.ComboBox

uxContactIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ContactId property.
protected System.Windows.Forms.Label uxContactIdLabel
리턴 System.Windows.Forms.Label

uxCurrentFlag 보호되어 있는 프로퍼티

CheckBox for the CurrentFlag property.
protected System.Windows.Forms.CheckBox uxCurrentFlag
리턴 System.Windows.Forms.CheckBox

uxCurrentFlagLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the CurrentFlag property.
protected System.Windows.Forms.Label uxCurrentFlagLabel
리턴 System.Windows.Forms.Label

uxEmployeeId 보호되어 있는 프로퍼티

TextBox for the EmployeeId property.
protected System.Windows.Forms.TextBox uxEmployeeId
리턴 System.Windows.Forms.TextBox

uxEmployeeIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the EmployeeId property.
protected System.Windows.Forms.Label uxEmployeeIdLabel
리턴 System.Windows.Forms.Label

uxErrorProvider 보호되어 있는 프로퍼티

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
리턴 System.Windows.Forms.ErrorProvider

uxGender 보호되어 있는 프로퍼티

TextBox for the Gender property.
protected System.Windows.Forms.TextBox uxGender
리턴 System.Windows.Forms.TextBox

uxGenderLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Gender property.
protected System.Windows.Forms.Label uxGenderLabel
리턴 System.Windows.Forms.Label

uxHireDate 보호되어 있는 프로퍼티

DataTimePicker for the HireDate property.
protected System.Windows.Forms.DateTimePicker uxHireDate
리턴 System.Windows.Forms.DateTimePicker

uxHireDateLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the HireDate property.
protected System.Windows.Forms.Label uxHireDateLabel
리턴 System.Windows.Forms.Label

uxLoginId 보호되어 있는 프로퍼티

TextBox for the LoginId property.
protected System.Windows.Forms.TextBox uxLoginId
리턴 System.Windows.Forms.TextBox

uxLoginIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the LoginId property.
protected System.Windows.Forms.Label uxLoginIdLabel
리턴 System.Windows.Forms.Label

uxManagerId 보호되어 있는 프로퍼티

ComboBox for the ManagerId property.
protected System.Windows.Forms.ComboBox uxManagerId
리턴 System.Windows.Forms.ComboBox

uxManagerIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ManagerId property.
protected System.Windows.Forms.Label uxManagerIdLabel
리턴 System.Windows.Forms.Label

uxMaritalStatus 보호되어 있는 프로퍼티

TextBox for the MaritalStatus property.
protected System.Windows.Forms.TextBox uxMaritalStatus
리턴 System.Windows.Forms.TextBox

uxMaritalStatusLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the MaritalStatus property.
protected System.Windows.Forms.Label uxMaritalStatusLabel
리턴 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

uxNationalIdNumber 보호되어 있는 프로퍼티

TextBox for the NationalIdNumber property.
protected System.Windows.Forms.TextBox uxNationalIdNumber
리턴 System.Windows.Forms.TextBox

uxNationalIdNumberLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the NationalIdNumber property.
protected System.Windows.Forms.Label uxNationalIdNumberLabel
리턴 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

uxSalariedFlag 보호되어 있는 프로퍼티

CheckBox for the SalariedFlag property.
protected System.Windows.Forms.CheckBox uxSalariedFlag
리턴 System.Windows.Forms.CheckBox

uxSalariedFlagLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SalariedFlag property.
protected System.Windows.Forms.Label uxSalariedFlagLabel
리턴 System.Windows.Forms.Label

uxSickLeaveHours 보호되어 있는 프로퍼티

TextBox for the SickLeaveHours property.
protected System.Windows.Forms.TextBox uxSickLeaveHours
리턴 System.Windows.Forms.TextBox

uxSickLeaveHoursLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the SickLeaveHours property.
protected System.Windows.Forms.Label uxSickLeaveHoursLabel
리턴 System.Windows.Forms.Label

uxTitle 보호되어 있는 프로퍼티

TextBox for the Title property.
protected System.Windows.Forms.TextBox uxTitle
리턴 System.Windows.Forms.TextBox

uxTitleLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the Title property.
protected System.Windows.Forms.Label uxTitleLabel
리턴 System.Windows.Forms.Label

uxVacationHours 보호되어 있는 프로퍼티

TextBox for the VacationHours property.
protected System.Windows.Forms.TextBox uxVacationHours
리턴 System.Windows.Forms.TextBox

uxVacationHoursLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the VacationHours property.
protected System.Windows.Forms.Label uxVacationHoursLabel
리턴 System.Windows.Forms.Label