C# Class myGengo.Apis.Service

Inheritance: Api
Afficher le fichier Open project: gengo/spGengo

Méthodes publiques

Méthode Description
Service ( string api_key, string private_key ) : System
getLanguagePair ( string format, IDictionary param ) : void
getLanguages ( string format, IDictionary param ) : void

Method Details

Service() public méthode

public Service ( string api_key, string private_key ) : System
api_key string
private_key string
Résultat System

getLanguagePair() public méthode

public getLanguagePair ( string format, IDictionary param ) : void
format string
param IDictionary
Résultat void

getLanguages() public méthode

public getLanguages ( string format, IDictionary param ) : void
format string
param IDictionary
Résultat void