C# Class RAML.WebApiExplorer.ApiExplorerServiceVersion08

Inheritance: ApiExplorerService
Mostra file Open project: mulesoft-labs/raml-dotnet-apiexplorer Class Usage Examples

Public Methods

Method Description
ApiExplorerServiceVersion08 ( IApiExplorer apiExplorer, string baseUri = null ) : System

Protected Methods

Method Description
AddType ( Type type ) : string
CreateMimeType ( string type ) : Raml.Parser.Expressions.MimeType

Method Details

AddType() protected method

protected AddType ( Type type ) : string
type System.Type
return string

ApiExplorerServiceVersion08() public method

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

CreateMimeType() protected method

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