Show / Hide Table of Contents

Interface IFunctionOptions<TParentBuilder, TFunctionOptionsBuilder>

Allows additional function options and overrides for defaults to be configured

Namespace: FunctionMonkey.Abstractions.Builders
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IFunctionOptions<out TParentBuilder, out TFunctionOptionsBuilder>
    where TParentBuilder : class where TFunctionOptionsBuilder : class
Type Parameters
Name Description
TParentBuilder
TFunctionOptionsBuilder

Properties

| Improve this Doc View Source

OutputTo

Declaration
IOutputBindingBuilder<TParentBuilder> OutputTo { get; }
Property Value
Type Description
IOutputBindingBuilder<TParentBuilder>

Methods

| Improve this Doc View Source

Options(Action<TFunctionOptionsBuilder>)

Declaration
TParentBuilder Options(Action<TFunctionOptionsBuilder> options)
Parameters
Type Name Description
Action<TFunctionOptionsBuilder> options
Returns
Type Description
TParentBuilder
| Improve this Doc View Source

OutputBindingConverter<TConverter>()

Declaration
TParentBuilder OutputBindingConverter<TConverter>()
    where TConverter : IOutputBindingConverter
Returns
Type Description
TParentBuilder
Type Parameters
Name Description
TConverter

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