Class FrequentlyBoughtItems
- Namespace
- Dynamicweb.Ecommerce.Statistics
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the statistics about the frequently buys items.
[AddInName("Frequently bought items")]
[AddInDescription("Shows the frequently bought items by user in a specified period")]
[AddInGroup("Products")]
[AddInImage("FrequentlyBoughtItems.png")]
public class FrequentlyBoughtItems : StatisticsProvider, IDropDownOptions
- Inheritance
-
FrequentlyBoughtItems
- Implements
- Inherited Members
Properties
ColorColumn
Gets the color column name.
public override string ColorColumn { get; }
Property Value
Currency
Gets or sets current currency value.
[AddInParameter("Currency")]
[AddInParameterEditor(typeof(DropDownParameterEditor), "none=false")]
public string Currency { get; set; }
Property Value
CustomerName
[AddInParameter("Customer name")]
[AddInParameterEditor(typeof(DropDownParameterEditor), "none=false")]
public string CustomerName { get; set; }
Property Value
Data
Gets the data table.
public override DataTable Data { get; }
Property Value
DateFrom
Gets or sets start date value for statistics viewing period.
[AddInParameter("Date from")]
[AddInParameterEditor(typeof(DateTimeParameterEditor), "")]
public DateTime DateFrom { get; set; }
Property Value
DateTo
Gets or sets end date value for statistics viewing period.
[AddInParameter("Date to")]
[AddInParameterEditor(typeof(DateTimeParameterEditor), "")]
public DateTime DateTo { get; set; }
Property Value
DefaultGraph
Gets the default graph type.
public override GraphType DefaultGraph { get; }
Property Value
Language
Gets or sets the language value for statistic filter.
[AddInParameter("Language")]
[AddInParameterEditor(typeof(DropDownParameterEditor), "none=false")]
public string Language { get; set; }
Property Value
Prefix
Gets the prefix.
public override string Prefix { get; }
Property Value
XAxisColumn
Gets the X-axis column name.
public override string XAxisColumn { get; }
Property Value
YAxisColumn
Gets the Y-axis column name.
public override string YAxisColumn { get; }
Property Value
Methods
GetOptions(string)
Implements IDropDownOptions.GetOptions method, and used for DropDownLists control.
public Hashtable GetOptions(string name)
Parameters
name
string
Returns
- Hashtable
- Hashtable with specified control options.