Finding_ConditionHistogram Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Finding_ConditionHistogram.h Finding_ConditionHistogram.m |
Tasks
-
conditionThe ID and name of a condition that was found in the item results.
property -
countThe number of items found that match the condition.
property
Only counts items where the seller specified the
condition by using item.conditionId. -
delimiter(public property)
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Finding_ConditionHistogram.hcondition
The ID and name of a condition that was found in the item results.
@property (nonatomic, retain) Finding_Condition *conditionDiscussion
The ID and name of a condition that was found in the item results.
type : class Finding_Condition
Declared In
Finding_ConditionHistogram.hcount
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 *countDiscussion
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