Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Scheduling for WinForms v5.8 (Read 2380 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Scheduling for WinForms v5.8
May 16th, 2020 at 8:43am
Print Post  
We have released version 5.8 of MindFusion.Scheduling for WinForms. The new version includes:

JSON serialization
Schedules can now be serialized in JSON format. This can be used for interoperability with MindFusion JavaScript scheduling library, or for general storage in JSON files or databases. To serialize a Schedule to a JSON string, call its SaveToJson method. To deserialize a schedule back from its JSON representation, call the LoadFromJson method. Custom item classes can implement JSON serialization for their additional properties by overriding the SaveTo(JsonObject) and LoadFrom(JsonObject) methods of base Item class. Such classes must be registered for serialization by calling the RegisterItemClass method and providing a string identifier for the clientClass parameter.

Miscellaneous
  • StartProcess, ProcessFileName and ProcessArguments properties added to Reminder.
  • Dedicated .NET 4.5+ assemblies.
  • Fixed exception in CompactItemLanes method when the schedule contains recurrence exceptions.

Installer for the latest version can be downloaded here, or from the clients area on our site:
https://www.mindfusion.eu/PlannerTrial.zip

Updated assemblies are also available as MindFusion.Scheduling NuGet package.

Enjoy!
« Last Edit: Nov 30th, 2020 at 3:05pm by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint