Click or drag to resize
ResultValue Class
Represents a single element in a result having the values format.
Inheritance Hierarchy
SystemObject
  Apptus.ESales.ConnectorResultValue

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public class Value

The ResultValue type exposes the following members.

Constructors
  NameDescription
Public methodResultValue
Initializes a new instance of the ResultValue class
Top
Properties
  NameDescription
Public propertyCount
The number of product listing this value in the attribute used when querying eSales.
Public propertySelected
True if the value is a facet value that was included in the facets parameter to the panel.
Public propertyText
The text of this value.
Public propertyTicket Obsolete.
This ticket is no longer needed. You can safely stop notifying clicks on values.
Top
Methods
  NameDescription
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 (Inherited from Object.)
Top
See Also