MindFusion.Scheduling for Silverlight Programmer's Guide
Schedule Methods
 


 Public Methods

  Name Description

CancelCompositeOperation

Stops recording undo/redo commands into a CompositeCommand and discards the records created so far.

Clear

Clears all items, tasks, locations, contacts and resources contained in this schedule.

CommitCompositeOperation

Stops recording undo/redo commands into a CompositeCommand and saves the composite in the history queue.

ExecuteCommand

Executes the specified command on this schedule.

GetAllItems

Overloaded. Retrieves a collection of all events, including recurrent item instances, scheduled to occur in the specified time interval.

GetFreePeriod

Overloaded. Returns the next period with the specified duration after the specified date, which is not occupied by items.

GetItemsToRemindOf

Overloaded. Retrieves a collection of all items that must be reminded of.

GetTasksToRemindOf

Overloaded.  

IsClassRegistered

Overloaded.  

LoadFrom

Overloaded.  

LoadFromXml

 

Redo

Executes again an action saved in the command history.

RegisterItemClass

Registers a schedule item class for serialization support.

RegisterResourceClass

Registers a resource class for serialization support.

SaveTo

Overloaded.  

SaveToXml

 

StartCompositeOperation

Starts recording undo/redo commands into a CompositeCommand.

Undo

Undoes an action saved in the command history.

UnregisterClass

Overloaded. Unregisters the item or resource with the specified class identifier or type from the system.

 Protected Methods

  Name Description

OnActionRedone

Raises the ActionRedone event.

OnActionUndone

Raises the ActionUndone event.

OnDeserializeTag

Raises the DeserializeTag event.

OnInstantiateItem

Raises the InstantiateItem event.

OnInstantiateResource

Raises the InstantiateResource event.

OnItemEndTimeTriggered

Raises the ItemEndTimeTriggered event.

OnItemReminderTriggered

Raises the ItemReminderTriggered event.

OnSerializeTag

Raises the SerializeTag event.

OnTaskReminderTriggered

Raises the TaskReminderTriggered event.

 See Also

Schedule Class
MindFusion.Scheduling Namespace