Table of Contents

Class CustomMacroContainer

Namespace
CMS.MacroEngine
Assembly
CMS.MacroEngine.dll

Object encapsulating custom macro resolving as ISimpleDataContainer.

public class CustomMacroContainer : ISimpleDataContainer
Inheritance
object
CustomMacroContainer
Implements
Extension Methods

Constructors

CustomMacroContainer(MacroResolver)

Creates new instance of CustomMacroObject.

public CustomMacroContainer(MacroResolver resolver)

Parameters

resolver MacroResolver

ContextResolver 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 string

Column name

Property Value

object

Resolver

Gets or sets resolver used to resolve Custom macros.

public MacroResolver Resolver { get; set; }

Property Value

MacroResolver

Methods

GetValue(string)

Resolves the custom macro.

public object GetValue(string customMacro)

Parameters

customMacro string

Custom macro to resolve

Returns

object

SetValue(string, object)

Not implemented.

public bool SetValue(string customMacro, object value)

Parameters

customMacro string

Custom macro

value object

New value

Returns

bool