C# Class FeliCa2Money.StationCode

Inheritance: IDisposable
Afficher le fichier Open project: tmurakam/felica2money Class Usage Examples

Méthodes publiques

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

Méthode Description
doQuery ( string sql ) : Names

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

StationCode() public méthode

public StationCode ( ) : System
Résultat System

getBusName() public méthode

public getBusName ( int line, int station ) : Names
line int
station int
Résultat Names

getShopName() public méthode

public getShopName ( int area, int terminal, int line, int station ) : Names
area int
terminal int
line int
station int
Résultat Names

getStationName() public méthode

public getStationName ( int area, int line, int station ) : Names
area int
line int
station int
Résultat Names