• Guides
  • Api Reference
  • FAQ
  • Api Reference
Show / Hide Table of Contents

Interface ICommandingConfigurator

Can be implemented by the class that implements IFunctionAppConfiguration to customize how the AzureFromTheTrenches.Commanding system is initialised.

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

Methods

| Improve this Doc View Source

AddCommanding(ICommandingDependencyResolverAdapter)

Implementations should add the commanding system within this method. See https://commanding.azurefromthetrenches.com for details

Declaration
ICommandRegistry AddCommanding(ICommandingDependencyResolverAdapter adapter)
Parameters
Type Name Description
ICommandingDependencyResolverAdapter adapter
Returns
Type Description
ICommandRegistry

Extension Methods

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