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

Overview

A generic histogram entry type.

@ingroup EBayAPIInterface

Tasks

  •   count

    For GetProducts, the number of products found in the domain
    (characteristic set or attribute set). If a product is mapped
    to more than one domain, it will be counted separately for each
    domain. (For example, if the same product can be found in both
    Children’s Books and Fiction Books, the count for both of these
    domains will include that product.)
    Furthermore, when a product is mapped to more than one domain,
    Product.AttributeSetID only returns the most applicable domain,
    as determined by eBay.

    property
  •   any

    (public property)

    property
  •   id

    (public property)

    property
  •   name

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_HistogramEntryType.h

count

For GetProducts, the number of products found in the domain
(characteristic set or attribute set). If a product is mapped
to more than one domain, it will be counted separately for each
domain. (For example, if the same product can be found in both
Children’s Books and Fiction Books, the count for both of these
domains will include that product.)
Furthermore, when a product is mapped to more than one domain,
Product.AttributeSetID only returns the most applicable domain,
as determined by eBay.

@property (nonatomic, retain) NSNumber *count

Discussion

For GetProducts, the number of products found in the domain
(characteristic set or attribute set). If a product is mapped
to more than one domain, it will be counted separately for each
domain. (For example, if the same product can be found in both
Children’s Books and Fiction Books, the count for both of these
domains will include that product.)
Furthermore, when a product is mapped to more than one domain,
Product.AttributeSetID only returns the most applicable domain,
as determined by eBay.

type : NSNumber, wrapper for primitive int

Declared In

Trading_HistogramEntryType.h

id

(public property)

@property (nonatomic, retain) NSString *id

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Trading_HistogramEntryType.h

name

(public property)

@property (nonatomic, retain) NSString *name

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Trading_HistogramEntryType.h