SFObject Class Reference

Inherits from SFMobileSyncPersistableObject : NSObject
Conforms to NSCoding
Declared in SFObject.h

Other Methods

  objectId

Object Id

@property (nonatomic, strong, readonly) NSString *objectId

Declared In

SFObject.h

  name

Object name

@property (nonatomic, strong, readonly) NSString *name

Declared In

SFObject.h

Extension Methods

– encodeObject:forKey:encoder:

- (void)encodeObject:(id)object forKey:(NSString *)key encoder:(NSCoder *)encoder

– configureDataWithDictionary:

- (void)configureDataWithDictionary:(NSDictionary *)dataDiction