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

ReminderBase Members

Serves as the base for classes which represent reminders for non-recurring and recurring appointments.

Properties

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.

Methods

Name Description
AlertTimeExpired(DateTime) Determines whether the reminder should fire an alert when the specified time comes.
Assign(IPersistentObject) Copies all settings from the object passed as the parameter to the current object. Inherited from PersistentObject.
BeginUpdate() Locks the object until the EndUpdate or CancelUpdate method is called. Inherited from PersistentObject.
CanAlert(DateTime, Int32) Determines whether this reminder can fire an alert at the specified time.
CancelUpdate() Unlocks the PersistentObject object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from PersistentObject.
CanDelete() Raises the PersistentObjectStorage<T>.ObjectDeleting event to determine whether the object can be deleted. Inherited from PersistentObject.
Delete() Attempts to delete the persistent object from the collection to which it belongs. Inherited from PersistentObject.
DeleteCore() Deletes the persistent object from its storage. Inherited from PersistentObject.
Dismiss() Switches the reminder off for the associated appointment.
Dispose() Disposes of the PersistentObject object. Inherited from PersistentObject.
EndUpdate() Unlocks the PersistentObject object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from PersistentObject.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FromXml(String) Obsolete. Reconstructs a persistent object from an XML encoding. Inherited from PersistentObject.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetSourceObject(ISchedulerStorageBase) Returns the data object that is bound to the current persistent object. Inherited from PersistentObject.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnContentChanged() This member supports the internal infrastructure and is not intended to be used directly from your code.
OnContentChanging(String, Object, Object) This member supports the internal infrastructure and is not intended to be used directly from your code.
RaiseChildDeleting(IPersistentObject) This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PersistentObject.
RaiseDeleting() This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PersistentObject.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RollbackObjectState(IPersistentObject) Restores object properties to their initial state. Inherited from PersistentObject.
Snooze(DateTime, TimeSpan) Notifies the scheduler to defer the triggering of a reminder by the specified interval starting from the specified now date and time.
Snooze(TimeSpan) Notifies the scheduler to defer the triggering of a reminder by the specified interval.
ToString() Returns a string that represents the current object. Inherited from Object.
ToXml() Obsolete. Creates an XML encoding of the persistent object. Inherited from PersistentObject.

Events

Name Description
RemindTimeChanged Fires when the alert time changes.
See Also