ResultProducts ClassA Sandcastle Documented Class Library
Representation of a product listing as returned by eSales.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.ConnectorResult
    Apptus.ESales.ConnectorResultProducts

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

C#
public class Products : Result, IEnumerable<ResultProduct>, 
	IEnumerable

The ResultProducts type exposes the following members.

Constructors

  NameDescription
Public methodResultProducts
Initializes a new instance of the ResultProducts 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 ResultType.)
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

Reference