| MacroProcessingContext Class |
Namespace: CMS.MacroEngine
public class MacroProcessingContext
The MacroProcessingContext type exposes the following members.
| Name | Description | |
|---|---|---|
| MacroProcessingContext |
Creates a new MacroProcessingContext instance
|
| Name | Description | |
|---|---|---|
| BracketType |
Type of the bracket - used for backward compatibility when macros could be nested '{(0)% %(0)}'
| |
| Expression |
Identified macro expression including all the parameters.
| |
| IsOpenExpression |
Indicates whether the expression is transformed open expression (condition, loop).
| |
| MacroEnd |
End of the macro (position after end bracket).
| |
| MacroStart |
Start position of the macro (position of starting bracket).
| |
| MacroType |
Type of the macro ($, %, #, etc.).
| |
| Replacement |
Replacement string passed to the macro handler.
| |
| SourceText |
Text in which the macro was found.
|
| Name | Description | |
|---|---|---|
| GetMacroProcessingColumnAdapter |
Returns the column adapter that is used during processing.
| |
| GetOriginalExpression |
Returns macro expression demarcated by macro start and macro end in entire source text
| |
| GetWholeMacroExpression |
Returns the whole version of the expression created by concatenation of the parameters. The result is for example this: {(0)%test%(0)}.
|