C# Class FeliCa2Money.AgrAccount

AGRアカウント
Inheritance: Account
ファイルを表示 Open project: tmurakam/felica2money Class Usage Examples

Public Methods

Method Description
ReadTransactions ( ) : void
readTransaction ( string line ) : bool

取引行の解析

Private Methods

Method Description
AgrAccount ( ) : System
getDummyId ( string name ) : int
readAccountInfo ( string line, Hashtable nameHash ) : bool

アカウント情報を読み込む

Method Details

ReadTransactions() public method

public ReadTransactions ( ) : void
return void

readTransaction() public method

取引行の解析
public readTransaction ( string line ) : bool
line string 取引行
return bool