Representation of a ads listing as returned by eSales.
            
Inheritance Hierarchy
Apptus.ESales.ConnectorResult
Apptus.ESales.ConnectorResultAds
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax
C#
public class Ads : Result, IEnumerable<ResultAd>, IEnumerable
The ResultAds type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | ResultAds | Initializes a new instance of the ResultAds class | 
Properties
| Name | Description | |
|---|---|---|
|  | AdList | 
             A read only list of the ads of this result.
             | 
|  | IsEmpty | True if there were no ads in this result.
             | 
|  | Size | 
             The number of ads found in the reply
             | 
|  | Type | 
             The result type of this result.
            (Overrides ResultType.) | 
Methods
| Name | Description | |
|---|---|---|
|  | AddAd | |
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetEnumerator | 
            Enumerate over the ads.
             | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
See Also