Show / Hide Table of Contents

Interface ICommandTransformer

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

Methods

| Improve this Doc View Source

Transform<TCommand>(TCommand)

Declaration
TCommand Transform<TCommand>(TCommand input)
Parameters
Type Name Description
TCommand input
Returns
Type Description
TCommand
Type Parameters
Name Description
TCommand

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