MonobjcMonobjc Documented Class Library
NSSnapshotEventType Enumeration
NamespacesMonobjc.CoreDataNSSnapshotEventType

Constants returned from awakeFromSnapshotEvents: to denote the reason why a managed object may need to reinitialize values.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSSnapshotEventType
Public Enumeration NSSnapshotEventType
public enum class NSSnapshotEventType
Members
MemberDescription
NSSnapshotEventUndoInsertion

Specifies a change due to undo from insertion.

Available in Mac OS X v10.6 and later.


NSSnapshotEventUndoDeletion

Specifies a change due to undo from deletion.

Available in Mac OS X v10.6 and later.


NSSnapshotEventUndoUpdate

Specifies a change due to a property-level undo.

Available in Mac OS X v10.6 and later.


NSSnapshotEventRollback

Specifies a change due to the managed object context being rolled back.

Available in Mac OS X v10.6 and later.


NSSnapshotEventRefresh

Specifies a change due to the managed object being refreshed.

Available in Mac OS X v10.6 and later.


NSSnapshotEventMergePolicy

Specifies a change due to conflict resolution during a save operation.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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