Trading_DescriptionTemplateType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_DescriptionTemplateType.h Trading_DescriptionTemplateType.m |
Tasks
-
groupID
Unique identifier for the group in which a Theme falls
property
(holidays, special events, etc.). Not returned for Layouts. -
id
Unique identifier for one Theme or Layout.
property -
imageURL
URL for a small (100x120 pixel) image providing a sample of how a Theme or Layout looks.
property -
name
Unique text name of the Theme or Layout.
property -
templateXML
XML defining the template. Elements you must include
property
in your XML: ThemeTop, ThemeUserCellTop, ThemeUserContent,
ThemeUserCellBottom, ThemeBottom. Not returned for Layouts. -
type
Either Layout or Theme.
property -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Declared In
Trading_DescriptionTemplateType.h
groupID
Unique identifier for the group in which a Theme falls
(holidays, special events, etc.). Not returned for Layouts.
@property (nonatomic, retain) NSNumber *groupID
Discussion
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.h
id
Unique identifier for one Theme or Layout.
@property (nonatomic, retain) NSNumber *id
Declared In
Trading_DescriptionTemplateType.h
imageURL
URL for a small (100x120 pixel) image providing a sample of how a Theme or Layout looks.
@property (nonatomic, retain) NSString *imageURL
Discussion
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.h
name
Unique text name of the Theme or Layout.
@property (nonatomic, retain) NSString *name
Declared In
Trading_DescriptionTemplateType.h
templateXML
XML defining the template. Elements you must include
in your XML: ThemeTop, ThemeUserCellTop, ThemeUserContent,
ThemeUserCellBottom, ThemeBottom. Not returned for Layouts.
@property (nonatomic, retain) NSString *templateXML
Discussion
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