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
ProductId
[AddInParameter("Product")]
[AddInParameterEditor(typeof(ProductSelectorParameterEditor), "FormID=forms[0]")]
[AddInParameterGroup("Source")]
public string ProductId { get; set; }
Property Value
Methods
BuildDisplayValue()
public override string BuildDisplayValue()
Returns
Execute()
Executes this instance.
public override object Execute()