Show / Hide Table of Contents

Class BridgedFunction

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

Constructors

| Improve this Doc View Source

BridgedFunction(Object)

Declaration
public BridgedFunction(object handler)
Parameters
Type Name Description
System.Object handler

Properties

| Improve this Doc View Source

Handler

Declaration
public object Handler { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

IsAsync

Declaration
public bool IsAsync { get; }
Property Value
Type Description
System.Boolean

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