Share via


NSManagedObject.ValidateForUpdate(NSError) Method

Definition

Returns true if the receiver is valid for updating.

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

Parameters

error
NSError

Returns

Attributes

Applies to