Represents a result having the facet_range format.
Inheritance Hierarchy
Apptus.ESales.ConnectorResult
Apptus.ESales.ConnectorResultFacetRange
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class FacetRange : Result, ResultFacet
The ResultFacetRange type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResultFacetRange(String, String, String, String) | Initializes a new instance of the ResultFacetRange class |
![]() | ResultFacetRange(String, String, String, String, String) | Initializes a new instance of the ResultFacetRange class |
Properties
Name | Description | |
---|---|---|
![]() | Attribute | |
![]() | Max |
The maximum value for the attribute.
|
![]() | MaxSelected |
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.
|
![]() | Min |
The minimum value for the attribute.
|
![]() | MinSelected |
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.
|
![]() | Type |
The result type of this result.
(Overrides ResultType.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetAttribute | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsRange | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also