Version

ReminderInfo Class Members

The following tables list the members exposed by ReminderInfo.

Public Constructors
 NameDescription
Public ConstructorReminderInfo ConstructorConstructor. Initializes a new instance of object.  
Public Properties
 NameDescription
Public PropertyContextGets the object if any associated with the reminder.  
Public PropertyIsDismissedIndicates if the reminder has been dismissed.  
Public PropertyIsSnoozedIndicates if the reminder has been snoozed.  
Public PropertyReminderGets the associated Reminder object if any.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodDismissDismisses the reminder.  
Public MethodSnoozeSnoozes the reminder.  
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