Contents

managedObjectContext

The managed object context with which the managed object is registered.

Declaration

unowned(unsafe) var managedObjectContext: NSManagedObjectContext? { get }

Discussion

May be nil if the receiver has been deleted from its context.

If the receiver is a fault, accessing this property does not cause it to fire.

See Also

Getting State Information