MindFusion.Wpf Pack 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.  

IsClientClassRegistered

Checks whether an item or resource type with the specified id is registered for JSON serialization.

LoadFrom

Overloaded.  

LoadFromJson

Loads the schedule from a JSON-formatted string.

LoadFromJsonObject

Loads the schedule from a JSON object previously created by SaveToJson.

LoadFromXml

Overloaded.  

Redo

Executes again an action saved in the command history.

RegisterItemClass

Overloaded.  

RegisterResourceClass

Overloaded.  

SaveTo

Overloaded.  

SaveToJson

Saves the schedule to a JSON-formatted string. Call LoadFromJson to restore the schedule data later.

SaveToJsonObject

Saves the schedule to a JsonObject.

SaveToXml

Overloaded.  

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.

OnJsonDeserializeTag

Raises the JsonDeserializeTag event.

OnJsonSerializeTag

Raises the JsonSerializeTag event.

OnSerializeTag

Raises the SerializeTag event.

OnTaskReminderTriggered

Raises the TaskReminderTriggered event.

 See Also

Schedule Class
MindFusion.Scheduling Namespace