Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • pvassalo 21 posts 28 karma points
    Apr 30, 2009 @ 16:20
    pvassalo
    0

    Creating classes based on DocumentType

    Hi everyone!

    I've created a class that whenever a document type is saved, creates an equivalent a c# Class.
    This c# class will already have the following features:
    - each property of the documentType will be a property of the class
    - a constructor based on the id of the node
    - derive the class if the document type has a master document type
    - Return list of object classes for the allowed child nodetypes

    For me it's been very useful and I would like to share it and have some feedback from you guys on how to extend it. Where's the best place to do it?

    thanks
    Pedro

  • Dirk De Grave 4537 posts 6006 karma points MVP 3x admin c-trib
    Apr 30, 2009 @ 21:06
    Dirk De Grave
    0

    Hi Pedro,

    Core team is working on something similar, a linq provider for umbraco. Not sure what version will have this feature included!

    Cheers,
    /Dirk

  • Tim Geyssens 1060 posts 27 karma points
    Apr 30, 2009 @ 21:28
    Tim Geyssens
    0

    Sounds a lot like

    Umbraco Interaction Layer

    http://uil.codeplex.com/

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies