Version

Reminder Class Members

The following tables list the members exposed by Reminder.

Public Constructors
 NameDescription
Public ConstructorReminder Constructor  
Public Properties
 NameDescription
Public PropertyIsSnoozedIndicates whether the activity is snoozed.  
Public PropertyLastDisplayedTimeIndicates the time that the reminder was last displayed.  
Public PropertyLastSnoozeTimeIndicates the time that the reminder was last snoozed.  
Public PropertySnoozeIntervalIndicates the interval after the LastSnoozeTime that the reminder will be re-displayed.  
Public PropertyTextSpecifies the text that will be displayed in the reminder.  
Public PropertyUserDataSpecifies user data associated with this reminder.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also