Show / Hide Table of Contents

Class ExecutionContextFactory

Inheritance
System.Object
ExecutionContextFactory
Implements
IExecutionContextFactory<System.Object>
Namespace: Albatross.Expression
Assembly: Albatross.Expression.dll
Syntax
public class ExecutionContextFactory : IExecutionContextFactory<object>

Constructors

ExecutionContextFactory(IParser)

Declaration
public ExecutionContextFactory(IParser parser)
Parameters
Type Name Description
IParser parser

Properties

CacheExternalValue

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

CaseSensitive

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

DefaultTryGetValueDelegate

Declaration
public TryGetValueDelegate<object> DefaultTryGetValueDelegate { get; set; }
Property Value
Type Description
TryGetValueDelegate<System.Object>

FailWhenMissingVariable

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

Methods

Create()

Declaration
public IExecutionContext<object> Create()
Returns
Type Description
IExecutionContext<System.Object>

TryGetExternalValue(String, Object, out Object)

Declaration
public bool TryGetExternalValue(string name, object input, out object value)
Parameters
Type Name Description
System.String name
System.Object input
System.Object value
Returns
Type Description
System.Boolean

Implements

IExecutionContextFactory<T>

Extension Methods

Extensions.ConvertToBoolean(Object)
Back to top Generated by DocFX