Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_DescriptionTemplateType.h
Trading_DescriptionTemplateType.m

Overview

The information for one Theme or one Layout.

@ingroup EBayAPIInterface

Tasks

  •   groupID

    Unique identifier for the group in which a Theme falls
    (holidays, special events, etc.). Not returned for Layouts.

    property
  •   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
    in your XML: ThemeTop, ThemeUserCellTop, ThemeUserContent,
    ThemeUserCellBottom, ThemeBottom. Not returned for Layouts.

    property
  •   type

    Either Layout or Theme.

    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_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

Discussion

Unique identifier for one Theme or Layout.

type : NSNumber, wrapper for primitive int

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

Discussion

Unique text name of the Theme or Layout.

type : NSString, wrapper for primitive string

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

type

Either Layout or Theme.

@property (nonatomic, retain) NSString *type

Discussion

Either Layout or Theme.

type: string constant in Trading_DescriptionTemplateCodeType.h

Declared In

Trading_DescriptionTemplateType.h