Class ReflectionExecutionContextFactory<T>
Inheritance
System.Object
ReflectionExecutionContextFactory<T>
Assembly: Albatross.Expression.dll
Syntax
public class ReflectionExecutionContextFactory<T> : IExecutionContextFactory<T>
Type Parameters
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
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
Extension Methods