C# Класс Nancy.Swagger.SwaggerConfig

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

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

Метод Описание
DefaultModelIdConvention ( Type type ) : string

Returns a unique model id for the given type.

Returns the type's name. If this id was resolved by a different type first, prepend the last part of the type's namespace and check again. And so on.

DefaultNicknameConvention ( string path, HttpMethod method, Operation route ) : string

Returns a unique id for the given route that can be used by tools reading the output for further and easier manipulation.

Приватные методы

Метод Описание
SwaggerConfig ( ) : System

Описание методов

DefaultModelIdConvention() публичный статический Метод

Returns a unique model id for the given type.
Returns the type's name. If this id was resolved by a different type first, prepend the last part of the type's namespace and check again. And so on.
public static DefaultModelIdConvention ( Type type ) : string
type System.Type
Результат string

DefaultNicknameConvention() публичный статический Метод

Returns a unique id for the given route that can be used by tools reading the output for further and easier manipulation.
public static DefaultNicknameConvention ( string path, HttpMethod method, Operation route ) : string
path string
method HttpMethod
route Operation The route for which a nickname is returned.
Результат string