C# 클래스 OpenRastaSwagger.UriParameterParser

파일 보기 프로젝트 열기: justeat/OpenRastaSwagger

공개 메소드들

메소드 설명
HasParam ( string name ) : bool
HasPathParam ( string name ) : bool
HasQueryParam ( string name ) : bool
UriParameterParser ( string uri ) : System.Collections.Generic

비공개 메소드들

메소드 설명
ParseParams ( string s ) : List

메소드 상세

HasParam() 공개 메소드

public HasParam ( string name ) : bool
name string
리턴 bool

HasPathParam() 공개 메소드

public HasPathParam ( string name ) : bool
name string
리턴 bool

HasQueryParam() 공개 메소드

public HasQueryParam ( string name ) : bool
name string
리턴 bool

UriParameterParser() 공개 메소드

public UriParameterParser ( string uri ) : System.Collections.Generic
uri string
리턴 System.Collections.Generic