C# Class Swagger.ObjectModel.SwaggerModel

Afficher le fichier Open project: khellang/Nancy.Swagger

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string