Copy link to clipboard
Copied
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.
Have something to add?