MindFusion.Wpf Pack Programmer's Guide
Location.LoadFrom Method (JsonObject, JsonSerializationContext)
See Also
 





Loads location data from a JsonObject.

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

 Syntax

C#  Copy Code

public override void LoadFrom (
    JsonObject obj,
    JsonSerializationContext context
)

Visual Basic  Copy Code

Public Overrides Sub LoadFrom( _
    obj As JsonObject, _
    context As JsonSerializationContext _
)

 Parameters

obj

The JsonObject containing location 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

LoadFrom Method Overload List
Location Members
Location Class
MindFusion.Scheduling Namespace