C# Class BootstrapMVC.Controllers.HoneyBadgerApiController

Inheritance: ApiController
Afficher le fichier Open project: REI-Systems/REISystems-Hackathon2015-HoneyBadger

Méthodes publiques

Méthode Description
Delete ( int id ) : void
Get ( ) : IEnumerable
Get ( int id ) : string
Get ( string disasterType, string disasterYear, string regionLevel ) : string
Post ( [ value ) : void
Put ( int id, [ value ) : void

Method Details

Delete() public méthode

public Delete ( int id ) : void
id int
Résultat void

Get() public méthode

public Get ( ) : IEnumerable
Résultat IEnumerable

Get() public méthode

public Get ( int id ) : string
id int
Résultat string

Get() public méthode

public Get ( string disasterType, string disasterYear, string regionLevel ) : string
disasterType string
disasterYear string
regionLevel string
Résultat string

Post() public méthode

public Post ( [ value ) : void
value [
Résultat void

Put() public méthode

public Put ( int id, [ value ) : void
id int
value [
Résultat void