Click or drag to resize
ResultAds Class
Representation of a ads listing as returned by eSales.
Inheritance Hierarchy
SystemObject
  Apptus.ESales.ConnectorResult
    Apptus.ESales.ConnectorResultAds

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public class Ads : Result, IEnumerable<ResultAd>, 
	IEnumerable

The ResultAds type exposes the following members.

Constructors
  NameDescription
Public methodResultAds
Initializes a new instance of the ResultAds class
Top
Properties
  NameDescription
Public propertyAdList
A read only list of the ads of this result.
Public propertyIsEmpty
True if there were no ads in this result.
Public propertySize
The number of ads found in the reply
Public propertyType
The result type of this result.
(Overrides ResultType.)
Top
Methods
  NameDescription
Public methodAddAd
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Enumerate over the ads.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also