C# Class RAML.WebApiExplorer.ApiExplorerServiceVersion1

Inheritance: ApiExplorerService
Datei anzeigen Open project: mulesoft-labs/raml-dotnet-apiexplorer Class Usage Examples

Public Methods

Method Description
ApiExplorerServiceVersion1 ( 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

ApiExplorerServiceVersion1() public method

public ApiExplorerServiceVersion1 ( 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