C# Class RSSConnector.SwaggerConfig.CustomDocumentFilter

Inheritance: IDocumentFilter
显示文件 Open project: logicappsio/RSSApi

Public Methods

Method Description
Apply ( SwaggerDocument swaggerDoc, SchemaRegistry schemaRegistry, IApiExplorer apiExplorer ) : void

Method Details

Apply() public method

public Apply ( SwaggerDocument swaggerDoc, SchemaRegistry schemaRegistry, IApiExplorer apiExplorer ) : void
swaggerDoc Swashbuckle.Swagger.SwaggerDocument
schemaRegistry Swashbuckle.Swagger.SchemaRegistry
apiExplorer IApiExplorer
return void