C# Класс RAML.WebApiExplorer.ApiExplorerServiceVersion08

Наследование: ApiExplorerService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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