MindFusion.Scheduling for ASP.NET Programmer's Guide
Reminder Members
Constructors Fields Properties Methods
 


Represents reminders associated with schedule items.

The following tables list the members exposed by the Reminder type.

 Public Constructors

  Name Description

Reminder

Initializes a new instance of the Reminder class.

 Public Fields

  Name Description

MaxInterval

The maximum time interval that can be set as value of TimeInterval for a Reminder object.

 Public Properties

  Name Description

IsTrackingViewState

Gets a value that indicates whether this Reminder is saving changes to its view state.

Message

Gets or sets the message to display as a reminder.

Time

Gets or sets the time when the Reminder is triggered.

TimeInterval

Gets or sets how much time before the item's scheduled start time to raise the event that triggers the reminder.

Type

Gets or sets the type of this reminder.

 Public Methods

  Name Description

Clone

Returns an exact copy of this Reminder object.

LoadFrom

Overloaded.  

LoadViewState

Restores view-state information for this Reminder from a ViewState object that was saved by the SaveViewState method.

SaveTo

Overloaded.  

SaveViewState

Saves any server view-state changes that have occurred on this Reminder since the time the page was posted back to the server.

TrackViewState

Causes tracking of view-state changes to the Reminder so they can be stored in a StateBag object.

 See Also

Reminder Class
MindFusion.Scheduling Namespace