Table of Contents

Interface IActionController

Namespace
Dynamicweb.Ecommerce.Orders.Gateways
Assembly
Dynamicweb.Ecommerce.dll

Implement this interface in your GatewayProvider to handle actions

public interface IActionController

Methods

FireAction(string, params string[])

void FireAction(string action, params string[] args)

Parameters

action string
args string[]

SupportedActions()

IDictionary<string, string> SupportedActions()

Returns

IDictionary<string, string>
To top