C# Класс Swagger.Net.Helpers.TypeParser

A parser to Swagger data types as defined at https://github.com/wordnik/swagger-core/wiki/Datatypes.
Показать файл Открыть проект

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

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

Parses the specified type to the Swagger data type.

Parse ( string type ) : string

Parses the specified type to the Swagger data type.

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

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

Initializes the TypeParser class.

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

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

Parses the specified type to the Swagger data type.
public static Parse ( Type type ) : string
type System.Type The type.
Результат string

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

Parses the specified type to the Swagger data type.
public static Parse ( string type ) : string
type string The type.
Результат string