Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Nancy
Swagger
SwaggerSchemaFactory
C# Class Nancy.Swagger.SwaggerSchemaFactory
显示文件
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