Interface IExecutionContextFactory<T>
Assembly: Albatross.Expression.dll
Syntax
public interface IExecutionContextFactory<T>
Type Parameters
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
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