NSSnapshotEventType Enum

Definition

Enumerates reasons that a managed object may need to reinitialize certain values when it awakes.

public enum NSSnapshotEventType
type NSSnapshotEventType = 
Inheritance
NSSnapshotEventType

Fields

MergePolicy 64

Indicates that a conflict was resolved while saving.

Refresh 32

Indicates that a managed object was refreshed.

Rollback 16

Indicates that a rollback occurred.

UndoDeletion 4

Indicates that a deletion was undone.

UndoInsertion 2

Indicates that an insertion was undone.

UndoUpdate 8

Indicates that an update was undone.

Remarks

The values in this enumeration are returned by the AwakeFromSnapshotEvents(NSSnapshotEventType) method.

Applies to