MindFusion.Scheduling for ASP.NET Programmer's Guide
RecurrenceException Members
Properties Methods
 


Represents an exception of the recurrence pattern.

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

 Public Properties

  Name Description

IsDeleted

Gets or sets a value indicating whether this event occurrence has been deleted.

IsTrackingViewState

Gets a value that indicates whether the RecurrenceException is saving changes to its view state.

Item

Gets the Item representing the recurrence exception.

 Protected Properties

  Name Description

ViewState

Gets a dictionary of state information that allows you to save and restore the view state of the RecurrenceException across multiple requests for the same page.

 Public Methods

  Name Description

LoadViewState

Restores view-state information for this RecurrenceException from a previous page request that was saved by the SaveViewState method.

SaveViewState

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

TrackViewState

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

 See Also

RecurrenceException Class
MindFusion.Scheduling Namespace