Skip to main content

Reminder Methods
Show Inherited Hide Inherited

A reminder for a non-recurring appointment.
Name Description
AlertTimeExpired(DateTime) protected Determines whether the reminder should fire an alert when the specified time comes. Inherited from ReminderBase.
Dismiss() Switches the reminder off for the associated appointment. Inherited from ReminderBase.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
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() protected This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ReminderBase.
OnContentChanging(String, Object, Object) protected This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ReminderBase.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
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. Inherited from ReminderBase.
Snooze(TimeSpan) Notifies the scheduler to defer the triggering of a reminder by the specified interval. Inherited from ReminderBase.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also