C# Class API_1.Controllers.FigureController

Inheritance: ApiController
Afficher le fichier Open project: BarlowDu/WebAPI

Méthodes publiques

Méthode Description
Delete ( string firstName ) : IEnumerable
GetAll ( ) : IEnumerable
GetByQueryString ( string firstName ) : Figure
PostByBody ( [ figure ) : IEnumerable
PostByUrl ( string firstName, string lastName ) : IEnumerable
PostByUrlModel ( Figure figure ) : IEnumerable

Private Methods

Méthode Description
GetByRoute ( string firstName ) : Figure
PostByRouteModel ( Figure figure ) : IEnumerable

Method Details

Delete() public méthode

public Delete ( string firstName ) : IEnumerable
firstName string
Résultat IEnumerable

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

GetByQueryString() public méthode

public GetByQueryString ( string firstName ) : Figure
firstName string
Résultat Model.Figure

PostByBody() public méthode

public PostByBody ( [ figure ) : IEnumerable
figure [
Résultat IEnumerable

PostByUrl() public méthode

public PostByUrl ( string firstName, string lastName ) : IEnumerable
firstName string
lastName string
Résultat IEnumerable

PostByUrlModel() public méthode

public PostByUrlModel ( Figure figure ) : IEnumerable
figure Model.Figure
Résultat IEnumerable