Class ExecutionContextFactory
Inheritance
System.Object
ExecutionContextFactory
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
FailWhenMissingVariable
Declaration
public bool FailWhenMissingVariable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Create()
Declaration
public IExecutionContext<object> Create()
Returns
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
Extension Methods