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

Interface IFunctionCompilerMetadata

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

Properties

| Improve this Doc View Source

BacklinkPropertyInfo

Declaration
PropertyInfo BacklinkPropertyInfo { get; }
Property Value
Type Description
PropertyInfo
| Improve this Doc View Source

BacklinkReferenceType

Declaration
Type BacklinkReferenceType { get; }
Property Value
Type Description
Type
| Improve this Doc View Source

ClaimsMappings

Declaration
IReadOnlyCollection<AbstractClaimsMappingDefinition> ClaimsMappings { get; }
Property Value
Type Description
IReadOnlyCollection<AbstractClaimsMappingDefinition>
| Improve this Doc View Source

CompilerOptions

Declaration
CompilerOptions CompilerOptions { get; }
Property Value
Type Description
FunctionMonkey.Model.CompilerOptions
| Improve this Doc View Source

FunctionDefinitions

Declaration
IReadOnlyCollection<AbstractFunctionDefinition> FunctionDefinitions { get; }
Property Value
Type Description
IReadOnlyCollection<AbstractFunctionDefinition>
| Improve this Doc View Source

OpenApiConfiguration

Declaration
OpenApiConfiguration OpenApiConfiguration { get; }
Property Value
Type Description
OpenApiConfiguration
| Improve this Doc View Source

OutputAuthoredSourceFolder

Declaration
string OutputAuthoredSourceFolder { get; }
Property Value
Type Description
System.String

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Properties
    • BacklinkPropertyInfo
    • BacklinkReferenceType
    • ClaimsMappings
    • CompilerOptions
    • FunctionDefinitions
    • OpenApiConfiguration
    • OutputAuthoredSourceFolder
  • Extension Methods
Back to top Copyright © 2018 James Randall