![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
Represents a single change between one record value and another.
Properties | |
PTDiffusionRecordV2DeltaChangeType * | type |
A change contained within a record delta. | |
NSString * | recordName |
SInt32 | recordIndex |
NSString * | fieldName |
SInt32 | fieldIndex |
NSString * | key |
Instance Methods | |
(BOOL) | - isEqualToRecordV2DeltaChange: |
- (BOOL) isEqualToRecordV2DeltaChange: | (nullable PTDiffusionRecordV2DeltaChange *) | change |
Compares the receiver to the given recordV2 delta change.
change | The object with which to compare the receiver. |
YES
if the change is equal to the contents of the receiver, otherwise NO
.
|
readnonatomicassign |
The index of the affected field.
This will be 0
if the type is recordsAdded (PTDiffusionRecordV2DeltaChangeType) or recordsRemoved (PTDiffusionRecordV2DeltaChangeType).
|
readnonatomicassign |
The name of the affected field.
This will be a zero length (empty) string if the type is recordsAdded (PTDiffusionRecordV2DeltaChangeType) or recordsRemoved (PTDiffusionRecordV2DeltaChangeType).
|
readnonatomicassign |
The string key representation of the affected item in the form recordName(recordIndex).fieldName(fieldIndex)
or just recordName(recordIndex)
if the type is recordsAdded (PTDiffusionRecordV2DeltaChangeType) or recordsRemoved (PTDiffusionRecordV2DeltaChangeType).
|
readnonatomicassign |
The index of the affected record.
This will be 0
for the first (or only) record occurrence with the given name.
|
readnonatomicassign |
The name of the affected record.
|
readnonatomicassign |
A change contained within a record delta.