Show / Hide Table of Contents

Class HeaderBindingConfiguration

Inheritance
System.Object
HeaderBindingConfiguration
Namespace: FunctionMonkey.Abstractions.Builders.Model
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class HeaderBindingConfiguration : object

Properties

| Improve this Doc View Source

PropertyFromHeaderMappings

Allows header names to be mapped to more cleanly named properties (e.g. the property OperationId is sourced from x-operation-id) The key is the property name, the value the header.

Declaration
public Dictionary<string, string> PropertyFromHeaderMappings { 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
Back to top Copyright © 2018 James Randall