Click or drag to resize
Result.Products Class
Representation of a product listing as returned by eSales.
Inheritance Hierarchy
System.Object
  Apptus.ESales.Connector.Result
    Apptus.ESales.Connector.Result.Products

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public class Products : Result, IEnumerable<Result. Product>, 
	IEnumerable

The Result. Products type exposes the following members.

Constructors
  NameDescription
Public methodResult.Products
Initializes a new instance of the Result. Products class
Top
Properties
  NameDescription
Public propertyIsEmpty
True if there were no products in this result.
Public propertyProductList
A read only list of the products of this result.
Public propertySize
The number of products found in the reply
Public propertyType
The result type of this result.
(Overrides Result.Type.)
Top
Methods
  NameDescription
Public methodAddProduct
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Enumerate over the products.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also