Show / Hide Table of Contents

Class ExecutionContext

Inheritance
System.Object
ExecutionContext
Namespace: FunctionMonkey.Abstractions.Contexts
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class ExecutionContext : object

Properties

| Improve this Doc View Source

FunctionAppDirectory

Declaration
public string FunctionAppDirectory { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FunctionDirectory

Declaration
public string FunctionDirectory { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FunctionName

Declaration
public string FunctionName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

InvocationId

Declaration
public Guid InvocationId { get; set; }
Property Value
Type Description
Guid

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
    • FunctionAppDirectory
    • FunctionDirectory
    • FunctionName
    • InvocationId
  • Extension Methods
Back to top Copyright © 2018 James Randall