Share via


NSManagedObject.ValidateForDelete(NSError) Method

Definition

Returns true if the receiver is valid for deletion.

[Foundation.Export("validateForDelete:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ValidateForDelete(out Foundation.NSError error);
[<Foundation.Export("validateForDelete:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ValidateForDelete : NSError -> bool
override this.ValidateForDelete : NSError -> bool

Parameters

error
NSError

Returns

Attributes

Applies to