ProductTopSellersReportSection ClassA Sandcastle Documented Class Library
Contains sales data for one product (or variant).
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.ReportProductTopSellersReportSection

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

C#
public class Section

The ProductTopSellersReportSection type exposes the following members.

Constructors

  NameDescription
Public methodProductTopSellersReportSection
Initializes a new instance of the ProductTopSellersReportSection class
Top
Properties

  NameDescription
Public propertyAbandonedUnits
The total number of abandoned units of this product (or variant).
Public propertyDiscount
The total discount for this product (or variant).
Public propertyMargin
The total margin for this product (or variant).
Public propertyProductKey
The product key of this product (or variant).
Public propertyPurchasedUnits
The total number of purchased units of this product (or variant).
Public propertyRank
The rank of this product (or variant).
Public propertyRevenue
The total revenue for this product (or variant).
Public propertyVariantKey
The variant key if this is a variant, otherwise null.
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