C# Class FeliCa2Money.StationCode

Inheritance: IDisposable
Exibir arquivo Open project: tmurakam/felica2money Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
StationCode ( ) : System
getBusName ( int line, int station ) : Names
getShopName ( int area, int terminal, int line, int station ) : Names
getStationName ( int area, int line, int station ) : Names

Private Methods

Method Description
doQuery ( string sql ) : Names

Method Details

Dispose() public method

public Dispose ( ) : void
return void

StationCode() public method

public StationCode ( ) : System
return System

getBusName() public method

public getBusName ( int line, int station ) : Names
line int
station int
return Names

getShopName() public method

public getShopName ( int area, int terminal, int line, int station ) : Names
area int
terminal int
line int
station int
return Names

getStationName() public method

public getStationName ( int area, int line, int station ) : Names
area int
line int
station int
return Names