C# Class Isop.Server.AspNet.Controllers.MethodController

Inheritance: ApiController
Afficher le fichier Open project: wallymathieu/isop

Méthodes publiques

Méthode Description
MethodController ( IIsopServer data ) : System
ToDictionary ( FormDataCollection col ) : object>.IDictionary

Private Methods

Méthode Description
Post ( string controller, string method, FormDataCollection formData ) : HttpResponseMessage
ToModel ( MissingArgumentException ex ) : object
ToModel ( TypeConversionFailedException e ) : object

Method Details

MethodController() public méthode

public MethodController ( IIsopServer data ) : System
data IIsopServer
Résultat System

ToDictionary() public static méthode

public static ToDictionary ( FormDataCollection col ) : object>.IDictionary
col FormDataCollection
Résultat object>.IDictionary