EvaluationContext Methods |
The EvaluationContext type exposes the following members.
Name | Description | |
---|---|---|
AddInnerSource |
Adds inner source(s) to this instance of the context.
| |
AddPrioritizedInnerSource |
Adds prioritized inner source(s) to this instance of the context.
| |
ClearInnerSources |
Clears all inner sources (does not clear parent inner sources).
| |
ClearPrioritizedInnerSources |
Clears all prioritized inner sources (does not clear parent inner sources).
| |
CreateChildContext |
Creates child context (clones the parent settings and creates child of the resolver).
| |
CreateChildContext(Boolean) |
Creates child context (clones the parent settings and creates child of the resolver).
| |
GetInnerSources |
Returns list of all aggregated inner sources (from the whole context hierarchy).
| |
GetPrioritizedInnerSources |
Returns list of all aggregated prioritized inner sources (from the whole context hierarchy).
|