C# Class Restup.Webserver.Rest.QueryParameterValueGetter

Inheritance: Restup.Webserver.Rest.ParameterValueGetter
Afficher le fichier Open project: tomkuijsten/restup

Méthodes publiques

Méthode Description
QueryParameterValueGetter ( string methodName, Type parameterType, UriParameter uriParameter ) : System

Méthodes protégées

Méthode Description
GetValueFromUri ( ParsedUri parsedUri ) : string

Method Details

GetValueFromUri() protected méthode

protected GetValueFromUri ( ParsedUri parsedUri ) : string
parsedUri ParsedUri
Résultat string

QueryParameterValueGetter() public méthode

public QueryParameterValueGetter ( string methodName, Type parameterType, UriParameter uriParameter ) : System
methodName string
parameterType System.Type
uriParameter UriParameter
Résultat System