C# 클래스 ATMLCommonLibrary.controls.ATMLControl

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

보호된 프로퍼티들

프로퍼티 타입 설명
Initializing System.Boolean
ToolTip System.Windows.Forms.ToolTip

Private Properties

프로퍼티 타입 설명
ATMLControl_Validating void
InitControl void
InitializeComponent void
ResetTextBoxBackColor void
SetTextBoxDelegate void

공개 메소드들

메소드 설명
ATMLControl ( ) : System
Clear ( ) : void
ValidateToSchema ( object item ) : bool

보호된 메소드들

메소드 설명
CheckForErrors ( ICollection controls ) : bool
Clear ( ControlCollection controls ) : void
InitControls ( ) : void
OnError ( object sender, string errorMessage ) : void
RegisterForm ( Form form ) : void
UnRegisterForm ( Form form ) : void

비공개 메소드들

메소드 설명
ATMLControl_Validating ( object sender, CancelEventArgs e ) : void
InitControl ( Control ctrl ) : void
InitializeComponent ( ) : void
ResetTextBoxBackColor ( Control control ) : void
SetTextBoxDelegate ( Control ctrl ) : void

메소드 상세

ATMLControl() 공개 메소드

public ATMLControl ( ) : System
리턴 System

CheckForErrors() 보호된 정적인 메소드

protected static CheckForErrors ( ICollection controls ) : bool
controls ICollection
리턴 bool

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clear() 보호된 메소드

protected Clear ( ControlCollection controls ) : void
controls System.Windows.Forms.ControlCollection
리턴 void

InitControls() 보호된 메소드

protected InitControls ( ) : void
리턴 void

OnError() 보호된 메소드

protected OnError ( object sender, string errorMessage ) : void
sender object
errorMessage string
리턴 void

RegisterForm() 보호된 메소드

protected RegisterForm ( Form form ) : void
form System.Windows.Forms.Form
리턴 void

UnRegisterForm() 보호된 메소드

protected UnRegisterForm ( Form form ) : void
form System.Windows.Forms.Form
리턴 void

ValidateToSchema() 공개 정적인 메소드

public static ValidateToSchema ( object item ) : bool
item object
리턴 bool

프로퍼티 상세

Initializing 보호되어 있는 프로퍼티

protected Boolean,System Initializing
리턴 System.Boolean

ToolTip 보호되어 있는 프로퍼티

protected ToolTip,System.Windows.Forms ToolTip
리턴 System.Windows.Forms.ToolTip