C# Class RAML.WebApiExplorer.ApiExplorerServiceVersion08

Inheritance: ApiExplorerService
Afficher le fichier Open project: mulesoft-labs/raml-dotnet-apiexplorer Class Usage Examples

Méthodes publiques

Méthode Description
ApiExplorerServiceVersion08 ( IApiExplorer apiExplorer, string baseUri = null ) : System

Méthodes protégées

Méthode Description
AddType ( Type type ) : string
CreateMimeType ( string type ) : Raml.Parser.Expressions.MimeType

Method Details

AddType() protected méthode

protected AddType ( Type type ) : string
type System.Type
Résultat string

ApiExplorerServiceVersion08() public méthode

public ApiExplorerServiceVersion08 ( IApiExplorer apiExplorer, string baseUri = null ) : System
apiExplorer IApiExplorer
baseUri string
Résultat System

CreateMimeType() protected méthode

protected CreateMimeType ( string type ) : Raml.Parser.Expressions.MimeType
type string
Résultat Raml.Parser.Expressions.MimeType