C# Class OpenRastaSwagger.UriParameterParser

Afficher le fichier Open project: justeat/OpenRastaSwagger

Méthodes publiques

Méthode Description
HasParam ( string name ) : bool
HasPathParam ( string name ) : bool
HasQueryParam ( string name ) : bool
UriParameterParser ( string uri ) : System.Collections.Generic

Private Methods

Méthode Description
ParseParams ( string s ) : List

Method Details

HasParam() public méthode

public HasParam ( string name ) : bool
name string
Résultat bool

HasPathParam() public méthode

public HasPathParam ( string name ) : bool
name string
Résultat bool

HasQueryParam() public méthode

public HasQueryParam ( string name ) : bool
name string
Résultat bool

UriParameterParser() public méthode

public UriParameterParser ( string uri ) : System.Collections.Generic
uri string
Résultat System.Collections.Generic