C# Class myGengo.Apis.Jobs

Inheritance: Api
Mostra file Open project: gengo/spGengo

Public Methods

Method Description
Jobs ( string api_key, string private_key ) : System
getGroupedJobs ( object id, string format ) : void
getGroupedJobs ( object id, string format, IDictionary param ) : void
getJobs ( string format ) : void
getJobs ( string format, IDictionary param ) : void
postJobs ( string format, IDictionary param ) : void

Method Details

Jobs() public method

public Jobs ( string api_key, string private_key ) : System
api_key string
private_key string
return System

getGroupedJobs() public method

public getGroupedJobs ( object id, string format ) : void
id object
format string
return void

getGroupedJobs() public method

public getGroupedJobs ( object id, string format, IDictionary param ) : void
id object
format string
param IDictionary
return void

getJobs() public method

public getJobs ( string format ) : void
format string
return void

getJobs() public method

public getJobs ( string format, IDictionary param ) : void
format string
param IDictionary
return void

postJobs() public method

public postJobs ( string format, IDictionary param ) : void
format string
param IDictionary
return void