Sign In  Sign Up Live-Chat

Questions on Aspose Tasks Data model

Last post 05-19-2008, 11:38 AM by alcrus. 5 replies.
Sort Posts: Previous Next
  •  05-12-2008, 12:04 PM 126540

    Questions on Aspose Tasks Data model

    I am trying to import data from an MS Project file and can't find some data items.  In particular, the Aspose.Tasks.Priority is an enum value while MS Project uses an integer value from 0-1000.  Is there a way to get the priority value as defined in MS Project?

    Secondly, in MS Project a task can define its availability as a pair of dates (start/stop date) and units available.  I do not see this data anywhere in the Aspose.Tasks.Resource class.

    Do you have any documentation that details how data is mapped from an MS Project file to your classes?  That would be a great help.

     
  •  05-13-2008, 10:41 AM 126719 in reply to 126540

    Re: Questions on Aspose Tasks Data model

    Dear rsholtes,

    Thanks for considering Aspose.Tasks.

    You should see the ProjectQuery demo code, it displays the Project data. The demo code is installed on your computer with the Aspose.Tasks installer.

    I will answer your questions after investigation.


    Many Thanks and Kind Regards,

    Shakeel Faiz
    Support Engineer
    Aspose Tyumen Team
     
  •  05-14-2008, 8:26 AM 126916 in reply to 126719

    Re: Questions on Aspose Tasks Data model

    That demo does not address my questions re: your data model and how you handle priority.  It really would be helpful if your company could document what elements in the MS Project file you support and those you don't.  Honestly, it is frustrating trying to "guess" at how your component operates - the help documentation is not very complete.

     

     
  •  05-14-2008, 8:54 AM 126924 in reply to 126540

    Re: Questions on Aspose Tasks Data model

    Aspose.Tasks was based on MPX format at first so everything mapped to this format if possible.

    There are 10 possible priority levels in MPX. You can find the list with values in the documentation.
    Values from MPP file divided by 100.

    Start and Finish dates defined for tasks but not for resources so you can find everything in the Task class.
    Also you can find Duration and DurationFormat properties there.

    Alexey Zhilin
    Team Leader
    Aspose Tyumen Team
    About Us
    Contact Us
     
  •  05-19-2008, 11:15 AM 127710 in reply to 126924

    Re: Questions on Aspose Tasks Data model

    Thanks (I think.)  I have done the work-around for priority, but its not good to lose the resolution of the values entered by users.

    The task class has information about the resources it uses but it doesn't look like it has the resource's availability calendar.

    Are there any plans to bring Aspose.Tasks up to date so it matches MPP file data and not MPX?  If not, I think I need to look for a different technical solution as the limitations of Aspose.Tasks won't work for our full requirements.

     
  •  05-19-2008, 11:38 AM 127715 in reply to 127710

    Re: Questions on Aspose Tasks Data model

    That is possible to update Aspose.Tasks of course but it will take time.

    Alexey Zhilin
    Team Leader
    Aspose Tyumen Team
    About Us
    Contact Us
     
View as RSS news feed in XML