Representation of an attribute for a product, variant, category or ad.
Inheritance Hierarchy
Apptus.ESales.ConnectorResultAttribute
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Attribute
The ResultAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResultAttribute | Initializes a new instance of the ResultAttribute class |
Properties
Name | Description | |
---|---|---|
![]() | Name |
The attribute name.
|
![]() | Value |
The attribute value.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also