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 PropertyHasListenersGets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodSetField<T>Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier)
See Also