C# 클래스 Chapter_3_CSharp.AccountDetail

파일 보기 프로젝트 열기: teddyzhang1976/CSharpProject

공개 메소드들

메소드 설명
AccountDetail ( ) : System
EditAccount ( DataRow &whichAccount, DataTable baseTable ) : bool

비공개 메소드들

메소드 설명
AccountDetail_Load ( Object sender, EventArgs e ) : void
ActOK_Click ( Object sender, EventArgs e ) : void
IsDate ( string baseString ) : bool
IsNumeric ( string baseString ) : bool
ReportRowError ( DataRow whichRow, string messagePrefix = "" ) : void
TextFields_Enter ( Object sender, EventArgs e ) : void

메소드 상세

AccountDetail() 공개 메소드

public AccountDetail ( ) : System
리턴 System

EditAccount() 공개 메소드

public EditAccount ( DataRow &whichAccount, DataTable baseTable ) : bool
whichAccount DataRow
baseTable DataTable
리턴 bool