Search
Resource.SaveTo Method (JsonObject, JsonSerializationContext)
See Also
 





Saves the resource data as a JsonObject.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public virtual void SaveTo (
    JsonObject obj,
    JsonSerializationContext context
)

Visual Basic  Copy Code

Public Overridable Sub SaveTo( _
    obj As JsonObject, _
    context As JsonSerializationContext _
)

 Parameters

obj

JsonObject that will store the resource data.

context

The context object contains the file format revision number of the schedule being loaded. It also provides methods that facilitate reading and writing various data types from and to JSON.

 See Also