C# Class OpenRastaSwagger.UriParameterParser

Mostra file Open project: justeat/OpenRastaSwagger

Public Methods

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

Private Methods

Method Description
ParseParams ( string s ) : List

Method Details

HasParam() public method

public HasParam ( string name ) : bool
name string
return bool

HasPathParam() public method

public HasPathParam ( string name ) : bool
name string
return bool

HasQueryParam() public method

public HasQueryParam ( string name ) : bool
name string
return bool

UriParameterParser() public method

public UriParameterParser ( string uri ) : System.Collections.Generic
uri string
return System.Collections.Generic