C# 클래스 RAML.WebApiExplorer.ApiExplorerServiceVersion08

상속: ApiExplorerService
파일 보기 프로젝트 열기: mulesoft-labs/raml-dotnet-apiexplorer 1 사용 예제들

공개 메소드들

메소드 설명
ApiExplorerServiceVersion08 ( IApiExplorer apiExplorer, string baseUri = null ) : System

보호된 메소드들

메소드 설명
AddType ( Type type ) : string
CreateMimeType ( string type ) : Raml.Parser.Expressions.MimeType

메소드 상세

AddType() 보호된 메소드

protected AddType ( Type type ) : string
type System.Type
리턴 string

ApiExplorerServiceVersion08() 공개 메소드

public ApiExplorerServiceVersion08 ( IApiExplorer apiExplorer, string baseUri = null ) : System
apiExplorer IApiExplorer
baseUri string
리턴 System

CreateMimeType() 보호된 메소드

protected CreateMimeType ( string type ) : Raml.Parser.Expressions.MimeType
type string
리턴 Raml.Parser.Expressions.MimeType