ResultProducts Class |
Namespace: Apptus.ESales.Connector
public class Products : Result, IEnumerable<ResultProduct>, IEnumerable
The ResultProducts type exposes the following members.
Name | Description | |
---|---|---|
ResultProducts | Initializes a new instance of the ResultProducts class |
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.) |
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.) |