Trading_NameValueRelationshipType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_NameValueRelationshipType.h Trading_NameValueRelationshipType.m |
Overview
Information about a parent name-value pair. Currently used to indicate
relationships betweenItem Specifics.
@ingroup EBayAPIInterface
Tasks
-
parentNameThe name of another Item Specific that the current value depends on.
property
For example, in a clothing category, “Size Type” could be recommended
as a parent of Size. -
parentValueThe value of another Item Specific that the current value depends on.
property
For example, in a clothing category, if “Size Type” is the ParentName,
then “Petite” could be recommended as a parent value for Size=Medium. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_NameValueRelationshipType.hparentName
The name of another Item Specific that the current value depends on.
For example, in a clothing category, “Size Type” could be recommended
as a parent of Size.
@property (nonatomic, retain) NSString *parentNameDiscussion
The name of another Item Specific that the current value depends on.
For example, in a clothing category, “Size Type” could be recommended
as a parent of Size.
type : NSString, wrapper for primitive string
Declared In
Trading_NameValueRelationshipType.hparentValue
The value of another Item Specific that the current value depends on.
For example, in a clothing category, if “Size Type” is the ParentName,
then “Petite” could be recommended as a parent value for Size=Medium.
@property (nonatomic, retain) NSString *parentValueDiscussion
The value of another Item Specific that the current value depends on.
For example, in a clothing category, if “Size Type” is the ParentName,
then “Petite” could be recommended as a parent value for Size=Medium.
type : NSString, wrapper for primitive string
Declared In
Trading_NameValueRelationshipType.h