Version 1.6 - Updated on 11/17/2016
Superclass: PCResourceItem
Declared In: PCFile.h
This class stores the metadata information of a file.
- (id)initWithDBResourceID:(NSManagedObjectID *)managedObjectID;
PCFile
using a managedObjectID
. managedObjectID
is mapped with coredata
object and a PCResource
is created out of the values copied from the coredata
object.creationDate
@property (nonatomic, readonly, strong) NSDate *creationDate;
Cre-ation-Date
will differ from Capture-Date
, while on a camera phone the two attributes are likely to match.file
@property (nonatomic, readonly, strong) NSNumber *file;
locationCountry
@property (nonatomic, readonly, copy) NSString *locationCountry;
locationLocality
@property (nonatomic, readonly, copy) NSString *locationLocality;
mimeType
@property (nonatomic, readonly, copy) NSString *mimeType;
timelineDate
@property (nonatomic, readonly, strong) NSDate *timelineDate;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.