Representation of a product listing as returned by eSales.
Inheritance Hierarchy
Apptus.ESales.ConnectorResult
Apptus.ESales.ConnectorResultProducts
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Products : Result, IEnumerable<ResultProduct>, IEnumerable
The ResultProducts type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResultProducts | Initializes a new instance of the ResultProducts class |
Properties
Name | Description | |
---|---|---|
![]() | IsEmpty | True if there were no products in this result.
|
![]() | ProductList |
A read only list of the products of this result.
|
![]() | Size |
The number of products found in the reply
|
![]() | Type |
The result type of this result.
(Overrides ResultType.) |
Methods
Name | Description | |
---|---|---|
![]() | AddProduct | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Enumerate over the products.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also