| ResultAd Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Apptus.ESales.Connector
 Syntax
Syntaxpublic class Ad : IEnumerable<ResultAttribute>, IEnumerable
The ResultAd type exposes the following members.
 Constructors
Constructors Properties
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
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
See Also