NSManagedObjectContext.ShouldHandleInaccessibleFault Método

Definição

Retorna um valor booliano que controla se falhas inacessíveis serão tratadas.

[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

A ser adicionado.

Esse parâmetro pode ser null.

Retornos

Atributos

Aplica-se a