C# 클래스 ATMLManagerLibrary.managers.ErrorManager

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

공개 메소드들

메소드 설명
GatherErrorMessages ( Form parentForm ) : ICollection
GetErrorMessages ( Control parentControl, ICollection errorList, System.Windows.Forms.ErrorProvider errorProvider ) : void
GetErrorMessages ( Control parentControl, ICollection errorList, ICollection errorProviders ) : void

비공개 메소드들

메소드 설명
ExtractErrorProviders ( Control control, ICollection errorProviders ) : void
GetErrorProviders ( Control control, ICollection errorProviders ) : void

메소드 상세

GatherErrorMessages() 공개 정적인 메소드

public static GatherErrorMessages ( Form parentForm ) : ICollection
parentForm System.Windows.Forms.Form
리턴 ICollection

GetErrorMessages() 공개 정적인 메소드

public static GetErrorMessages ( Control parentControl, ICollection errorList, System.Windows.Forms.ErrorProvider errorProvider ) : void
parentControl System.Windows.Forms.Control
errorList ICollection
errorProvider System.Windows.Forms.ErrorProvider
리턴 void

GetErrorMessages() 공개 정적인 메소드

public static GetErrorMessages ( Control parentControl, ICollection errorList, ICollection errorProviders ) : void
parentControl System.Windows.Forms.Control
errorList ICollection
errorProviders ICollection
리턴 void