An attribute for the ad. Can be ordered by name (ascending) since
the object implements the IComparable interface.
Inheritance Hierarchy
Apptus.ESales.Connector.ReportAdAttribute
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Attribute : IComparable<AdAttribute>
The AdAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AdAttribute | Initializes a new instance of the AdAttribute class |
Properties
Name | Description | |
---|---|---|
![]() | Name |
The name of the attribute.
|
![]() | Value |
The value of the attribute.
|
Methods
Name | Description | |
---|---|---|
![]() | CompareTo | |
![]() | 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