Table of Contents

Class PeriodLoyaltyPoints

Namespace
Dynamicweb.Ecommerce.Statistics
Assembly
Dynamicweb.Ecommerce.dll
Represents the loyalty statistics.
[AddInName("Period loyalty points")]
[AddInDescription("Shows loyalty points and their current value")]
[AddInGroup("Loyalty")]
[AddInImage("Loyalty")]
public class PeriodLoyaltyPoints : StatisticsProvider
Inheritance
PeriodLoyaltyPoints
Inherited Members

Properties

ColorColumn

Gets the color column name.
public override string ColorColumn { get; }

Property Value

string

Data

Gets the data table.
public override DataTable Data { get; }

Property Value

DataTable

DateFrom

Gets or sets start date value for statistics viewing period.
[AddInParameter("Date from")]
[AddInParameterEditor(typeof(DateTimeParameterEditor), "")]
public DateTime DateFrom { get; set; }

Property Value

DateTime

DateTo

Gets or sets end date value for statistics viewing period.
[AddInParameter("Date to")]
[AddInParameterEditor(typeof(DateTimeParameterEditor), "")]
public DateTime DateTo { get; set; }

Property Value

DateTime

DefaultGraph

Gets the default graph type.
public override GraphType DefaultGraph { get; }

Property Value

GraphType

XAxisColumn

Gets the X-axis column name.
public override string XAxisColumn { get; }

Property Value

string

YAxisColumn

Gets the Y-axis column name.
public override string YAxisColumn { get; }

Property Value

string
To top