DCDetailedContentInfo Class Reference
| Inherits from | DCContentInfo : NSObject |
| Declared in | DCDetailedContentInfo.h |
Tasks
-
ratioproperty -
scoreproperty -
orientationproperty -
personsproperty -
eventsproperty -
favoritesproperty -
placesproperty -
yearMonthsproperty
Properties
events
List of event tag.
@property (nonatomic, readonly) NSArray *eventsDiscussion
Elements of this NSArray are DCNamedTagHead.
Declared In
DCDetailedContentInfo.hfavorites
List of favorite tag.
@property (nonatomic, readonly) NSArray *favoritesDiscussion
Elements of this NSArray are DCNamedTagHead.
Declared In
DCDetailedContentInfo.horientation
Orientation of this content. See DCOrientation for details.
@property (nonatomic, readonly) NSNumber *orientationDeclared In
DCDetailedContentInfo.hpersons
List of person tag.
@property (nonatomic, readonly) NSArray *personsDiscussion
Elements of this NSArray are DCNamedTagHead.
Declared In
DCDetailedContentInfo.hplaces
List of placement tag.
@property (nonatomic, readonly) NSArray *placesDiscussion
Elements of this NSArray are DCNamedTagHead.
Declared In
DCDetailedContentInfo.hratio
XY ratio(Y/X) of this content.
@property (nonatomic, readonly) NSString *ratioDeclared In
DCDetailedContentInfo.hscore
Score of this content. See DCScore for details.
@property (nonatomic, readonly) NSNumber *scoreDeclared In
DCDetailedContentInfo.hyearMonths
List of year month tag.
@property (nonatomic, readonly) NSArray *yearMonthsDiscussion
Elements of this NSArray are DCNamedTagHead.
Declared In
DCDetailedContentInfo.h