|
@@ -4,7 +4,7 @@
|
|
<edmx:Runtime>
|
|
<edmx:Runtime>
|
|
<!-- SSDL content -->
|
|
<!-- SSDL content -->
|
|
<edmx:StorageModels>
|
|
<edmx:StorageModels>
|
|
- <Schema Namespace="Хранилище gr692_gavModel" 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="Хранилище gr692_gavModel" 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="Dispatcher">
|
|
<EntityType Name="Dispatcher">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IdDispatcher" />
|
|
<PropertyRef Name="IdDispatcher" />
|
|
@@ -17,6 +17,7 @@
|
|
<Property Name="Patronymic" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="Patronymic" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="Birthday" Type="date" Nullable="false" />
|
|
<Property Name="Birthday" Type="date" Nullable="false" />
|
|
<Property Name="PhoneNumber" Type="nvarchar" MaxLength="10" Nullable="false" />
|
|
<Property Name="PhoneNumber" Type="nvarchar" MaxLength="10" Nullable="false" />
|
|
|
|
+ <Property Name="Email" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="Drivers">
|
|
<EntityType Name="Drivers">
|
|
<Key>
|
|
<Key>
|
|
@@ -67,16 +68,6 @@
|
|
<Property Name="IdRoute" Type="int" Nullable="false" />
|
|
<Property Name="IdRoute" Type="int" Nullable="false" />
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
</EntityType>
|
|
</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="Transport">
|
|
<EntityType Name="Transport">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IdTransport" />
|
|
<PropertyRef Name="IdTransport" />
|
|
@@ -177,7 +168,6 @@
|
|
<EntitySet Name="PointsList" EntityType="Self.PointsList" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="PointsList" EntityType="Self.PointsList" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="RouteList" EntityType="Self.RouteList" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="RouteList" EntityType="Self.RouteList" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Routes" EntityType="Self.Routes" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Routes" EntityType="Self.Routes" Schema="dbo" store:Type="Tables" />
|
|
- <EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" Schema="dbo" store:Type="Tables" />
|
|
|
|
<EntitySet Name="Transport" EntityType="Self.Transport" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Transport" EntityType="Self.Transport" Schema="dbo" store:Type="Tables" />
|
|
<AssociationSet Name="FK__DriversLi__IdDri__0C85DE4D" Association="Self.FK__DriversLi__IdDri__0C85DE4D">
|
|
<AssociationSet Name="FK__DriversLi__IdDri__0C85DE4D" Association="Self.FK__DriversLi__IdDri__0C85DE4D">
|
|
<End Role="Drivers" EntitySet="Drivers" />
|
|
<End Role="Drivers" EntitySet="Drivers" />
|
|
@@ -208,8 +198,7 @@
|
|
<End Role="Drivers" EntitySet="Drivers" />
|
|
<End Role="Drivers" EntitySet="Drivers" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
</EntityContainer>
|
|
</EntityContainer>
|
|
- </Schema>
|
|
|
|
- </edmx:StorageModels>
|
|
|
|
|
|
+ </Schema></edmx:StorageModels>
|
|
<!-- CSDL content -->
|
|
<!-- CSDL content -->
|
|
<edmx:ConceptualModels>
|
|
<edmx:ConceptualModels>
|
|
<Schema Namespace="gr692_gavModel" 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="gr692_gavModel" 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">
|
|
@@ -226,6 +215,7 @@
|
|
<Property Name="Birthday" Type="DateTime" Nullable="false" Precision="0" />
|
|
<Property Name="Birthday" Type="DateTime" Nullable="false" Precision="0" />
|
|
<Property Name="PhoneNumber" Type="String" MaxLength="10" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="PhoneNumber" Type="String" MaxLength="10" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<NavigationProperty Name="RouteList" Relationship="Self.FK__RouteList__IdRou__6383C8BA" FromRole="Dispatcher" ToRole="RouteList" />
|
|
<NavigationProperty Name="RouteList" Relationship="Self.FK__RouteList__IdRou__6383C8BA" FromRole="Dispatcher" ToRole="RouteList" />
|
|
|
|
+ <Property Name="Email" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="Drivers">
|
|
<EntityType Name="Drivers">
|
|
<Key>
|
|
<Key>
|
|
@@ -288,16 +278,6 @@
|
|
<NavigationProperty Name="PointsList" Relationship="Self.FK__PointsLis__IdRou__66603565" FromRole="Routes" ToRole="PointsList" />
|
|
<NavigationProperty Name="PointsList" Relationship="Self.FK__PointsLis__IdRou__66603565" FromRole="Routes" ToRole="PointsList" />
|
|
<NavigationProperty Name="RouteList" Relationship="Self.FK__RouteList__IdRou__628FA481" FromRole="Routes" ToRole="RouteList" />
|
|
<NavigationProperty Name="RouteList" Relationship="Self.FK__RouteList__IdRou__628FA481" FromRole="Routes" ToRole="RouteList" />
|
|
</EntityType>
|
|
</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="Transport">
|
|
<EntityType Name="Transport">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IdTransport" />
|
|
<PropertyRef Name="IdTransport" />
|
|
@@ -399,7 +379,6 @@
|
|
<EntitySet Name="PointsList" EntityType="Self.PointsList" />
|
|
<EntitySet Name="PointsList" EntityType="Self.PointsList" />
|
|
<EntitySet Name="RouteList" EntityType="Self.RouteList" />
|
|
<EntitySet Name="RouteList" EntityType="Self.RouteList" />
|
|
<EntitySet Name="Routes" EntityType="Self.Routes" />
|
|
<EntitySet Name="Routes" EntityType="Self.Routes" />
|
|
- <EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" />
|
|
|
|
<EntitySet Name="Transport" EntityType="Self.Transport" />
|
|
<EntitySet Name="Transport" EntityType="Self.Transport" />
|
|
<AssociationSet Name="FK__RouteList__IdRou__6383C8BA" Association="Self.FK__RouteList__IdRou__6383C8BA">
|
|
<AssociationSet Name="FK__RouteList__IdRou__6383C8BA" Association="Self.FK__RouteList__IdRou__6383C8BA">
|
|
<End Role="Dispatcher" EntitySet="Dispatcher" />
|
|
<End Role="Dispatcher" EntitySet="Dispatcher" />
|
|
@@ -439,6 +418,7 @@
|
|
<EntitySetMapping Name="Dispatcher">
|
|
<EntitySetMapping Name="Dispatcher">
|
|
<EntityTypeMapping TypeName="gr692_gavModel.Dispatcher">
|
|
<EntityTypeMapping TypeName="gr692_gavModel.Dispatcher">
|
|
<MappingFragment StoreEntitySet="Dispatcher">
|
|
<MappingFragment StoreEntitySet="Dispatcher">
|
|
|
|
+ <ScalarProperty Name="Email" ColumnName="Email" />
|
|
<ScalarProperty Name="IdDispatcher" ColumnName="IdDispatcher" />
|
|
<ScalarProperty Name="IdDispatcher" ColumnName="IdDispatcher" />
|
|
<ScalarProperty Name="Login" ColumnName="Login" />
|
|
<ScalarProperty Name="Login" ColumnName="Login" />
|
|
<ScalarProperty Name="Password" ColumnName="Password" />
|
|
<ScalarProperty Name="Password" ColumnName="Password" />
|
|
@@ -505,17 +485,6 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
- <EntitySetMapping Name="sysdiagrams">
|
|
|
|
- <EntityTypeMapping TypeName="gr692_gavModel.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="Transport">
|
|
<EntitySetMapping Name="Transport">
|
|
<EntityTypeMapping TypeName="gr692_gavModel.Transport">
|
|
<EntityTypeMapping TypeName="gr692_gavModel.Transport">
|
|
<MappingFragment StoreEntitySet="Transport">
|
|
<MappingFragment StoreEntitySet="Transport">
|