MonobjcMonobjc Documented Class Library
IsDeleted Property
NamespacesMonobjc.CoreDataNSManagedObjectIsDeleted

Returns a Boolean value that indicates whether the receiver will be deleted during the next save.

Original signature is '- (BOOL)isDeleted'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsDeleted { get; }
Public Overridable ReadOnly Property IsDeleted As Boolean
	Get
public:
virtual property bool IsDeleted {
	bool get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)