C# Class Chapter_3_CSharp.AccountDetail

Afficher le fichier Open project: teddyzhang1976/CSharpProject

Méthodes publiques

Méthode Description
AccountDetail ( ) : System
EditAccount ( DataRow &whichAccount, DataTable baseTable ) : bool

Private Methods

Méthode 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 méthode

public AccountDetail ( ) : System
Résultat System

EditAccount() public méthode

public EditAccount ( DataRow &whichAccount, DataTable baseTable ) : bool
whichAccount DataRow
baseTable DataTable
Résultat bool