MindFusion.Wpf Pack Programmer's Guide
Schedule.SaveToJsonObject Method
See Also
 





Saves the schedule to a JsonObject.

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

 Syntax

C#  Copy Code

public void SaveToJsonObject (
    JsonObject obj,
    JsonSerializationContext context
)

Visual Basic  Copy Code

Public Sub SaveToJsonObject( _
    obj As JsonObject, _
    context As JsonSerializationContext _
)

 Parameters

obj

A JsonObject the schedule's data should be stored into.

context

A JsonSerializationContext object providing contextual information about the serialization process and helper serialization methods.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace