Creates a SearchStatisticsReport. Note that null is illegal for all input parameters.
            
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public SearchStatisticsReport( XmlTree asXml, TimeInterval invl, Rate searchesWithHitsRate, List<SearchStatisticsReportSearchCount> searchesWithHits, Rate searchesWithNoHitsRate, List<SearchStatisticsReportSearchCount> searchesWithNoHits, List<SearchStatisticsReportSearchConversion> searchesThatBoost, List<SearchStatisticsReportSearchConversion> searchesThatLower )
Parameters
- asXml
 - Type: Apptus.Util.XmlXmlTree
 - invl
 - Type: Apptus.ESales.Connector.TimeTimeInterval
 - searchesWithHitsRate
 - Type: Apptus.ESales.Connector.ReportRate
 - searchesWithHits
 - Type: System.Collections.GenericListSearchStatisticsReportSearchCount
 - searchesWithNoHitsRate
 - Type: Apptus.ESales.Connector.ReportRate
 - searchesWithNoHits
 - Type: System.Collections.GenericListSearchStatisticsReportSearchCount
 - searchesThatBoost
 - Type: System.Collections.GenericListSearchStatisticsReportSearchConversion
 - searchesThatLower
 - Type: System.Collections.GenericListSearchStatisticsReportSearchConversion
 
See Also