Table of Contents

Class BoughtProductWithinPeriod

Namespace
Dynamicweb.Ecommerce.Examples.Extensibility
Assembly
Dynamicweb.Ecommerce.Examples.dll
[AddInName("Dynamicweb.ICodeProvider")]
[AddInLabel("Bought product within period")]
[AddInActive(true)]
[AddInGroup("System.Int32[]")]
public class BoughtProductWithinPeriod : CodeProviderBase, ICodeProvider
Inheritance
BoughtProductWithinPeriod
Implements
Inherited Members

Properties

DaysBack

[AddInParameter("Days Back")]
[AddInParameterEditor(typeof(IntegerNumberParameterEditor), "inputClass=inputControl")]
[AddInParameterGroup("Source")]
public int DaysBack { get; set; }

Property Value

int

ProductId

[AddInParameter("Product")]
[AddInParameterEditor(typeof(ProductSelectorParameterEditor), "FormID=forms[0]")]
[AddInParameterGroup("Source")]
public string ProductId { get; set; }

Property Value

string

Methods

BuildDisplayValue()

public override string BuildDisplayValue()

Returns

string

Execute()

Executes this instance.
public override object Execute()

Returns

object
To top