CKRecordIDMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
CKRecordIDMBS class
A CKRecordID object uniquely identifies a record in a database.
Record ID objects are normally created automatically when you create a new record, but you might also create IDs in several specific situations. For example, you must create record ID objects when you want to save a record in a zone other than the default zone. You can also create record ID objects when you want to retrieve records whose IDs you know from a database.
see
https://developer.apple.com/reference/cloudkit/ckrecordid
- 3 properties
- 5 methods
- shared method Available as Boolean
This class has no sub classes.
Some methods using this class:
Some properties using for this class:
Some events using this class:
- CKContainerMBS.discoverUserIdentityWithUserRecordIDCompleted(userRecordID as CKRecordIDMBS, userInfo as CKUserIdentityMBS, error as NSErrorMBS, tag as Variant)
- CKContainerMBS.discoverUserInfoWithUserRecordIDCompleted(userRecordID as CKRecordIDMBS, userInfo as CKDiscoveredUserInfoMBS, error as NSErrorMBS, tag as Variant)
- CKContainerMBS.fetchShareParticipantWithUserRecordIDCompleted(userRecordID as CKRecordIDMBS, shareParticipant as CKShareParticipantMBS, error as NSErrorMBS, tag as Variant)
- CKContainerMBS.fetchUserRecordIDCompleted(userRecordID as CKRecordIDMBS, error as NSErrorMBS, tag as Variant)
- CKDatabaseMBS.deleteRecordWithIDCompleted(recordID as CKRecordIDMBS, error as NSErrorMBS, tag as Variant)
- CKDatabaseMBS.fetchRecordWithIDCompleted(recordID as CKRecordIDMBS, record as CKRecordMBS, error as NSErrorMBS, tag as Variant)
- CKFetchRecordsOperationMBS.RecordCompleted(record as CKRecordMBS, recordID as CKRecordIDMBS, error as NSErrorMBS)
- CKFetchRecordsOperationMBS.RecordProgress(recordID as CKRecordIDMBS, progress as Double)
- CKFetchRecordZoneChangesOperationMBS.recordWithIDWasDeleted(recordID as CKRecordIDMBS, recordType as string)
- CKModifyRecordsOperationMBS.modifyRecordsCompleted(savedRecords() as CKRecordMBS, deletedRecordIDs() as CKRecordIDMBS, operationError as NSErrorMBS)
The items on this page are in the following plugins: MBS Mac64bit Plugin.
CKQuerySubscriptionMBS
-
CKRecordMBS