C# Class Jumoo.LocalGov311.GeoReport.GeoReportController

Inheritance: Umbraco.Web.WebApi.UmbracoApiController
Mostra file Open project: KevinJump/LocalGovStarterKit

Public Methods

Method Description
Requests ( int id ) : ServiceRequestList
Services ( ) : GeoServiceList

gets all the services...

Services ( string code ) : GeoServiceList

gets a service definition

Tokens ( string token ) : TokenResponse

Private Methods

Method Description
Requests ( ServiceReport request ) : ServiceReponse
Requests ( int requestId, System.DateTime start, System.DateTime end ) : ServiceRequestList

Method Details

Requests() public method

public Requests ( int id ) : ServiceRequestList
id int
return ServiceRequestList

Services() public method

gets all the services...
public Services ( ) : GeoServiceList
return GeoServiceList

Services() public method

gets a service definition
public Services ( string code ) : GeoServiceList
code string
return GeoServiceList

Tokens() public method

public Tokens ( string token ) : TokenResponse
token string
return TokenResponse