39 lines
2.2 KiB
XML
39 lines
2.2 KiB
XML
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>API.Bucket</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:OnlineAssessment.SwaggerConfigureOptions">
|
|
<summary>
|
|
Configures the Swagger generation options.
|
|
</summary>
|
|
<remarks>This allows API versioning to define a Swagger document per API version after the
|
|
<see cref="T:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiVersionDescriptionProvider"/> service has been resolved from the service container.</remarks>
|
|
</member>
|
|
<member name="M:OnlineAssessment.SwaggerConfigureOptions.#ctor(Microsoft.AspNetCore.Mvc.ApiExplorer.IApiVersionDescriptionProvider)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:OnlineAssessment.SwaggerConfigureOptions"/> class.
|
|
</summary>
|
|
<param name="provider">The <see cref="T:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiVersionDescriptionProvider">provider</see> used to generate Swagger documents.</param>
|
|
</member>
|
|
<member name="M:OnlineAssessment.SwaggerConfigureOptions.Configure(Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenOptions)">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="T:OnlineAssessment.SwaggerDefaultValues">
|
|
<summary>
|
|
Represents the Swagger/Swashbuckle operation filter used to document the implicit API version parameter.
|
|
</summary>
|
|
<remarks>This <see cref="T:Swashbuckle.AspNetCore.SwaggerGen.IOperationFilter"/> is only required due to bugs in the <see cref="T:Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator"/>.
|
|
Once they are fixed and published, this class can be removed.</remarks>
|
|
</member>
|
|
<member name="M:OnlineAssessment.SwaggerDefaultValues.Apply(Microsoft.OpenApi.Models.OpenApiOperation,Swashbuckle.AspNetCore.SwaggerGen.OperationFilterContext)">
|
|
<summary>
|
|
Applies the filter to the specified operation using the given context.
|
|
</summary>
|
|
<param name="operation">The operation to apply the filter to.</param>
|
|
<param name="context">The current operation filter context.</param>
|
|
</member>
|
|
</members>
|
|
</doc>
|