Copied to clipboard

Flag this post as spam?

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


  • Marthijn Wassink 17 posts 50 karma points
    Mar 16, 2012 @ 07:54
    Marthijn Wassink
    0

    Model to Document Type

    Hi all,

    Is there a way to convert your Model to a document type in v5? For example:

        public class News

        {

            public int Id { get; set; }
    public string Title { get; set; }
    public string Body { get; set; }

        }

     

    Or is this not the way?

     

  • Marthijn Wassink 17 posts 50 karma points
    Mar 16, 2012 @ 07:59
    Marthijn Wassink
    0

    For some reason i can't edit my post to rephrase my question:  

    Is there a way to generate your document type from a Model in v5?

  • Andrey Solovyov 2 posts 22 karma points
    Mar 28, 2012 @ 18:44
    Andrey Solovyov
    0

    Hello!

    Did you found any way to generate document type programmatically?

    Thanks,

    Andrey.

Please Sign in or register to post replies

Write your reply to:

Draft