LuxChat  2.0
Instant messenger for iOS
Instance Methods | Protected Attributes | List of all members
PFRelation Class Reference

#import <PFRelation.h>

Inheritance diagram for PFRelation:

Instance Methods

(PFQuery< ObjectType > *) - query
 
More...
 
(void) - addObject:
 
More...
 
(void) - removeObject:
 

Protected Attributes

 __pad0__: NSObject@property (nullable
 
 nonatomic
 
copy NSString * targetClass
 

Detailed Description

Copyright (c) 2015-present, Parse, LLC. All rights reserved.

This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. The PFRelation class that is used to access all of the children of a many-to-many relationship. Each instance of PFRelation is associated with a particular parent object and key.

Copyright (c) 2015-present, Parse, LLC. All rights reserved.

This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory.

Method Documentation

- (void) addObject: (ObjectType)  object



Adds a relation to the passed in object.

Parameters
objectA PFObject object to add relation to.
- (PFQuery<ObjectType> *) query



Returns a PFQuery object that can be used to get objects in this relation.

- (void) removeObject: (ObjectType)  object

Removes a relation to the passed in object.

Parameters
objectA PFObject object to add relation to.

The documentation for this class was generated from the following file: