Version

Reminder Class Members

The following tables list the members exposed by Reminder.

Public Constructors
 NameDescription
Public ConstructorReminder ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyDialogTextText describing the Reminder.  
Public PropertyDisplayIntervalInterval of time before the appointment at which to display the reminder.  
Public PropertyDisplayIntervalUnitsUnits in which the DisplayInterval property is expressed.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledIndicates whether the reminder is enabled.  
Public PropertyOwnerReturns the owning appointment.  
Public PropertySnoozedGets/sets if the appointment has been snoozed.  
Public PropertySnoozeIntervalInterval of time before the "snoozed" appointment at which to display the reminder.  
Public PropertySnoozeIntervalUnitsGets/sets the units in which the SnoozeInterval is expressed.  
Public PropertySnoozeTimeDate/Time at which the appointment was snoozed. This will be the base time used to determine when to show the reminder again. Note, if the Snoozed property is false, this time will not be used.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets all properties of this object to their default values. resetDataBoundFields parameter has meaning only if data binding is used.  
Public MethodResetDialogTextResets property to its default  
Public MethodResetDisplayIntervalResets property to its default  
Public MethodResetDisplayIntervalUnitsResets property to its default  
Public MethodResetEnabledResets property to its default  
Public MethodResetSnoozedReset the Property to their default values.  
Public MethodResetSnoozeIntervalReset the Property to their default values.  
Public MethodResetSnoozeIntervalUnitsReset the Property to their default values.  
Public MethodResetSnoozeTimeReset the Property to their default values.  
Public MethodShouldSerializeReturns true if any property on this object contains data that needs to be serialized.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodSnoozeDismiss the reminder for an appointment for the specified period of time.  
Public MethodToStringReturns the string representation of this object.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeDialogTextReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeDisplayIntervalReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeDisplayIntervalUnitsReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeEnabledReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeSnoozedReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeSnoozeIntervalReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeSnoozeIntervalUnitsReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeSnoozeTimeReturns true if property contains data that needs to be serialized.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also