Skip to main content
A newer version of this page is available. .

ReminderBase Properties

Serves as the base for classes which represent reminders for non-recurring and recurring appointments.
Name Description
AlertTime Gets or sets the reminder’s alert time.
CustomFields Gets the collection of custom fields bound to the persistent object. Inherited from PersistentObject.
DeferChangingToEndUpdate This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PersistentObject.
Dismissed Gets whether the reminder has been dismissed.
Id Gets a persistent object identifier previously retrieved from an external database or set at runtime. Inherited from PersistentObject.
IsDisposed Gets whether the current object has been disposed of. Inherited from PersistentObject.
IsUpdateLocked Gets whether the persistent object is locked while it is being updated. Inherited from PersistentObject.
RowHandle Gets or sets a value that identifies the data row bound to the persistent object. Inherited from PersistentObject.
TimeBeforeStart Gets or sets the time interval before the appointment’s start time.
See Also