Files
DbFirst/DbFirst/PlutoModel.edmx.diagram
2018-11-14 22:31:54 +01:00

20 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
<edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
<!-- Diagram content (shape and connector positions) -->
<edmx:Diagrams>
<Diagram DiagramId="cf6a3b3fe0b14484848ee50a6bf039db" Name="Diagram1" ZoomLevel="83" DisplayType="true">
<EntityTypeShape EntityType="PlutoModel.Author" Width="1.5" PointX="0.75" PointY="2.25" IsExpanded="true" />
<EntityTypeShape EntityType="PlutoModel.Course" Width="1.5" PointX="3" PointY="1.625" IsExpanded="true" />
<EntityTypeShape EntityType="PlutoModel.CourseSection" Width="1.5" PointX="5.25" PointY="1" IsExpanded="true" />
<EntityTypeShape EntityType="PlutoModel.Post" Width="1.5" PointX="0.75" PointY="5.75" IsExpanded="true" />
<EntityTypeShape EntityType="PlutoModel.Tag" Width="1.5" PointX="5.25" PointY="3.625" IsExpanded="true" />
<EntityTypeShape EntityType="PlutoModel.tblUser" Width="1.5" PointX="2.75" PointY="6.75" IsExpanded="true" />
<AssociationConnector Association="PlutoModel.FK_Courses_Authors" ManuallyRouted="false" />
<AssociationConnector Association="PlutoModel.FK_CourseSections_Courses" ManuallyRouted="false" />
<AssociationConnector Association="PlutoModel.CourseTags" ManuallyRouted="false" />
</Diagram>
</edmx:Diagrams>
</edmx:Designer>
</edmx:Edmx>