Click or drag to resize
AdAttribute Class
An attribute for the ad. Can be ordered by name (ascending) since the object implements the IComparable interface.
Inheritance Hierarchy
SystemObject
  Apptus.ESales.Connector.ReportAdAttribute

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public class Attribute : IComparable<AdAttribute>

The AdAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAdAttribute
Initializes a new instance of the AdAttribute class
Top
Properties
  NameDescription
Public propertyName
The name of the attribute.
Public propertyValue
The value of the attribute.
Top
Methods
  NameDescription
Public methodCompareTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also