Interface IFunctionCompilerMetadata
Assembly: FunctionMonkey.Abstractions.dll
public interface IFunctionCompilerMetadata
Properties
|
Improve this Doc
View Source
Declaration
PropertyInfo BacklinkPropertyInfo { get; }
Property Value
Type |
Description |
PropertyInfo |
|
|
Improve this Doc
View Source
Declaration
Type BacklinkReferenceType { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IReadOnlyCollection<AbstractClaimsMappingDefinition> ClaimsMappings { get; }
Property Value
|
Improve this Doc
View Source
Declaration
CompilerOptions CompilerOptions { get; }
Property Value
Type |
Description |
FunctionMonkey.Model.CompilerOptions |
|
|
Improve this Doc
View Source
Declaration
IReadOnlyCollection<AbstractFunctionDefinition> FunctionDefinitions { get; }
Property Value
|
Improve this Doc
View Source
Declaration
OpenApiConfiguration OpenApiConfiguration { get; }
Property Value
|
Improve this Doc
View Source
Declaration
string OutputAuthoredSourceFolder { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods