TopSellingSearchesReport ClassA Sandcastle Documented Class Library
Report for search phrases associated with the products and variants that matches a filter. Each section of the report contains a search phrase together with the total number of times the search phrase has lead to a purchase of a product or variant that matches the filter.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.ReportReport
    Apptus.ESales.Connector.ReportTopSellingSearchesReport

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public class TopSellingSearchesReport : Report

The TopSellingSearchesReport type exposes the following members.

Constructors

  NameDescription
Public methodTopSellingSearchesReport
Initializes a new instance of the TopSellingSearchesReport class
Top
Properties

  NameDescription
Public propertySections
All sections in this report, one for each search phrase, sorted descending by the number of purchased units associated with the phrase.
Public propertyTimeInterval
The time interval that this report covers. Only events inside this time interval is presented in the report. Never returns null.
(Inherited from Report.)
Public propertyWindowFirst
The lowest of the different ranks contained in this report.
Public propertyWindowLast
The highest of the different ranks contained in this report.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodExportToExcel (Overrides ReportExportToExcel(FileInfo).)
Public methodExportToXml
Exports the content of this report to a stream. The content is written in the same XML format as used between the eSales cluster and the eSales Connector.
(Inherited from Report.)
Public methodExportToXml(FileInfo)
Exports the content of this report to a file. The content is saved in the same XML format as used between the eSales cluster and the eSales Connector.
(Inherited from Report.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Creates a TopSellingSearchesReport from an XML document.
Public methodToString (Inherited from Object.)
Top
See Also

Reference