AdListSection Constructor A Sandcastle Documented Class Library

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

C#
public Section(
	Ad ad,
	Rate conversion,
	Rate ctr
)

Parameters

ad
Type: Apptus.ESales.Connector.ReportAd
Information about this ad. Can not be null.
conversion
Type: Apptus.ESales.Connector.ReportRate
Conversion rate for this ad. Use Rate.NaN if conversion rate could not be calculated.
ctr
Type: Apptus.ESales.Connector.ReportRate
Click through rate for this ad. Use Rate.NaN if click through rate could not be calculated.
See Also

Reference