Placement ClassA Sandcastle Documented Class Library
A Placement object holds the number of clicks, number of displays and click-through rate for a public panel.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.ReportPlacement

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

C#
public class Placement

The Placement type exposes the following members.

Constructors

  NameDescription
Public methodPlacement
Initializes a new instance of the Placement class
Top
Properties

  NameDescription
Public propertyClicks
The number of clicks on the public panel.
Public propertyCtr
The click through rate for the public panel.
Public propertyDisplays
The number of displays of the public panel.
Public propertyPath
The public panel path.
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 (Overrides ObjectToString.)
Top
See Also

Reference