Ad Class |
Namespace: Apptus.ESales.Connector.Report
public class Ad
The Ad type exposes the following members.
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.
|
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.) |