Interface IGatewayControl
Used to dynamically load payment/shipping gateways' additional configuration controls.
Namespace: Mediachase.Web.Console.Interfaces
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public interface IGatewayControl
Properties
ValidationGroup
Gets or sets the validation group.
Declaration
string ValidationGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The validation group. |
Methods
LoadObject(Object)
Loads the object.
Declaration
void LoadObject(object dto)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | dto | The dto. |
SaveChanges(Object)
Saves the object changes.
Declaration
void SaveChanges(object dto)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | dto | The dto. |