TICDSSyncConflict Class Reference
| 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
-
conflictTypeThe type of conflict.
property -
conflictDescriptionA description of this type of conflict.
property -
entityNameThe name of the entity for which conflicting changes were made to an object.
property -
relevantKeyThe name of the key for which a conflict exists.
property -
objectSyncIDThe sync id (
propertyticdsSyncIDattribute) of the object for which the conflict was found. -
localInformationInformation about the conflicting information on the local change.
property -
remoteInformationInformation about the conflicting information on the remote change.
property
Properties
conflictDescription
A description of this type of conflict.
@property (readonly) NSString *conflictDescriptionDeclared In
TICDSSyncConflict.hconflictType
The type of conflict.
@property (assign) TICDSSyncConflictType conflictTypeDeclared In
TICDSSyncConflict.hentityName
The name of the entity for which conflicting changes were made to an object.
@property (retain) NSString *entityNameDeclared In
TICDSSyncConflict.hlocalInformation
Information about the conflicting information on the local change.
@property (retain) NSDictionary *localInformationDeclared In
TICDSSyncConflict.hobjectSyncID
The sync id (ticdsSyncID attribute) of the object for which the conflict was found.
@property (retain) NSString *objectSyncIDDeclared In
TICDSSyncConflict.h