IResolveContext
- Implemented By: IResolveContext
Current resolution context for tokens.
Methods
| Name | Description |
|---|---|
RegisterPostProcessor |
Use this postprocessor after the entire token structure has been resolved. |
Resolve |
Resolve an inner object. |
RegisterPostProcessor
private void RegisterPostProcessor(IPostProcessor PostProcessor)
Use this postprocessor after the entire token structure has been resolved.
- Type: IPostProcessor
Resolve
private object Resolve(object X)
Resolve an inner object.
- Type: object
Properties
| Name | Type | Description |
|---|---|---|
Preparing |
bool |
True when we are still preparing, false if we're rendering the final output. |
Scope |
IConstruct |
The scope from which resolution has been initiated. |
PreparingRequired
public bool Preparing { get; }
- Type: bool
True when we are still preparing, false if we're rendering the final output.
ScopeRequired
public IConstruct Scope { get; }
- Type: IConstruct
The scope from which resolution has been initiated.