Class XmlColumnMacroProcessingAdapter
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Represents a column adapter for XML columns. Decodes the value in the preprocessing phase and encodes the value in the postprocessing phase.
public sealed class XmlColumnMacroProcessingAdapter : IMacroProcessingColumnAdapter
- Inheritance
-
objectXmlColumnMacroProcessingAdapter
- Implements
- Extension Methods
Properties
Instance
Instance of XmlColumnMacroProcessingAdapter.
public static XmlColumnMacroProcessingAdapter Instance { get; }
Property Value
Methods
Postprocess(string)
Encodes the text with processed macros back to the original XML format.
public string Postprocess(string text)
Parameters
text
string
Returns
- string
Preprocess(string)
Decodes the value of XML column before processing macros.
public string Preprocess(string text)
Parameters
text
string
Returns
- string