C# 클래스 Swagger.ObjectModel.SwaggerModel

파일 보기 프로젝트 열기: khellang/Nancy.Swagger

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToJson ( ) : string

Returns a valid JSON representation of the model, according to the Swagger schema.

ToString ( ) : string

Returns a string that represents the current object.

메소드 상세

ToJson() 공개 메소드

Returns a valid JSON representation of the model, according to the Swagger schema.
public ToJson ( ) : string
리턴 string

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string