Table of Contents

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

indexName string

Index name

engagementValue string

Engagement value

StaticticsData(string, string, string)

Constructs new StaticticsData object instance

public StaticticsData(string indexName, string engagementValue, string orderValue)

Parameters

indexName string

Index name

engagementValue string

Engagement value

orderValue string

order value

StaticticsData(string, string, string, string, string)

Constructs new StaticticsData object instance

public StaticticsData(string indexName, string engagementValue, string EngagementValueDesktop, string EngagementValueTablet, string EngagementValueMobile)

Parameters

indexName string

Index name

engagementValue string

Engagement value

EngagementValueDesktop string

Engagement value for desktop

EngagementValueTablet string

Engagement value for tablet

EngagementValueMobile string

Engagement 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

To top