Skip to main content
Known Participant
April 23, 2014
Question

Make Component of Custom List Type Property

  • April 23, 2014
  • 0 replies
  • 203 views

Like Following .Net Class how to make component in coldfusion10?

public class ViewModelSearch

    {

        public List<PropertyAttributeGroup> PropertyAttributeGroups { get; set; }

        public List<Product> Products { get; set; }

    }

Where PropertyAttributeGroups  ia s class autogenerate using Entity Framwork in .NET.

This topic has been closed for replies.