Contains sales data for a group of products with a common facet value.
Inheritance Hierarchy
Apptus.ESales.Connector.ReportProductSalesByAttributeReportSection
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax
C#
public class Section
The ProductSalesByAttributeReportSection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ProductSalesByAttributeReportSection | Initializes a new instance of the ProductSalesByAttributeReportSection class |
Properties
Name | Description | |
---|---|---|
![]() | AbandonedUnits |
The total number of abandoned units for this group of products.
|
![]() | Discount |
The total discount for this group of products.
|
![]() | Margin |
The total margin for this group of products.
|
![]() | Name |
Name of the facet value for this group of products.
|
![]() | PurchasedUnits |
The total number of purchased units for this group of products.
|
![]() | Revenue |
The total revenue for this group of products.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also