MindFusion.Scheduling for ASP.NET Programmer's Guide
Item.CopyOccurrence Method
See Also
 





Called by the recurrence whenever a new occurrence is generated in order to populate the property fields of the instance with values from the master item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

protected virtual void CopyOccurrence (
    Item master
)

Visual Basic  Copy Code

Protected Overridable Sub CopyOccurrence ( _
    master As Item _
)

 Parameters

master
Type: Item
An Item that represents the master.

 Remarks

Override this method in classes that derive from Item or Appointment to populate any custom property fields of the instance with values from the master item. For more information on how to do that, see the Custom Items and Resources topic.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace