Inherits from NSObject
Conforms to PicoBindable
Declared in Finding_ConditionHistogramContainer.h
Finding_ConditionHistogramContainer.m

Overview

Container for condition histograms.

@ingroup FindingServicePortType

Tasks

  •   conditionHistogram

    Statistical (item count) information on the condition of items
    that match the search criteria (or specified category).
    For example, the number of brand new items that match the query.




    Each conditionHistogram specifies one condition and the
    number of matching items found. The list of all
    conditionHistogram containers returned represents the union of
    all conditions that were found in the item results.
    For example, if items were found in different categories,
    and if those categories support different sets of
    item conditions, then all those conditions are
    returned in the list, regardless of category.



    If multiple items use the same condition ID, but some items
    use different display names for that condition, the histogram
    shows the site’s default display name for that condition.
    This means that the condition name in a histogram may not
    always exactly match the condition names on the counted items.

    property
  •   delimiter

    (public property)

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Finding_ConditionHistogramContainer.h

conditionHistogram

Statistical (item count) information on the condition of items
that match the search criteria (or specified category).
For example, the number of brand new items that match the query.




Each conditionHistogram specifies one condition and the
number of matching items found. The list of all
conditionHistogram containers returned represents the union of
all conditions that were found in the item results.
For example, if items were found in different categories,
and if those categories support different sets of
item conditions, then all those conditions are
returned in the list, regardless of category.



If multiple items use the same condition ID, but some items
use different display names for that condition, the histogram
shows the site’s default display name for that condition.
This means that the condition name in a histogram may not
always exactly match the condition names on the counted items.

@property (nonatomic, retain) NSMutableArray *conditionHistogram

Discussion

Statistical (item count) information on the condition of items
that match the search criteria (or specified category).
For example, the number of brand new items that match the query.




Each conditionHistogram specifies one condition and the
number of matching items found. The list of all
conditionHistogram containers returned represents the union of
all conditions that were found in the item results.
For example, if items were found in different categories,
and if those categories support different sets of
item conditions, then all those conditions are
returned in the list, regardless of category.



If multiple items use the same condition ID, but some items
use different display names for that condition, the histogram
shows the site’s default display name for that condition.
This means that the condition name in a histogram may not
always exactly match the condition names on the counted items.

entry type : class Finding_ConditionHistogram

Declared In

Finding_ConditionHistogramContainer.h

delimiter

(public property)

@property (nonatomic, retain) NSString *delimiter

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_ConditionHistogramContainer.h