|
@@ -4,7 +4,7 @@
|
|
|
<edmx:Runtime>
|
|
|
<!-- SSDL content -->
|
|
|
<edmx:StorageModels>
|
|
|
- <Schema Namespace="Хранилище user26Model" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
|
|
|
+ <Schema Namespace="Хранилище user20Model" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
|
|
|
<EntityType Name="Executor">
|
|
|
<Key>
|
|
|
<PropertyRef Name="ID" />
|
|
@@ -28,16 +28,6 @@
|
|
|
<Property Name="DifficultyCoefficient" Type="float" Nullable="false" />
|
|
|
<Property Name="ToMoneyCoefficient" Type="float" Nullable="false" />
|
|
|
</EntityType>
|
|
|
- <EntityType Name="sysdiagrams">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="diagram_id" />
|
|
|
- </Key>
|
|
|
- <Property Name="name" Type="nvarchar" MaxLength="128" Nullable="false" />
|
|
|
- <Property Name="principal_id" Type="int" Nullable="false" />
|
|
|
- <Property Name="diagram_id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
- <Property Name="version" Type="int" />
|
|
|
- <Property Name="definition" Type="varbinary(max)" />
|
|
|
- </EntityType>
|
|
|
<EntityType Name="Task">
|
|
|
<Key>
|
|
|
<PropertyRef Name="ID" />
|
|
@@ -115,10 +105,9 @@
|
|
|
</Dependent>
|
|
|
</ReferentialConstraint>
|
|
|
</Association>
|
|
|
- <EntityContainer Name="Хранилище user26ModelContainer">
|
|
|
+ <EntityContainer Name="Хранилище user20ModelContainer">
|
|
|
<EntitySet Name="Executor" EntityType="Self.Executor" Schema="dbo" store:Type="Tables" />
|
|
|
<EntitySet Name="Manager" EntityType="Self.Manager" Schema="dbo" store:Type="Tables" />
|
|
|
- <EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" Schema="dbo" store:Type="Tables" />
|
|
|
<EntitySet Name="Task" EntityType="Self.Task" Schema="dbo" store:Type="Tables" />
|
|
|
<EntitySet Name="User" EntityType="Self.User" Schema="dbo" store:Type="Tables" />
|
|
|
<AssociationSet Name="executors_fk0" Association="Self.executors_fk0">
|
|
@@ -142,7 +131,7 @@
|
|
|
</edmx:StorageModels>
|
|
|
<!-- CSDL content -->
|
|
|
<edmx:ConceptualModels>
|
|
|
- <Schema Namespace="user26Model" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
|
|
|
+ <Schema Namespace="user20Model" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
|
|
|
<EntityType Name="Executor">
|
|
|
<Key>
|
|
|
<PropertyRef Name="ID" />
|
|
@@ -171,16 +160,6 @@
|
|
|
<NavigationProperty Name="Executor" Relationship="Self.executors_fk0" FromRole="Manager" ToRole="Executor" />
|
|
|
<NavigationProperty Name="User" Relationship="Self.FK_Manager_User" FromRole="Manager" ToRole="User" />
|
|
|
</EntityType>
|
|
|
- <EntityType Name="sysdiagrams">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="diagram_id" />
|
|
|
- </Key>
|
|
|
- <Property Name="name" Type="String" MaxLength="128" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
- <Property Name="principal_id" Type="Int32" Nullable="false" />
|
|
|
- <Property Name="diagram_id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
- <Property Name="version" Type="Int32" />
|
|
|
- <Property Name="definition" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
|
- </EntityType>
|
|
|
<EntityType Name="Task">
|
|
|
<Key>
|
|
|
<PropertyRef Name="ID" />
|
|
@@ -261,10 +240,9 @@
|
|
|
</Dependent>
|
|
|
</ReferentialConstraint>
|
|
|
</Association>
|
|
|
- <EntityContainer Name="user26Entities" annotation:LazyLoadingEnabled="true">
|
|
|
+ <EntityContainer Name="user20Entities" annotation:LazyLoadingEnabled="true">
|
|
|
<EntitySet Name="Executor" EntityType="Self.Executor" />
|
|
|
<EntitySet Name="Manager" EntityType="Self.Manager" />
|
|
|
- <EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" />
|
|
|
<EntitySet Name="Task" EntityType="Self.Task" />
|
|
|
<EntitySet Name="User" EntityType="Self.User" />
|
|
|
<AssociationSet Name="executors_fk0" Association="Self.executors_fk0">
|
|
@@ -289,9 +267,9 @@
|
|
|
<!-- C-S mapping content -->
|
|
|
<edmx:Mappings>
|
|
|
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
|
|
|
- <EntityContainerMapping StorageEntityContainer="Хранилище user26ModelContainer" CdmEntityContainer="user26Entities">
|
|
|
+ <EntityContainerMapping StorageEntityContainer="Хранилище user20ModelContainer" CdmEntityContainer="user20Entities">
|
|
|
<EntitySetMapping Name="Executor">
|
|
|
- <EntityTypeMapping TypeName="user26Model.Executor">
|
|
|
+ <EntityTypeMapping TypeName="user20Model.Executor">
|
|
|
<MappingFragment StoreEntitySet="Executor">
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
<ScalarProperty Name="ManagerID" ColumnName="ManagerID" />
|
|
@@ -300,7 +278,7 @@
|
|
|
</EntityTypeMapping>
|
|
|
</EntitySetMapping>
|
|
|
<EntitySetMapping Name="Manager">
|
|
|
- <EntityTypeMapping TypeName="user26Model.Manager">
|
|
|
+ <EntityTypeMapping TypeName="user20Model.Manager">
|
|
|
<MappingFragment StoreEntitySet="Manager">
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
<ScalarProperty Name="JuniorMinimum" ColumnName="JuniorMinimum" />
|
|
@@ -315,19 +293,8 @@
|
|
|
</MappingFragment>
|
|
|
</EntityTypeMapping>
|
|
|
</EntitySetMapping>
|
|
|
- <EntitySetMapping Name="sysdiagrams">
|
|
|
- <EntityTypeMapping TypeName="user26Model.sysdiagrams">
|
|
|
- <MappingFragment StoreEntitySet="sysdiagrams">
|
|
|
- <ScalarProperty Name="name" ColumnName="name" />
|
|
|
- <ScalarProperty Name="principal_id" ColumnName="principal_id" />
|
|
|
- <ScalarProperty Name="diagram_id" ColumnName="diagram_id" />
|
|
|
- <ScalarProperty Name="version" ColumnName="version" />
|
|
|
- <ScalarProperty Name="definition" ColumnName="definition" />
|
|
|
- </MappingFragment>
|
|
|
- </EntityTypeMapping>
|
|
|
- </EntitySetMapping>
|
|
|
<EntitySetMapping Name="Task">
|
|
|
- <EntityTypeMapping TypeName="user26Model.Task">
|
|
|
+ <EntityTypeMapping TypeName="user20Model.Task">
|
|
|
<MappingFragment StoreEntitySet="Task">
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
<ScalarProperty Name="ExecutorID" ColumnName="ExecutorID" />
|
|
@@ -345,7 +312,7 @@
|
|
|
</EntityTypeMapping>
|
|
|
</EntitySetMapping>
|
|
|
<EntitySetMapping Name="User">
|
|
|
- <EntityTypeMapping TypeName="user26Model.User">
|
|
|
+ <EntityTypeMapping TypeName="user20Model.User">
|
|
|
<MappingFragment StoreEntitySet="User">
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
<ScalarProperty Name="Password" ColumnName="Password" />
|