C# Class Chapter_3_CSharp.AccountDetail

Exibir arquivo Open project: teddyzhang1976/CSharpProject

Public Methods

Method Description
AccountDetail ( ) : System
EditAccount ( DataRow &whichAccount, DataTable baseTable ) : bool

Private Methods

Method Description
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

Method Details

AccountDetail() public method

public AccountDetail ( ) : System
return System

EditAccount() public method

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