Trading_PictureManagerFolderType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_PictureManagerFolderType.h Trading_PictureManagerFolderType.m |
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PictureManagerFolderType.h
folderID
The ID of the folder.
@property (nonatomic, retain) NSNumber *folderID
Discussion
The ID of the folder.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PictureManagerFolderType.h
name
The name of the folder.
@property (nonatomic, retain) NSString *name
Discussion
The name of the folder.
type : NSString, wrapper for primitive string
Declared In
Trading_PictureManagerFolderType.h
picture
A picture within the folder, identified by a name, date, URL, and other metadata.
@property (nonatomic, retain) NSMutableArray *picture
Discussion
A picture within the folder, identified by a name, date, URL, and other metadata.
entry type : class Trading_PictureManagerPictureType
Declared In
Trading_PictureManagerFolderType.h