Trading_StoreColorSchemeType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_StoreColorSchemeType.h Trading_StoreColorSchemeType.m |
Tasks
-
colorSchemeID
Store color scheme ID. (use GetStoreOptions to get the list of
property
valid theme color scheme IDs). -
name
Store color scheme name. Provides a user-friendly name for the
property
color scheme. -
color
Store color set.
property -
font
Container consisting of the Store’s font properties. This container is not returned if an eBay predefined store theme is
property
used ‘as is’. Use the GetStoreOptions
call to retrieve the complete set of data for the list of predefined eBay Stores options, including the themes and color
schemes. -
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_StoreColorSchemeType.h
color
Store color set.
@property (nonatomic, retain) Trading_StoreColorType *color
Declared In
Trading_StoreColorSchemeType.h
colorSchemeID
@property (nonatomic, retain) NSNumber *colorSchemeID
Discussion
Store color scheme ID. (use GetStoreOptions to get the list of
valid theme color scheme IDs).
type : NSNumber, wrapper for primitive int
Declared In
Trading_StoreColorSchemeType.h
font
Container consisting of the Store’s font properties. This container is not returned if an eBay predefined store theme is
used ‘as is’. Use the GetStoreOptions
call to retrieve the complete set of data for the list of predefined eBay Stores options, including the themes and color
schemes.
@property (nonatomic, retain) Trading_StoreFontType *font
Discussion
Container consisting of the Store’s font properties. This container is not returned if an eBay predefined store theme is
used ‘as is’. Use the GetStoreOptions
call to retrieve the complete set of data for the list of predefined eBay Stores options, including the themes and color
schemes.
type : class Trading_StoreFontType
Declared In
Trading_StoreColorSchemeType.h