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