An ad with an ad_key, start and end times, and attributes.
Inheritance Hierarchy
Apptus.ESales.Connector.ReportAd
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Ad
The Ad type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Ad |
Creates a new ad object with the specified key.
|
Properties
Name | Description | |
---|---|---|
![]() | EndTime |
The end time for this ad. The is not shown after the end time.
If no end time is specified, then null is returned and the ad is valid
until the end of time.
|
![]() | Key |
The ad_key of this ad.
|
![]() | StartTime |
The start time for this ad. The ad is not shown before the start time.
If no start time is specified, then null is returned and the ad is valid from
the beginning of time.
|
Methods
Name | Description | |
---|---|---|
![]() | AddAttribute |
Adds an attribute to this ad.
|
![]() | Attributes |
Returns a list of attributes for this ad. This includes attributes
start_time and end_time if they are specified for the ad.
|
![]() | AttributeValue |
Returns the value for the named attribute, or null if the attribute is not defined.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
See Also