Show / Hide Table of Contents

Interface IExecutionContextFactory<T>

Namespace: Albatross.Expression
Assembly: Albatross.Expression.dll
Syntax
public interface IExecutionContextFactory<T>
Type Parameters
Name Description
T

Properties

CacheExternalValue

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

CaseSensitive

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

FailWhenMissingVariable

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

Methods

Create()

Declaration
IExecutionContext<T> Create()
Returns
Type Description
IExecutionContext<T>

TryGetExternalValue(String, T, out Object)

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

Extension Methods

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