C# 클래스 Swagger.Net.Helpers.TypeParser

A parser to Swagger data types as defined at https://github.com/wordnik/swagger-core/wiki/Datatypes.
파일 보기 프로젝트 열기: giacomelli/DG-Swagger.Net

공개 메소드들

메소드 설명
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