Class DictionaryExecutionContextFactory
Inheritance
System.Object
DictionaryExecutionContextFactory
Assembly: Albatross.Expression.dll
Syntax
public class DictionaryExecutionContextFactory : IExecutionContextFactory<IDictionary<string, object>>
Constructors
DictionaryExecutionContextFactory(IParser)
Declaration
public DictionaryExecutionContextFactory(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<IDictionary<string, object>> Create()
Returns
Type |
Description |
IExecutionContext<System.Collections.Generic.IDictionary<System.String, System.Object>> |
|
TryGetExternalValue(String, IDictionary<String, Object>, out Object)
Declaration
public bool TryGetExternalValue(string name, IDictionary<string, object> input, out object value)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
input |
|
System.Object |
value |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
Extension Methods