Show / Hide Table of Contents

Interface IOpenApiSchemaFilterContext

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

Properties

| Improve this Doc View Source

PropertyNames

Declaration
Dictionary<string, string> PropertyNames { get; set; }
Property Value
Type Description
Dictionary<System.String, System.String>
| Improve this Doc View Source

Type

Declaration
Type Type { get; set; }
Property Value
Type Description
Type

Extension Methods

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