Trading_ProductFinderConstraintType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ProductFinderConstraintType.h Trading_ProductFinderConstraintType.m |
Tasks
-
displayName
The search attribute name (e.g., Manufacturer).
property -
displayValue
The search attribute value the user specified in the query
property
(e.g., the actual name the user chose for the manufacturer). -
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
Trading_ProductFinderConstraintType.h
displayName
The search attribute name (e.g., Manufacturer).
@property (nonatomic, retain) NSString *displayName
Discussion
The search attribute name (e.g., Manufacturer).
type : NSString, wrapper for primitive string
Declared In
Trading_ProductFinderConstraintType.h
displayValue
The search attribute value the user specified in the query
(e.g., the actual name the user chose for the manufacturer).
@property (nonatomic, retain) NSString *displayValue
Discussion
The search attribute value the user specified in the query
(e.g., the actual name the user chose for the manufacturer).
type : NSString, wrapper for primitive string
Declared In
Trading_ProductFinderConstraintType.h