Trading_ProductFinderConstraintType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ProductFinderConstraintType.h Trading_ProductFinderConstraintType.m |
Tasks
-
displayNameThe search attribute name (e.g., Manufacturer).
property -
displayValueThe 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ProductFinderConstraintType.hdisplayName
The search attribute name (e.g., Manufacturer).
@property (nonatomic, retain) NSString *displayNameDiscussion
The search attribute name (e.g., Manufacturer).
type : NSString, wrapper for primitive string
Declared In
Trading_ProductFinderConstraintType.hdisplayValue
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 *displayValueDiscussion
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