Inherits from NSObject
Declared in TICDSSyncConflict.h

Overview

A TICDSSyncConflict object describes a conflict found between changes made locally, and changes made by another client who has already posted their SyncChanges.

Tasks

Properties

Properties

conflictDescription

A description of this type of conflict.

@property (weak, readonly) NSString *conflictDescription

Declared In

TICDSSyncConflict.h

conflictType

The type of conflict.

@property (assign) TICDSSyncConflictType conflictType

Declared In

TICDSSyncConflict.h

entityName

The name of the entity for which conflicting changes were made to an object.

@property (copy) NSString *entityName

Declared In

TICDSSyncConflict.h

localInformation

Information about the conflicting information on the local change.

@property (strong) NSDictionary *localInformation

Declared In

TICDSSyncConflict.h

objectSyncID

The sync id (ticdsSyncID attribute) of the object for which the conflict was found.

@property (copy) NSString *objectSyncID

Declared In

TICDSSyncConflict.h

relevantKey

The name of the key for which a conflict exists.

@property (copy) NSString *relevantKey

Declared In

TICDSSyncConflict.h

remoteInformation

Information about the conflicting information on the remote change.

@property (strong) NSDictionary *remoteInformation

Declared In

TICDSSyncConflict.h