Representation of a product as returned by eSales.
Inheritance Hierarchy
Apptus.ESales.ConnectorResultProduct
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax
C#
public class Product : IEnumerable<ResultAttribute>, IEnumerable
The ResultProduct type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ResultProduct | Initializes a new instance of the ResultProduct class |
Properties
| Name | Description | |
|---|---|---|
| CategoryReferenceAttributes |
The available category reference attributes in the product.
| |
| Key |
The key of this product.
| |
| Ticket |
The ticket of this product.
| |
| VariantList |
Methods
| Name | Description | |
|---|---|---|
| AddAttribute | ||
| AddVariant | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAttribute |
Get the attribute with the specified name from this product or null if no such attribute exists.
| |
| GetCategories |
Get the category objects of the given category reference attribute.
the category reference attribute to get the categories for
@return the category objects of the category reference attribute as an enumerable
| |
| GetEnumerator |
Returns an enumerator that iterates through the attributes.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GetValue(String) |
Get the value of the attribute with the specified attributeName or null if no such attribute exists.
| |
| GetValue(String, String) |
Get the value of the attribute with the specified attributeName. The specified defaultValue will be returned
if no such attribute exists.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also