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