RecurringReminder Methods
Represents a reminder for a recurring appointment.
Name | Description |
---|---|
Alert |
Determines whether the reminder should fire an alert when the specified time comes.
Inherited from Reminder |
Assign |
Copies all settings from the object passed as the parameter to the current object.
Inherited from Persistent |
Begin |
Locks the object until the End |
Can |
Determines whether this reminder can fire an alert at the specified time. |
Cancel |
Unlocks the Persistent |
Can |
Raises the Persistent |
Delete() |
Attempts to delete the persistent object from the collection to which it belongs.
Inherited from Persistent |
Delete |
Deletes the persistent object from its storage.
Inherited from Persistent |
Dismiss() |
Switches the reminder off for the associated appointment.
Inherited from Reminder |
Dispose() |
Disposes of the Persistent |
End |
Unlocks the Persistent |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
From |
Obsolete. Reconstructs a persistent object from an XML encoding.
Inherited from Persistent |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the data object that is bound to the current persistent object.
Inherited from Persistent |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Updates Reminder |
On |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Reminder |
On |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Reminder |
Raise |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Persistent |
Raise |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Persistent |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rollback |
Restores object properties to their initial state.
Inherited from Persistent |
Snooze |
Notifies the scheduler to defer the triggering of a reminder by the specified interval starting from the specified now date and time.
Inherited from Reminder |
Snooze |
Notifies the scheduler to defer the triggering of a reminder by the specified interval.
Inherited from Reminder |
To |
Returns a string that represents the current object. Inherited from Object. |
To |
Obsolete. Creates an XML encoding of the persistent object.
Inherited from Persistent |
See Also