Show / Hide Table of Contents

Interface IOpenApiDocumentFilter

Namespace: FunctionMonkey.Abstractions.Builders
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IOpenApiDocumentFilter

Methods

| Improve this Doc View Source

Apply(OpenApiDocument, IOpenApiDocumentFilterContext)

Declaration
void Apply(OpenApiDocument document, IOpenApiDocumentFilterContext documentFilterContext)
Parameters
Type Name Description
OpenApiDocument document
IOpenApiDocumentFilterContext documentFilterContext

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Methods
    • Apply(OpenApiDocument, IOpenApiDocumentFilterContext)
  • Extension Methods
Back to top Copyright © 2018 James Randall