MindFusion.Wpf Pack Programmer's Guide
SerializationContext Constructor
See Also
 





Initializes a new instance of the SerializationContext class.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public SerializationContext (
    Schedule schedule
)

Visual Basic  Copy Code

Public New ( _
    schedule As Schedule _
)

 Parameters

schedule
An instance of the Schedule class representing the schedule to associate with.

 Remarks

Generally, you do not have to instantiate from SerializationContext explicitly unless you want to serialize only particular elements and not the entire schedule.

 See Also

SerializationContext Class
MindFusion.Scheduling Namespace