Trading_PictureManagerPictureType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_PictureManagerPictureType.h Trading_PictureManagerPictureType.m |
Tasks
-
pictureURLThe URL that identifies the picture in the album. If a URI has
property
spaces, replace them with %20. -
nameThe name of the picture, specified by the user.
property -
dateThe date the picture was uploaded to the Picture Manager account.
property -
displayFormatThe type of picture display in Picture Manager.
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
Trading_PictureManagerPictureType.hdate
The date the picture was uploaded to the Picture Manager account.
@property (nonatomic, retain) NSDate *dateDiscussion
The date the picture was uploaded to the Picture Manager account.
type : NSDate, wrapper for primitive date
Declared In
Trading_PictureManagerPictureType.hdisplayFormat
The type of picture display in Picture Manager.
@property (nonatomic, retain) NSMutableArray *displayFormatDiscussion
The type of picture display in Picture Manager.
entry type : class Trading_PictureManagerPictureDisplayType
Declared In
Trading_PictureManagerPictureType.hname
The name of the picture, specified by the user.
@property (nonatomic, retain) NSString *nameDiscussion
The name of the picture, specified by the user.
type : NSString, wrapper for primitive string
Declared In
Trading_PictureManagerPictureType.hpictureURL
The URL that identifies the picture in the album. If a URI has
spaces, replace them with %20.
@property (nonatomic, retain) NSString *pictureURLDiscussion
The URL that identifies the picture in the album. If a URI has
spaces, replace them with %20.
type : NSString, wrapper for primitive string
Declared In
Trading_PictureManagerPictureType.h