Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Is MindFusion.Scheduling good for my project? (Read 2464 times)
Firmware
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Jul 7th, 2010
Is MindFusion.Scheduling good for my project?
Jul 7th, 2010 at 6:29am
Print Post  
Hi all,

I have to make a planning application for 3 machines. Where employees can assign tasks to the machines witch will contain all machineproperties and a start and end hour. And when the planning is ok for that one day it should be possible to store/save it in a database.

Would Scheduling come handy in my case?

Thank you!
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Is MindFusion.Scheduling good for my project?
Reply #1 - Jul 7th, 2010 at 7:34am
Print Post  
Scheduling appointments (tasks in your case) over resources (machines in your case) is one of the main purposes of MindFusion.Scheduling for WPF.

However, a direct database serialization is not supported so you will need to manually implement it by either storing individual properties of the tasks to database fields or by serializing the tasks to XML strings and then storing the entire strings to the database.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint