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.
See Also

SupportedActions

Gets the supported actions.
public override IEnumerable<string> SupportedActions { get; }

Property Value

IEnumerable<string>
The supported actions.
See Also

Methods

Evaluate(string)

Evaluates the specified action.
public override object Evaluate(string action)

Parameters

action string
The action.

Returns

object
System.Object.
See Also

See Also

To top