Trading_DescriptionTemplateType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_DescriptionTemplateType.h Trading_DescriptionTemplateType.m |
Tasks
-
groupIDUnique identifier for the group in which a Theme falls
property
(holidays, special events, etc.). Not returned for Layouts. -
idUnique identifier for one Theme or Layout.
property -
imageURLURL for a small (100x120 pixel) image providing a sample of how a Theme or Layout looks.
property -
nameUnique text name of the Theme or Layout.
property -
templateXMLXML defining the template. Elements you must include
property
in your XML: ThemeTop, ThemeUserCellTop, ThemeUserContent,
ThemeUserCellBottom, ThemeBottom. Not returned for Layouts. -
typeEither Layout or Theme.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDeclared In
Trading_DescriptionTemplateType.hgroupID
Unique identifier for the group in which a Theme falls
(holidays, special events, etc.). Not returned for Layouts.
@property (nonatomic, retain) NSNumber *groupIDDiscussion
Unique identifier for the group in which a Theme falls
(holidays, special events, etc.). Not returned for Layouts.
type : NSNumber, wrapper for primitive int
Declared In
Trading_DescriptionTemplateType.hid
Unique identifier for one Theme or Layout.
@property (nonatomic, retain) NSNumber *idDeclared In
Trading_DescriptionTemplateType.himageURL
URL for a small (100x120 pixel) image providing a sample of how a Theme or Layout looks.
@property (nonatomic, retain) NSString *imageURLDiscussion
URL for a small (100x120 pixel) image providing a sample of how a Theme or Layout looks.
type : NSString, wrapper for primitive string
Declared In
Trading_DescriptionTemplateType.hname
Unique text name of the Theme or Layout.
@property (nonatomic, retain) NSString *nameDeclared In
Trading_DescriptionTemplateType.htemplateXML
XML defining the template. Elements you must include
in your XML: ThemeTop, ThemeUserCellTop, ThemeUserContent,
ThemeUserCellBottom, ThemeBottom. Not returned for Layouts.
@property (nonatomic, retain) NSString *templateXMLDiscussion
XML defining the template. Elements you must include
in your XML: ThemeTop, ThemeUserCellTop, ThemeUserContent,
ThemeUserCellBottom, ThemeBottom. Not returned for Layouts.
type : NSString, wrapper for primitive string
Declared In
Trading_DescriptionTemplateType.h