MonobjcMonobjc Documented Class Library
ContextShouldIgnoreUnmodeledPropertyChanges Property
NamespacesMonobjc.CoreDataNSManagedObjectContextShouldIgnoreUnmodeledPropertyChanges

Returns a Boolean value that indicates whether instances of the class should be marked as having changes if an unmodeled property is changed.

Original signature is '+ (BOOL)contextShouldIgnoreUnmodeledPropertyChanges'

Available in Mac OS X v10.6 and later.

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

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