Beispiel #1
0
        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();
        }
Beispiel #2
0
        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();
        }