Show / Hide Table of Contents

Interface IOpenApiOperationFilterContext

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

Properties

| Improve this Doc View Source

CommandType

Declaration
Type CommandType { get; set; }
Property Value
Type Description
Type
| Improve this Doc View Source

PropertyNames

Declaration
Dictionary<string, string> PropertyNames { get; set; }
Property Value
Type Description
Dictionary<System.String, System.String>

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
    • CommandType
    • PropertyNames
  • Extension Methods
Back to top Copyright © 2018 James Randall