Represents a single element in a result having the values format.
Inheritance Hierarchy
Apptus.ESales.ConnectorResultValue
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Value
The ResultValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResultValue | Initializes a new instance of the ResultValue class |
Properties
Name | Description | |
---|---|---|
![]() | Count |
The number of product listing this value in the attribute used when querying eSales.
|
![]() | Selected |
True if the value is a facet value that was included in the facets parameter to the panel.
|
![]() | Text |
The text of this value.
|
![]() | Ticket | Obsolete.
This ticket is no longer needed. You can safely stop notifying
clicks on values.
|
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