C# Class Nancy.Swagger.SwaggerSchemaFactory

Datei anzeigen Open project: khellang/Nancy.Swagger

Public Methods

Method Description
CreateSchema ( this sModel, Type t ) : Schema

Private Methods

Method Description
GenerateSchemaForProperty ( ModelProperty property ) : Schema

Method Details

CreateSchema() public static method

public static CreateSchema ( this sModel, Type t ) : Schema
sModel this
t System.Type
return Swagger.ObjectModel.Schema