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

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

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

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

ApiExplorerServiceVersion1() публичный Метод

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