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