ResultAd ClassA Sandcastle Documented Class Library
Representation of a ad as returned by eSales.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.ConnectorResultAd

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public class Ad : IEnumerable<ResultAttribute>, IEnumerable

The ResultAd type exposes the following members.

Constructors

  NameDescription
Public methodResultAd
Initializes a new instance of the ResultAd class
Top
Properties

  NameDescription
Public propertyCampaignKey
The campaign key of this ad.
Public propertyEndTime
Get the end time or null if no such attribute exists for this ad.
Public propertyIncluded
Get the filter for included products in this ad or null if no such attribute exists for this ad.
Public propertyKey
The key of this ad.
Public propertyProducts
Public propertyRelated
Get the filter for related products or null if no such attribute exists for this ad.
Public propertyStartTime
Get the start time or null if no such attribute exists for this ad.
Public propertyTicket
The ticket of this ad.
Top
Methods

  NameDescription
Public methodAddAttribute
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAttribute
Get the attribute with the specified name from this ad or null if no such attribute exists.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetValue(String)
Get the value of the attribute with the specified attributeName or null if no such attribute exists.
Public methodGetValue(String, String)
Get the value of the attribute with the specified attributeName. The specified defaultValue will be returned if no such attribute exists.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference