AdListSection ClassA Sandcastle Documented Class Library
Sub class for AdList report. Contains information about an ad together with conversion rate and click through rate.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.ReportAdListSection

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

C#
public class Section

The AdListSection type exposes the following members.

Constructors

  NameDescription
Public methodAdListSection
Initializes a new instance of the AdListSection class
Top
Properties

  NameDescription
Public propertyAd
The ad.
Public propertyConversion
Conversion rate for the ad. Returns a Rate with value double.NaN if the conversion rate could not be calculated for the ad.
Public propertyCtr
The click-through rate for the ad. Returns a Rate with value double.NaN if the CTR could not be calculated for the ad.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference