C# Class Swagger.ObjectModel.SwaggerModel

Mostra file Open project: khellang/Nancy.Swagger

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

ToJson() public method

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

ToString() public method

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