Ejemplo n.º 1
0
 private void buttonShowMapping_Click(object sender, EventArgs e)
 {
     //ShowEntityMappedTables = !ShowEntityMappedTables;
     EntityDiagramType = EntityDiagramTypes.EntityMapping;
     DrawEntityMappings();
 }
Ejemplo n.º 2
0
 private void buttonShowInheritance_Click(object sender, EventArgs e)
 {
     EntityDiagramType = EntityDiagramTypes.EntityInheritance;
     DrawEntityInheritance();
 }
Ejemplo n.º 3
0
 private void buttonHybrid_Click(object sender, EventArgs e)
 {
     EntityDiagramType = EntityDiagramTypes.EntityHybrid;
     DrawEntityHybrid();
 }
Ejemplo n.º 4
0
 private void buttonShowMapping_Click(object sender, EventArgs e)
 {
     //ShowEntityMappedTables = !ShowEntityMappedTables;
     EntityDiagramType = EntityDiagramTypes.EntityMapping;
     DrawEntityMappings();
 }
Ejemplo n.º 5
0
 private void buttonShowInheritance_Click(object sender, EventArgs e)
 {
     EntityDiagramType = EntityDiagramTypes.EntityInheritance;
     DrawEntityInheritance();
 }
Ejemplo n.º 6
0
 private void buttonHybrid_Click(object sender, EventArgs e)
 {
     EntityDiagramType = EntityDiagramTypes.EntityHybrid;
     DrawEntityHybrid();
 }