Class StaticticsData
- Namespace
- Dynamicweb.EmailMarketing.Statistics
- Assembly
- Dynamicweb.EmailMarketing.dll
Class StaticticsData - UI wrapper for data
public class StaticticsData
- Inheritance
-
StaticticsData
- Inherited Members
Constructors
StaticticsData(string, string)
Constructs new StaticticsData object instance
public StaticticsData(string indexName, string engagementValue)
Parameters
StaticticsData(string, string, string)
Constructs new StaticticsData object instance
public StaticticsData(string indexName, string engagementValue, string orderValue)
Parameters
StaticticsData(string, string, string, string, string)
Constructs new StaticticsData object instance
public StaticticsData(string indexName, string engagementValue, string EngagementValueDesktop, string EngagementValueTablet, string EngagementValueMobile)
Parameters
indexNamestringIndex name
engagementValuestringEngagement value
EngagementValueDesktopstringEngagement value for desktop
EngagementValueTabletstringEngagement value for tablet
EngagementValueMobilestringEngagement value for mobile
Properties
EngagementValue
Engagement value
public string EngagementValue { get; }
Property Value
- string
String value
EngagementValueDesktop
Engagement value for desktop
public string? EngagementValueDesktop { get; }
Property Value
- string
String value
EngagementValueMobile
Engagement value for mobile
public string? EngagementValueMobile { get; }
Property Value
- string
String value
EngagementValueTablet
Engagement value for tablet
public string? EngagementValueTablet { get; }
Property Value
- string
String value
IndexName
Index name
public string IndexName { get; }
Property Value
- string
String value
OrderValue
Orer value
public string? OrderValue { get; }
Property Value
- string
String value