Compartir a través de


NSManagedObjectContext.ShouldHandleInaccessibleFault Método

Definición

Devuelve un valor booleano que controla si se controlarán errores inaccesibles.

[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

Parámetros

property
NSPropertyDescription

Se agregará.

Este parámetro puede ser null.

Devoluciones

Atributos

Se aplica a