Table of Contents

Class ContextMacro

Namespace
Dynamicweb.Ecommerce.Common
Assembly
Dynamicweb.Ecommerce.dll

ContextMacro class.

public class ContextMacro : Macro
Inheritance
ContextMacro
Inherited Members

Properties

Name

Gets the name.

public override string Name { get; }

Property Value

string

The name.

SupportedActions

Gets the supported actions.

public override IEnumerable<MacroAction> SupportedActions { get; }

Property Value

IEnumerable<MacroAction>

The supported actions.

Methods

Evaluate(MacroAction)

Evaluates the specified action.

public override object Evaluate(MacroAction action)

Parameters

action MacroAction

The action.

Returns

object

System.Object.

See Also

To top