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

Overview

Container for histogram fields.

@ingroup FindingServicePortType

Tasks

  •   condition

    The ID and name of a condition that was found in the item results.

    property
  •   count

    The number of items found that match the condition.
    Only counts items where the seller specified the
    condition by using item.conditionId.

    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_ConditionHistogram.h

condition

The ID and name of a condition that was found in the item results.

@property (nonatomic, retain) Finding_Condition *condition

Discussion

The ID and name of a condition that was found in the item results.

type : class Finding_Condition

Declared In

Finding_ConditionHistogram.h

count

The number of items found that match the condition.
Only counts items where the seller specified the
condition by using item.conditionId.

@property (nonatomic, retain) NSNumber *count

Discussion

The number of items found that match the condition.
Only counts items where the seller specified the
condition by using item.conditionId.

type : NSNumber, wrapper for primitive int

Declared In

Finding_ConditionHistogram.h

delimiter

(public property)

@property (nonatomic, retain) NSString *delimiter

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_ConditionHistogram.h