Platforms to show: All Mac Windows Linux Cross-Platform

Back to EKObjectMBS class.

EKObjectMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The private constructor.

EKObjectMBS.hasChanges as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Returns whether this object or any of the objects it contains has uncommitted changes.

Returns true if there are uncommitted changes; otherwise, false.

EKObjectMBS.isNew as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Returns whether this object has ever been saved.

Returns true if the object has not been saved; otherwise, false.

EKObjectMBS.refresh as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Merges changes to this object with the latest saved values.

If the operation is successful, YES; if the object was deleted in the event store, false. If this method returns false, the object should be released.

This method merges the local changes to properties of this object with the latest values in the event store. This method updates only properties that have not been modified locally, so you do not lose any changes by invoking this method. You can also use this method to see whether an object was deleted from the event store.

EKObjectMBS.reset

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Returns this object to its saved state.

This method updates all the properties of this object with the corresponding values in the event store. Any local changes that were not saved before invoking this method are lost. This method does nothing if the object was never saved.

EKObjectMBS.rollback

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Rolls back the property values of this object to its original state when it was first fetched.

Any local changes to this object are lost when invoking this method. This method does not refetch property values from the event store. This method does nothing if the object was never changed.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...