NSManagedObjectContext.ShouldHandleInaccessibleFault Method

Definition

Returns a Boolean value that controls whether inaccessible faults wil be handled.

[Foundation.Export("shouldHandleInaccessibleFault:forObjectID:triggeredByProperty:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldHandleInaccessibleFault (CoreData.NSManagedObject fault, CoreData.NSManagedObjectID oid, CoreData.NSPropertyDescription property);
abstract member ShouldHandleInaccessibleFault : CoreData.NSManagedObject * CoreData.NSManagedObjectID * CoreData.NSPropertyDescription -> bool
override this.ShouldHandleInaccessibleFault : CoreData.NSManagedObject * CoreData.NSManagedObjectID * CoreData.NSPropertyDescription -> bool

Parameters

property
NSPropertyDescription

To be added.

This parameter can be null.

Returns

Attributes

Applies to