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 PropertyHasListenersGets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodDismissDismisses the reminder.  
Public MethodSnoozeSnoozes the reminder.  
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