NSFetchedResultsController Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controller object for Core Data fetch requests; generally used to provide data for a UITableView.
[Foundation.Register("NSFetchedResultsController", true)]
public class NSFetchedResultsController : Foundation.NSObject
[<Foundation.Register("NSFetchedResultsController", true)>]
type NSFetchedResultsController = class
inherit NSObject
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| NSFetchedResultsController() |
Creates a new NSFetchedResultsController with default values. |
| NSFetchedResultsController(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSFetchedResultsController(NSFetchRequest, NSManagedObjectContext, String, String) |
Creates a new NSFetchedResultsController from the specified values. |
| NSFetchedResultsController(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| CacheName |
Gets the filename where section information is cached. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Delegate |
An instance of the CoreData.INSFetchedResultsControllerDelegate model class which acts as the class delegate. |
| Description | (Inherited from NSObject) |
| FetchedObjects |
Gets an array that contains the fetched objects. |
| FetchRequest |
Gets the request for the fetch for which this object contains the results. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| ManagedObjectContext |
Returns the NSManagedObjectContext that is used for fetching. |
| RetainCount | (Inherited from NSObject) |
| SectionIndexTitles |
Returns an array that contains the section index titles. |
| SectionNameKeyPath |
Returns the key path to the section name on fetched objects. |
| Sections |
Gets the sections of the fetch results. |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| WeakDelegate |
An object that can respond to the delegate protocol for this type |
| Zone | (Inherited from NSObject) |