Class CustomMacroContainer
- Namespace
- CMS.MacroEngine
- Assembly
- CMS.MacroEngine.dll
Object encapsulating custom macro resolving as ISimpleDataContainer.
public class CustomMacroContainer : ISimpleDataContainer
- Inheritance
-
objectCustomMacroContainer
- Implements
- Extension Methods
Constructors
CustomMacroContainer(MacroResolver)
Creates new instance of CustomMacroObject.
public CustomMacroContainer(MacroResolver resolver)
Parameters
resolver
MacroResolverContextResolver object to use to resolve macros
Properties
this[string]
Gets or sets the value of the column.
public object this[string columnName] { get; set; }
Parameters
columnName
stringColumn name
Property Value
- object
Resolver
Gets or sets resolver used to resolve Custom macros.
public MacroResolver Resolver { get; set; }
Property Value
Methods
GetValue(string)
Resolves the custom macro.
public object GetValue(string customMacro)
Parameters
customMacro
stringCustom macro to resolve
Returns
- object
SetValue(string, object)
Not implemented.
public bool SetValue(string customMacro, object value)
Parameters
customMacro
stringCustom macro
value
objectNew value
Returns
- bool