Show / Hide Table of Contents

Interface IOutputBindingConverter

If an output converter is registered it will be called before the result of executing a command is passed into an output collector allowing the result to be shaped into a different result.

This can be useful to keep protocol concerns out of the business domain or to help migrate an existing business domain into Azure Functions

Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IOutputBindingConverter

Methods

| Improve this Doc View Source

Convert(Object, Object)

Declaration
object Convert(object originatingCommand, object input)
Parameters
Type Name Description
System.Object originatingCommand
System.Object input
Returns
Type Description
System.Object

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