Show / Hide Table of Contents

Class ReflectionExecutionContextFactory<T>

Inheritance
System.Object
ReflectionExecutionContextFactory<T>
Implements
IExecutionContextFactory<T>
Namespace: Albatross.Expression
Assembly: Albatross.Expression.dll
Syntax
public class ReflectionExecutionContextFactory<T> : IExecutionContextFactory<T>
Type Parameters
Name Description
T

Constructors

ReflectionExecutionContextFactory(IParser)

Declaration
public ReflectionExecutionContextFactory(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

FailWhenMissingVariable

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

Methods

Create()

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

TryGetExternalValue(String, T, out Object)

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

Implements

IExecutionContextFactory<T>

Extension Methods

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