Representation of a ad as returned by eSales.
Inheritance Hierarchy
Apptus.ESales.ConnectorResultAd
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Ad : IEnumerable<ResultAttribute>, IEnumerable
The ResultAd type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ResultAd | Initializes a new instance of the ResultAd class |
Properties
| Name | Description | |
|---|---|---|
| CampaignKey |
The campaign key of this ad.
| |
| EndTime |
Get the end time or null if no such attribute exists for this ad.
| |
| Included |
Get the filter for included products in this ad or null if no such attribute exists for this ad.
| |
| Key |
The key of this ad.
| |
| Products | ||
| Related |
Get the filter for related products or null if no such attribute exists for this ad.
| |
| StartTime |
Get the start time or null if no such attribute exists for this ad.
| |
| Ticket |
The ticket of this ad.
|
Methods
| Name | Description | |
|---|---|---|
| AddAttribute | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAttribute |
Get the attribute with the specified name from this ad or null if no such attribute exists.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| 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