C# 클래스 ATMLCommonLibrary.controls.ItemDescriptionControl

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

보호된 프로퍼티들

프로퍼티 타입 설명
edtDescription ATMLCommonLibrary.controls.awb.AWBTextBox
edtName ATMLCommonLibrary.controls.awb.AWBTextBox
edtVersion ATMLCommonLibrary.controls.awb.AWBTextBox
errorProvider System.Windows.Forms.ErrorProvider
identificationControl ATMLCommonLibrary.controls.IdentificationControl
itemDescription ItemDescription
label1 ATMLCommonLibrary.controls.HelpLabel
label2 ATMLCommonLibrary.controls.HelpLabel
label3 ATMLCommonLibrary.controls.HelpLabel

Private Properties

프로퍼티 타입 설명
InitializeComponent void
ItemDescriptionControl_Load void
ItemDescriptionControl_Validating void

공개 메소드들

메소드 설명
ItemDescriptionControl ( ) : System
ItemDescriptionControl ( ItemDescription itemDescription ) : System
ValidateChildren ( ) : bool
ValidateChildren ( ValidationConstraints validationConstraints ) : bool

보호된 메소드들

메소드 설명
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ItemDescriptionControl_Load ( object sender, EventArgs e ) : void
ItemDescriptionControl_Validating ( object sender, CancelEventArgs e ) : void

메소드 상세

ControlsToData() 보호된 메소드

protected ControlsToData ( ) : void
리턴 void

DataToControls() 보호된 메소드

protected DataToControls ( ) : void
리턴 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

ItemDescriptionControl() 공개 메소드

public ItemDescriptionControl ( ) : System
리턴 System

ItemDescriptionControl() 공개 메소드

public ItemDescriptionControl ( ItemDescription itemDescription ) : System
itemDescription ItemDescription
리턴 System

ValidateChildren() 공개 메소드

public ValidateChildren ( ) : bool
리턴 bool

ValidateChildren() 공개 메소드

public ValidateChildren ( ValidationConstraints validationConstraints ) : bool
validationConstraints ValidationConstraints
리턴 bool

프로퍼티 상세

edtDescription 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtDescription
리턴 ATMLCommonLibrary.controls.awb.AWBTextBox

edtName 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtName
리턴 ATMLCommonLibrary.controls.awb.AWBTextBox

edtVersion 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtVersion
리턴 ATMLCommonLibrary.controls.awb.AWBTextBox

errorProvider 보호되어 있는 프로퍼티

protected System.Windows.Forms.ErrorProvider errorProvider
리턴 System.Windows.Forms.ErrorProvider

identificationControl 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.IdentificationControl identificationControl
리턴 ATMLCommonLibrary.controls.IdentificationControl

itemDescription 보호되어 있는 프로퍼티

protected ItemDescription itemDescription
리턴 ItemDescription

label1 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel label1
리턴 ATMLCommonLibrary.controls.HelpLabel

label2 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel label2
리턴 ATMLCommonLibrary.controls.HelpLabel

label3 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel label3
리턴 ATMLCommonLibrary.controls.HelpLabel