Collection Class Reference
Inherits from | NSManagedObject |
Declared in | Collection.h Collection.m |
Overview
Collection class description. The class that includes attributes and methods for Collection object.
Tasks
Create Methods
-
+ collectionForUser:inManagedObjectContext:
Method that creates a Collection object.
Class Methods
collectionForUser:inManagedObjectContext:
Method that creates a Collection object.
+ (Collection *)collectionForUser:(User *)user inManagedObjectContext:(NSManagedObjectContext *)context
Parameters
- user
The user that owns this collection.
- context
Managed object context of the database.
Return Value
Returns the Collection object that is created.
Discussion
Method that creates a Collection object.
Declared In
Collection+Create.h