private void RenderProperties(ITable table) { Condor.Core.Property prop = null; foreach (IColumn c in table.Columns) { prop = new WcfPropertyRenderDto(c, _context); prop.Render(); } WcfForeignKeyPropertiesDtos dtos = new WcfForeignKeyPropertiesDtos(table, _context); dtos.Render(); }