contextShouldIgnoreUnmodeledPropertyChanges
A Boolean value that indicates whether to mark instances of the class as having changes when an unmodeled property changes.
Declaration
class var contextShouldIgnoreUnmodeledPropertyChanges: Bool { get }Return Value
false if instances of the class should be marked as having changes if an unmodeled property is changed, otherwise true.
Discussion
The default value is true.