Click or drag to resize
ResultFacetRange Class
Represents a result having the facet_range format.
Inheritance Hierarchy
SystemObject
  Apptus.ESales.ConnectorResult
    Apptus.ESales.ConnectorResultFacetRange

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

The ResultFacetRange type exposes the following members.

Constructors
  NameDescription
Public methodResultFacetRange(String, String, String, String)
Initializes a new instance of the ResultFacetRange class
Public methodResultFacetRange(String, String, String, String, String)
Initializes a new instance of the ResultFacetRange class
Top
Properties
  NameDescription
Public propertyAttribute
Public propertyMax
The maximum value for the attribute.
Public propertyMaxSelected
The selected maximum value. This is simply taken from the range that was provided to the panel through the facets argument. If no range was selected it will be the same value as Max.
Public propertyMin
The minimum value for the attribute.
Public propertyMinSelected
The selected minimum value. This is simply taken from the range that was provided to the panel through the facets argument. If no range was selected it will be the same value as Min.
Public propertyType
The result type of this result.
(Overrides ResultType.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAttribute
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsRange
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also