|
@@ -4,7 +4,7 @@
|
|
<edmx:Runtime>
|
|
<edmx:Runtime>
|
|
<!-- SSDL content -->
|
|
<!-- SSDL content -->
|
|
<edmx:StorageModels>
|
|
<edmx:StorageModels>
|
|
- <Schema Namespace="Хранилище InteractiveKioskModel" 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="InteractiveKioskModel.Store" 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="AttractionInPlace">
|
|
<EntityType Name="AttractionInPlace">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IDAttractionInTheParkZone" />
|
|
<PropertyRef Name="IDAttractionInTheParkZone" />
|
|
@@ -129,6 +129,10 @@
|
|
<Property Name="MiddleName" Type="nvarchar" MaxLength="150" />
|
|
<Property Name="MiddleName" Type="nvarchar" MaxLength="150" />
|
|
<Property Name="Username" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="Username" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="Password" Type="nvarchar(max)" Nullable="false" />
|
|
<Property Name="Password" Type="nvarchar(max)" Nullable="false" />
|
|
|
|
+ <Property Name="Email" Type="nvarchar(max)" />
|
|
|
|
+ <Property Name="PhoneNumber" Type="numeric" Precision="12" Scale="0" />
|
|
|
|
+ <Property Name="Birthday" Type="date" />
|
|
|
|
+ <Property Name="ProfilePhoto" Type="image" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="ParkZones">
|
|
<EntityType Name="ParkZones">
|
|
<Key>
|
|
<Key>
|
|
@@ -201,18 +205,6 @@
|
|
</Dependent>
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
- <Association Name="FK__Attractio__IDTyp__44FF419A">
|
|
|
|
- <End Role="TypeOfAttractions" Type="Self.TypeOfAttractions" Multiplicity="1" />
|
|
|
|
- <End Role="Attractions" Type="Self.Attractions" Multiplicity="*" />
|
|
|
|
- <ReferentialConstraint>
|
|
|
|
- <Principal Role="TypeOfAttractions">
|
|
|
|
- <PropertyRef Name="IDTypeOfAttraction" />
|
|
|
|
- </Principal>
|
|
|
|
- <Dependent Role="Attractions">
|
|
|
|
- <PropertyRef Name="IDTypeOfAttraction" />
|
|
|
|
- </Dependent>
|
|
|
|
- </ReferentialConstraint>
|
|
|
|
- </Association>
|
|
|
|
<Association Name="FK__Construct__IDCon__59FA5E80">
|
|
<Association Name="FK__Construct__IDCon__59FA5E80">
|
|
<End Role="Constructions" Type="Self.Constructions" Multiplicity="1" />
|
|
<End Role="Constructions" Type="Self.Constructions" Multiplicity="1" />
|
|
<End Role="ConstructionInPlace" Type="Self.ConstructionInPlace" Multiplicity="*" />
|
|
<End Role="ConstructionInPlace" Type="Self.ConstructionInPlace" Multiplicity="*" />
|
|
@@ -393,7 +385,7 @@
|
|
</Dependent>
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
- <EntityContainer Name="Хранилище InteractiveKioskModelContainer">
|
|
|
|
|
|
+ <EntityContainer Name="InteractiveKioskModelStoreContainer">
|
|
<EntitySet Name="AttractionInPlace" EntityType="Self.AttractionInPlace" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="AttractionInPlace" EntityType="Self.AttractionInPlace" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Attractions" EntityType="Self.Attractions" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Attractions" EntityType="Self.Attractions" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="AttractionSchedule" EntityType="Self.AttractionSchedule" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="AttractionSchedule" EntityType="Self.AttractionSchedule" Schema="dbo" store:Type="Tables" />
|
|
@@ -421,10 +413,6 @@
|
|
<End Role="Places" EntitySet="Places" />
|
|
<End Role="Places" EntitySet="Places" />
|
|
<End Role="AttractionInPlace" EntitySet="AttractionInPlace" />
|
|
<End Role="AttractionInPlace" EntitySet="AttractionInPlace" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
- <AssociationSet Name="FK__Attractio__IDTyp__44FF419A" Association="Self.FK__Attractio__IDTyp__44FF419A">
|
|
|
|
- <End Role="TypeOfAttractions" EntitySet="TypeOfAttractions" />
|
|
|
|
- <End Role="Attractions" EntitySet="Attractions" />
|
|
|
|
- </AssociationSet>
|
|
|
|
<AssociationSet Name="FK__Construct__IDCon__59FA5E80" Association="Self.FK__Construct__IDCon__59FA5E80">
|
|
<AssociationSet Name="FK__Construct__IDCon__59FA5E80" Association="Self.FK__Construct__IDCon__59FA5E80">
|
|
<End Role="Constructions" EntitySet="Constructions" />
|
|
<End Role="Constructions" EntitySet="Constructions" />
|
|
<End Role="ConstructionInPlace" EntitySet="ConstructionInPlace" />
|
|
<End Role="ConstructionInPlace" EntitySet="ConstructionInPlace" />
|
|
@@ -498,10 +486,10 @@
|
|
<Property Name="IDAttractionInTheParkZone" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDAttractionInTheParkZone" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDAttraction" Type="Int32" Nullable="false" />
|
|
<Property Name="IDAttraction" Type="Int32" Nullable="false" />
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" />
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" />
|
|
- <NavigationProperty Name="Attractions" Relationship="Self.FK__Attractio__IDAtt__52593CB8" FromRole="AttractionInPlace" ToRole="Attractions" />
|
|
|
|
- <NavigationProperty Name="Places" Relationship="Self.FK__Attractio__IDPla__534D60F1" FromRole="AttractionInPlace" ToRole="Places" />
|
|
|
|
|
|
+ <NavigationProperty Name="Attraction" Relationship="Self.FK__Attractio__IDAtt__52593CB8" FromRole="AttractionInPlace" ToRole="Attractions" />
|
|
|
|
+ <NavigationProperty Name="Place" Relationship="Self.FK__Attractio__IDPla__534D60F1" FromRole="AttractionInPlace" ToRole="Places" />
|
|
</EntityType>
|
|
</EntityType>
|
|
- <EntityType Name="Attractions">
|
|
|
|
|
|
+ <EntityType Name="Attraction">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IDAttraction" />
|
|
<PropertyRef Name="IDAttraction" />
|
|
</Key>
|
|
</Key>
|
|
@@ -514,9 +502,8 @@
|
|
<Property Name="StatusOfTheAttraction" Type="Boolean" Nullable="false" />
|
|
<Property Name="StatusOfTheAttraction" Type="Boolean" Nullable="false" />
|
|
<Property Name="ImageAttraction" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
<Property Name="ImageAttraction" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
<Property Name="IDTypeOfAttraction" Type="Int32" Nullable="false" />
|
|
<Property Name="IDTypeOfAttraction" Type="Int32" Nullable="false" />
|
|
- <NavigationProperty Name="AttractionInPlace" Relationship="Self.FK__Attractio__IDAtt__52593CB8" FromRole="Attractions" ToRole="AttractionInPlace" />
|
|
|
|
- <NavigationProperty Name="TypeOfAttractions" Relationship="Self.FK__Attractio__IDTyp__44FF419A" FromRole="Attractions" ToRole="TypeOfAttractions" />
|
|
|
|
- <NavigationProperty Name="ScheduleForAttraction" Relationship="Self.FK__ScheduleF__IDAtt__6383C8BA" FromRole="Attractions" ToRole="ScheduleForAttraction" />
|
|
|
|
|
|
+ <NavigationProperty Name="AttractionInPlaces" Relationship="Self.FK__Attractio__IDAtt__52593CB8" FromRole="Attractions" ToRole="AttractionInPlace" />
|
|
|
|
+ <NavigationProperty Name="ScheduleForAttractions" Relationship="Self.FK__ScheduleF__IDAtt__6383C8BA" FromRole="Attractions" ToRole="ScheduleForAttraction" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="AttractionSchedule">
|
|
<EntityType Name="AttractionSchedule">
|
|
<Key>
|
|
<Key>
|
|
@@ -529,7 +516,7 @@
|
|
<Property Name="StartOfTheSecondLunchtime" Type="Time" Precision="7" />
|
|
<Property Name="StartOfTheSecondLunchtime" Type="Time" Precision="7" />
|
|
<Property Name="EndOfTheSecondLunchtime" Type="Time" Precision="7" />
|
|
<Property Name="EndOfTheSecondLunchtime" Type="Time" Precision="7" />
|
|
<Property Name="EndTimeOfTheWork" Type="Time" Precision="7" />
|
|
<Property Name="EndTimeOfTheWork" Type="Time" Precision="7" />
|
|
- <NavigationProperty Name="ScheduleForAttraction" Relationship="Self.FK__ScheduleF__IDAtt__6477ECF3" FromRole="AttractionSchedule" ToRole="ScheduleForAttraction" />
|
|
|
|
|
|
+ <NavigationProperty Name="ScheduleForAttractions" Relationship="Self.FK__ScheduleF__IDAtt__6477ECF3" FromRole="AttractionSchedule" ToRole="ScheduleForAttraction" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="ConstructionInPlace">
|
|
<EntityType Name="ConstructionInPlace">
|
|
<Key>
|
|
<Key>
|
|
@@ -538,10 +525,10 @@
|
|
<Property Name="IDConstructionInPlace" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDConstructionInPlace" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDConstruction" Type="Int32" Nullable="false" />
|
|
<Property Name="IDConstruction" Type="Int32" Nullable="false" />
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" />
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" />
|
|
- <NavigationProperty Name="Constructions" Relationship="Self.FK__Construct__IDCon__59FA5E80" FromRole="ConstructionInPlace" ToRole="Constructions" />
|
|
|
|
- <NavigationProperty Name="Places" Relationship="Self.FK__Construct__IDPla__5AEE82B9" FromRole="ConstructionInPlace" ToRole="Places" />
|
|
|
|
|
|
+ <NavigationProperty Name="Construction" Relationship="Self.FK__Construct__IDCon__59FA5E80" FromRole="ConstructionInPlace" ToRole="Constructions" />
|
|
|
|
+ <NavigationProperty Name="Place" Relationship="Self.FK__Construct__IDPla__5AEE82B9" FromRole="ConstructionInPlace" ToRole="Places" />
|
|
</EntityType>
|
|
</EntityType>
|
|
- <EntityType Name="Constructions">
|
|
|
|
|
|
+ <EntityType Name="Construction">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IDConstruction" />
|
|
<PropertyRef Name="IDConstruction" />
|
|
</Key>
|
|
</Key>
|
|
@@ -551,9 +538,9 @@
|
|
<Property Name="StatusOfTheConstruction" Type="Boolean" Nullable="false" />
|
|
<Property Name="StatusOfTheConstruction" Type="Boolean" Nullable="false" />
|
|
<Property Name="ConstructionImage" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
<Property Name="ConstructionImage" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
<Property Name="IDTypeOfConstruction" Type="Int32" Nullable="false" />
|
|
<Property Name="IDTypeOfConstruction" Type="Int32" Nullable="false" />
|
|
- <NavigationProperty Name="ConstructionInPlace" Relationship="Self.FK__Construct__IDCon__59FA5E80" FromRole="Constructions" ToRole="ConstructionInPlace" />
|
|
|
|
- <NavigationProperty Name="TypeOfConstructions" Relationship="Self.FK__Construct__IDTyp__4D94879B" FromRole="Constructions" ToRole="TypeOfConstructions" />
|
|
|
|
- <NavigationProperty Name="ScheduleForConstruction" Relationship="Self.FK__ScheduleF__IDCon__68487DD7" FromRole="Constructions" ToRole="ScheduleForConstruction" />
|
|
|
|
|
|
+ <NavigationProperty Name="ConstructionInPlaces" Relationship="Self.FK__Construct__IDCon__59FA5E80" FromRole="Constructions" ToRole="ConstructionInPlace" />
|
|
|
|
+ <NavigationProperty Name="TypeOfConstruction" Relationship="Self.FK__Construct__IDTyp__4D94879B" FromRole="Constructions" ToRole="TypeOfConstructions" />
|
|
|
|
+ <NavigationProperty Name="ScheduleForConstructions" Relationship="Self.FK__ScheduleF__IDCon__68487DD7" FromRole="Constructions" ToRole="ScheduleForConstruction" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="ConstructionSchedule">
|
|
<EntityType Name="ConstructionSchedule">
|
|
<Key>
|
|
<Key>
|
|
@@ -564,7 +551,7 @@
|
|
<Property Name="StartOfTheLunchtime" Type="Time" Precision="7" />
|
|
<Property Name="StartOfTheLunchtime" Type="Time" Precision="7" />
|
|
<Property Name="EndOfTheLunchtime" Type="Time" Precision="7" />
|
|
<Property Name="EndOfTheLunchtime" Type="Time" Precision="7" />
|
|
<Property Name="EndTimeOfTheWork" Type="Time" Precision="7" />
|
|
<Property Name="EndTimeOfTheWork" Type="Time" Precision="7" />
|
|
- <NavigationProperty Name="ScheduleForConstruction" Relationship="Self.FK__ScheduleF__IDCon__693CA210" FromRole="ConstructionSchedule" ToRole="ScheduleForConstruction" />
|
|
|
|
|
|
+ <NavigationProperty Name="ScheduleForConstructions" Relationship="Self.FK__ScheduleF__IDCon__693CA210" FromRole="ConstructionSchedule" ToRole="ScheduleForConstruction" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="DayOfWeek">
|
|
<EntityType Name="DayOfWeek">
|
|
<Key>
|
|
<Key>
|
|
@@ -572,8 +559,8 @@
|
|
</Key>
|
|
</Key>
|
|
<Property Name="IDDayOfWeek" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDDayOfWeek" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="NameDayOfWeek" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="NameDayOfWeek" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
- <NavigationProperty Name="ScheduleForAttraction" Relationship="Self.FK__ScheduleF__IDDay__656C112C" FromRole="DayOfWeek" ToRole="ScheduleForAttraction" />
|
|
|
|
- <NavigationProperty Name="ScheduleForConstruction" Relationship="Self.FK__ScheduleF__IDDay__6A30C649" FromRole="DayOfWeek" ToRole="ScheduleForConstruction" />
|
|
|
|
|
|
+ <NavigationProperty Name="ScheduleForAttractions" Relationship="Self.FK__ScheduleF__IDDay__656C112C" FromRole="DayOfWeek" ToRole="ScheduleForAttraction" />
|
|
|
|
+ <NavigationProperty Name="ScheduleForConstructions" Relationship="Self.FK__ScheduleF__IDDay__6A30C649" FromRole="DayOfWeek" ToRole="ScheduleForConstruction" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="EventInPlace">
|
|
<EntityType Name="EventInPlace">
|
|
<Key>
|
|
<Key>
|
|
@@ -582,10 +569,10 @@
|
|
<Property Name="IDEventInTheParkZone" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDEventInTheParkZone" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDEvent" Type="Int32" Nullable="false" />
|
|
<Property Name="IDEvent" Type="Int32" Nullable="false" />
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" />
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" />
|
|
- <NavigationProperty Name="Events" Relationship="Self.FK__EventInPl__IDEve__5DCAEF64" FromRole="EventInPlace" ToRole="Events" />
|
|
|
|
- <NavigationProperty Name="Places" Relationship="Self.FK__EventInPl__IDPla__5EBF139D" FromRole="EventInPlace" ToRole="Places" />
|
|
|
|
|
|
+ <NavigationProperty Name="Event" Relationship="Self.FK__EventInPl__IDEve__5DCAEF64" FromRole="EventInPlace" ToRole="Events" />
|
|
|
|
+ <NavigationProperty Name="Place" Relationship="Self.FK__EventInPl__IDPla__5EBF139D" FromRole="EventInPlace" ToRole="Places" />
|
|
</EntityType>
|
|
</EntityType>
|
|
- <EntityType Name="Events">
|
|
|
|
|
|
+ <EntityType Name="Event">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IDEvent" />
|
|
<PropertyRef Name="IDEvent" />
|
|
</Key>
|
|
</Key>
|
|
@@ -595,7 +582,7 @@
|
|
<Property Name="BeginningOfEvent" Type="DateTime" Nullable="false" Precision="3" />
|
|
<Property Name="BeginningOfEvent" Type="DateTime" Nullable="false" Precision="3" />
|
|
<Property Name="EndingOfEvent" Type="DateTime" Nullable="false" Precision="3" />
|
|
<Property Name="EndingOfEvent" Type="DateTime" Nullable="false" Precision="3" />
|
|
<Property Name="StatusOfTheEvent" Type="Boolean" Nullable="false" />
|
|
<Property Name="StatusOfTheEvent" Type="Boolean" Nullable="false" />
|
|
- <NavigationProperty Name="EventInPlace" Relationship="Self.FK__EventInPl__IDEve__5DCAEF64" FromRole="Events" ToRole="EventInPlace" />
|
|
|
|
|
|
+ <NavigationProperty Name="EventInPlaces" Relationship="Self.FK__EventInPl__IDEve__5DCAEF64" FromRole="Events" ToRole="EventInPlace" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="Map">
|
|
<EntityType Name="Map">
|
|
<Key>
|
|
<Key>
|
|
@@ -603,7 +590,7 @@
|
|
</Key>
|
|
</Key>
|
|
<Property Name="IDMap" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDMap" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" />
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" />
|
|
- <NavigationProperty Name="Places" Relationship="Self.FK__Map__IDPlace__3C69FB99" FromRole="Map" ToRole="Places" />
|
|
|
|
|
|
+ <NavigationProperty Name="Place" Relationship="Self.FK__Map__IDPlace__3C69FB99" FromRole="Map" ToRole="Places" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="ObjectInPlace">
|
|
<EntityType Name="ObjectInPlace">
|
|
<Key>
|
|
<Key>
|
|
@@ -612,10 +599,10 @@
|
|
<Property Name="IDObjectInTheParkZone" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDObjectInTheParkZone" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDObject" Type="Int32" Nullable="false" />
|
|
<Property Name="IDObject" Type="Int32" Nullable="false" />
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" />
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" />
|
|
- <NavigationProperty Name="Objects" Relationship="Self.FK__ObjectInP__IDObj__5629CD9C" FromRole="ObjectInPlace" ToRole="Objects" />
|
|
|
|
- <NavigationProperty Name="Places" Relationship="Self.FK__ObjectInP__IDPla__571DF1D5" FromRole="ObjectInPlace" ToRole="Places" />
|
|
|
|
|
|
+ <NavigationProperty Name="Object" Relationship="Self.FK__ObjectInP__IDObj__5629CD9C" FromRole="ObjectInPlace" ToRole="Objects" />
|
|
|
|
+ <NavigationProperty Name="Place" Relationship="Self.FK__ObjectInP__IDPla__571DF1D5" FromRole="ObjectInPlace" ToRole="Places" />
|
|
</EntityType>
|
|
</EntityType>
|
|
- <EntityType Name="Objects">
|
|
|
|
|
|
+ <EntityType Name="Object">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IDObject" />
|
|
<PropertyRef Name="IDObject" />
|
|
</Key>
|
|
</Key>
|
|
@@ -624,9 +611,9 @@
|
|
<Property Name="ObjectDescription" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="ObjectDescription" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="StatusOfTheObject" Type="Boolean" Nullable="false" />
|
|
<Property Name="StatusOfTheObject" Type="Boolean" Nullable="false" />
|
|
<Property Name="ObjectImage" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
<Property Name="ObjectImage" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
- <NavigationProperty Name="ObjectInPlace" Relationship="Self.FK__ObjectInP__IDObj__5629CD9C" FromRole="Objects" ToRole="ObjectInPlace" />
|
|
|
|
|
|
+ <NavigationProperty Name="ObjectInPlaces" Relationship="Self.FK__ObjectInP__IDObj__5629CD9C" FromRole="Objects" ToRole="ObjectInPlace" />
|
|
</EntityType>
|
|
</EntityType>
|
|
- <EntityType Name="ParkManagers">
|
|
|
|
|
|
+ <EntityType Name="ParkManager">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IDParkManager" />
|
|
<PropertyRef Name="IDParkManager" />
|
|
</Key>
|
|
</Key>
|
|
@@ -636,8 +623,12 @@
|
|
<Property Name="MiddleName" Type="String" MaxLength="150" FixedLength="false" Unicode="true" />
|
|
<Property Name="MiddleName" Type="String" MaxLength="150" FixedLength="false" Unicode="true" />
|
|
<Property Name="Username" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="Username" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="Password" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="Password" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
+ <Property Name="Email" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
+ <Property Name="PhoneNumber" Type="Decimal" Precision="12" Scale="0" />
|
|
|
|
+ <Property Name="Birthday" Type="DateTime" Precision="0" />
|
|
|
|
+ <Property Name="ProfilePhoto" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
</EntityType>
|
|
</EntityType>
|
|
- <EntityType Name="ParkZones">
|
|
|
|
|
|
+ <EntityType Name="ParkZone">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IDParkZone" />
|
|
<PropertyRef Name="IDParkZone" />
|
|
</Key>
|
|
</Key>
|
|
@@ -645,19 +636,19 @@
|
|
<Property Name="ParkZoneName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="ParkZoneName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<NavigationProperty Name="Places" Relationship="Self.FK__Places__IDParkZo__398D8EEE" FromRole="ParkZones" ToRole="Places" />
|
|
<NavigationProperty Name="Places" Relationship="Self.FK__Places__IDParkZo__398D8EEE" FromRole="ParkZones" ToRole="Places" />
|
|
</EntityType>
|
|
</EntityType>
|
|
- <EntityType Name="Places">
|
|
|
|
|
|
+ <EntityType Name="Place">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IDPlace" />
|
|
<PropertyRef Name="IDPlace" />
|
|
</Key>
|
|
</Key>
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDPlace" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="PlaceName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="PlaceName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="IDParkZone" Type="Int32" Nullable="false" />
|
|
<Property Name="IDParkZone" Type="Int32" Nullable="false" />
|
|
- <NavigationProperty Name="AttractionInPlace" Relationship="Self.FK__Attractio__IDPla__534D60F1" FromRole="Places" ToRole="AttractionInPlace" />
|
|
|
|
- <NavigationProperty Name="ConstructionInPlace" Relationship="Self.FK__Construct__IDPla__5AEE82B9" FromRole="Places" ToRole="ConstructionInPlace" />
|
|
|
|
- <NavigationProperty Name="EventInPlace" Relationship="Self.FK__EventInPl__IDPla__5EBF139D" FromRole="Places" ToRole="EventInPlace" />
|
|
|
|
- <NavigationProperty Name="Map" Relationship="Self.FK__Map__IDPlace__3C69FB99" FromRole="Places" ToRole="Map" />
|
|
|
|
- <NavigationProperty Name="ObjectInPlace" Relationship="Self.FK__ObjectInP__IDPla__571DF1D5" FromRole="Places" ToRole="ObjectInPlace" />
|
|
|
|
- <NavigationProperty Name="ParkZones" Relationship="Self.FK__Places__IDParkZo__398D8EEE" FromRole="Places" ToRole="ParkZones" />
|
|
|
|
|
|
+ <NavigationProperty Name="AttractionInPlaces" Relationship="Self.FK__Attractio__IDPla__534D60F1" FromRole="Places" ToRole="AttractionInPlace" />
|
|
|
|
+ <NavigationProperty Name="ConstructionInPlaces" Relationship="Self.FK__Construct__IDPla__5AEE82B9" FromRole="Places" ToRole="ConstructionInPlace" />
|
|
|
|
+ <NavigationProperty Name="EventInPlaces" Relationship="Self.FK__EventInPl__IDPla__5EBF139D" FromRole="Places" ToRole="EventInPlace" />
|
|
|
|
+ <NavigationProperty Name="Maps" Relationship="Self.FK__Map__IDPlace__3C69FB99" FromRole="Places" ToRole="Map" />
|
|
|
|
+ <NavigationProperty Name="ObjectInPlaces" Relationship="Self.FK__ObjectInP__IDPla__571DF1D5" FromRole="Places" ToRole="ObjectInPlace" />
|
|
|
|
+ <NavigationProperty Name="ParkZone" Relationship="Self.FK__Places__IDParkZo__398D8EEE" FromRole="Places" ToRole="ParkZones" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="ScheduleForAttraction">
|
|
<EntityType Name="ScheduleForAttraction">
|
|
<Key>
|
|
<Key>
|
|
@@ -667,7 +658,7 @@
|
|
<Property Name="IDAttraction" Type="Int32" Nullable="false" />
|
|
<Property Name="IDAttraction" Type="Int32" Nullable="false" />
|
|
<Property Name="IDAttractionSchedule" Type="Int32" Nullable="false" />
|
|
<Property Name="IDAttractionSchedule" Type="Int32" Nullable="false" />
|
|
<Property Name="IDDayOfWeek" Type="Int32" Nullable="false" />
|
|
<Property Name="IDDayOfWeek" Type="Int32" Nullable="false" />
|
|
- <NavigationProperty Name="Attractions" Relationship="Self.FK__ScheduleF__IDAtt__6383C8BA" FromRole="ScheduleForAttraction" ToRole="Attractions" />
|
|
|
|
|
|
+ <NavigationProperty Name="Attraction" Relationship="Self.FK__ScheduleF__IDAtt__6383C8BA" FromRole="ScheduleForAttraction" ToRole="Attractions" />
|
|
<NavigationProperty Name="AttractionSchedule" Relationship="Self.FK__ScheduleF__IDAtt__6477ECF3" FromRole="ScheduleForAttraction" ToRole="AttractionSchedule" />
|
|
<NavigationProperty Name="AttractionSchedule" Relationship="Self.FK__ScheduleF__IDAtt__6477ECF3" FromRole="ScheduleForAttraction" ToRole="AttractionSchedule" />
|
|
<NavigationProperty Name="DayOfWeek" Relationship="Self.FK__ScheduleF__IDDay__656C112C" FromRole="ScheduleForAttraction" ToRole="DayOfWeek" />
|
|
<NavigationProperty Name="DayOfWeek" Relationship="Self.FK__ScheduleF__IDDay__656C112C" FromRole="ScheduleForAttraction" ToRole="DayOfWeek" />
|
|
</EntityType>
|
|
</EntityType>
|
|
@@ -679,19 +670,18 @@
|
|
<Property Name="IDConstruction" Type="Int32" Nullable="false" />
|
|
<Property Name="IDConstruction" Type="Int32" Nullable="false" />
|
|
<Property Name="IDConstructionSchedule" Type="Int32" Nullable="false" />
|
|
<Property Name="IDConstructionSchedule" Type="Int32" Nullable="false" />
|
|
<Property Name="IDDayOfWeek" Type="Int32" Nullable="false" />
|
|
<Property Name="IDDayOfWeek" Type="Int32" Nullable="false" />
|
|
- <NavigationProperty Name="Constructions" Relationship="Self.FK__ScheduleF__IDCon__68487DD7" FromRole="ScheduleForConstruction" ToRole="Constructions" />
|
|
|
|
|
|
+ <NavigationProperty Name="Construction" Relationship="Self.FK__ScheduleF__IDCon__68487DD7" FromRole="ScheduleForConstruction" ToRole="Constructions" />
|
|
<NavigationProperty Name="ConstructionSchedule" Relationship="Self.FK__ScheduleF__IDCon__693CA210" FromRole="ScheduleForConstruction" ToRole="ConstructionSchedule" />
|
|
<NavigationProperty Name="ConstructionSchedule" Relationship="Self.FK__ScheduleF__IDCon__693CA210" FromRole="ScheduleForConstruction" ToRole="ConstructionSchedule" />
|
|
<NavigationProperty Name="DayOfWeek" Relationship="Self.FK__ScheduleF__IDDay__6A30C649" FromRole="ScheduleForConstruction" ToRole="DayOfWeek" />
|
|
<NavigationProperty Name="DayOfWeek" Relationship="Self.FK__ScheduleF__IDDay__6A30C649" FromRole="ScheduleForConstruction" ToRole="DayOfWeek" />
|
|
</EntityType>
|
|
</EntityType>
|
|
- <EntityType Name="TypeOfAttractions">
|
|
|
|
|
|
+ <EntityType Name="TypeOfAttraction">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IDTypeOfAttraction" />
|
|
<PropertyRef Name="IDTypeOfAttraction" />
|
|
</Key>
|
|
</Key>
|
|
<Property Name="IDTypeOfAttraction" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="IDTypeOfAttraction" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="TypeName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="TypeName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
- <NavigationProperty Name="Attractions" Relationship="Self.FK__Attractio__IDTyp__44FF419A" FromRole="TypeOfAttractions" ToRole="Attractions" />
|
|
|
|
</EntityType>
|
|
</EntityType>
|
|
- <EntityType Name="TypeOfConstructions">
|
|
|
|
|
|
+ <EntityType Name="TypeOfConstruction">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IDTypeOfConstruction" />
|
|
<PropertyRef Name="IDTypeOfConstruction" />
|
|
</Key>
|
|
</Key>
|
|
@@ -700,7 +690,7 @@
|
|
<NavigationProperty Name="Constructions" Relationship="Self.FK__Construct__IDTyp__4D94879B" FromRole="TypeOfConstructions" ToRole="Constructions" />
|
|
<NavigationProperty Name="Constructions" Relationship="Self.FK__Construct__IDTyp__4D94879B" FromRole="TypeOfConstructions" ToRole="Constructions" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<Association Name="FK__Attractio__IDAtt__52593CB8">
|
|
<Association Name="FK__Attractio__IDAtt__52593CB8">
|
|
- <End Role="Attractions" Type="Self.Attractions" Multiplicity="1" />
|
|
|
|
|
|
+ <End Role="Attractions" Type="Self.Attraction" Multiplicity="1" />
|
|
<End Role="AttractionInPlace" Type="Self.AttractionInPlace" Multiplicity="*" />
|
|
<End Role="AttractionInPlace" Type="Self.AttractionInPlace" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="Attractions">
|
|
<Principal Role="Attractions">
|
|
@@ -712,7 +702,7 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<Association Name="FK__Attractio__IDPla__534D60F1">
|
|
<Association Name="FK__Attractio__IDPla__534D60F1">
|
|
- <End Role="Places" Type="Self.Places" Multiplicity="1" />
|
|
|
|
|
|
+ <End Role="Places" Type="Self.Place" Multiplicity="1" />
|
|
<End Role="AttractionInPlace" Type="Self.AttractionInPlace" Multiplicity="*" />
|
|
<End Role="AttractionInPlace" Type="Self.AttractionInPlace" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="Places">
|
|
<Principal Role="Places">
|
|
@@ -723,20 +713,8 @@
|
|
</Dependent>
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
- <Association Name="FK__Attractio__IDTyp__44FF419A">
|
|
|
|
- <End Role="TypeOfAttractions" Type="Self.TypeOfAttractions" Multiplicity="1" />
|
|
|
|
- <End Role="Attractions" Type="Self.Attractions" Multiplicity="*" />
|
|
|
|
- <ReferentialConstraint>
|
|
|
|
- <Principal Role="TypeOfAttractions">
|
|
|
|
- <PropertyRef Name="IDTypeOfAttraction" />
|
|
|
|
- </Principal>
|
|
|
|
- <Dependent Role="Attractions">
|
|
|
|
- <PropertyRef Name="IDTypeOfAttraction" />
|
|
|
|
- </Dependent>
|
|
|
|
- </ReferentialConstraint>
|
|
|
|
- </Association>
|
|
|
|
<Association Name="FK__ScheduleF__IDAtt__6383C8BA">
|
|
<Association Name="FK__ScheduleF__IDAtt__6383C8BA">
|
|
- <End Role="Attractions" Type="Self.Attractions" Multiplicity="1" />
|
|
|
|
|
|
+ <End Role="Attractions" Type="Self.Attraction" Multiplicity="1" />
|
|
<End Role="ScheduleForAttraction" Type="Self.ScheduleForAttraction" Multiplicity="*" />
|
|
<End Role="ScheduleForAttraction" Type="Self.ScheduleForAttraction" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="Attractions">
|
|
<Principal Role="Attractions">
|
|
@@ -760,7 +738,7 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<Association Name="FK__Construct__IDCon__59FA5E80">
|
|
<Association Name="FK__Construct__IDCon__59FA5E80">
|
|
- <End Role="Constructions" Type="Self.Constructions" Multiplicity="1" />
|
|
|
|
|
|
+ <End Role="Constructions" Type="Self.Construction" Multiplicity="1" />
|
|
<End Role="ConstructionInPlace" Type="Self.ConstructionInPlace" Multiplicity="*" />
|
|
<End Role="ConstructionInPlace" Type="Self.ConstructionInPlace" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="Constructions">
|
|
<Principal Role="Constructions">
|
|
@@ -772,7 +750,7 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<Association Name="FK__Construct__IDPla__5AEE82B9">
|
|
<Association Name="FK__Construct__IDPla__5AEE82B9">
|
|
- <End Role="Places" Type="Self.Places" Multiplicity="1" />
|
|
|
|
|
|
+ <End Role="Places" Type="Self.Place" Multiplicity="1" />
|
|
<End Role="ConstructionInPlace" Type="Self.ConstructionInPlace" Multiplicity="*" />
|
|
<End Role="ConstructionInPlace" Type="Self.ConstructionInPlace" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="Places">
|
|
<Principal Role="Places">
|
|
@@ -784,8 +762,8 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<Association Name="FK__Construct__IDTyp__4D94879B">
|
|
<Association Name="FK__Construct__IDTyp__4D94879B">
|
|
- <End Role="TypeOfConstructions" Type="Self.TypeOfConstructions" Multiplicity="1" />
|
|
|
|
- <End Role="Constructions" Type="Self.Constructions" Multiplicity="*" />
|
|
|
|
|
|
+ <End Role="TypeOfConstructions" Type="Self.TypeOfConstruction" Multiplicity="1" />
|
|
|
|
+ <End Role="Constructions" Type="Self.Construction" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="TypeOfConstructions">
|
|
<Principal Role="TypeOfConstructions">
|
|
<PropertyRef Name="IDTypeOfConstruction" />
|
|
<PropertyRef Name="IDTypeOfConstruction" />
|
|
@@ -796,7 +774,7 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<Association Name="FK__ScheduleF__IDCon__68487DD7">
|
|
<Association Name="FK__ScheduleF__IDCon__68487DD7">
|
|
- <End Role="Constructions" Type="Self.Constructions" Multiplicity="1" />
|
|
|
|
|
|
+ <End Role="Constructions" Type="Self.Construction" Multiplicity="1" />
|
|
<End Role="ScheduleForConstruction" Type="Self.ScheduleForConstruction" Multiplicity="*" />
|
|
<End Role="ScheduleForConstruction" Type="Self.ScheduleForConstruction" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="Constructions">
|
|
<Principal Role="Constructions">
|
|
@@ -844,7 +822,7 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<Association Name="FK__EventInPl__IDEve__5DCAEF64">
|
|
<Association Name="FK__EventInPl__IDEve__5DCAEF64">
|
|
- <End Role="Events" Type="Self.Events" Multiplicity="1" />
|
|
|
|
|
|
+ <End Role="Events" Type="Self.Event" Multiplicity="1" />
|
|
<End Role="EventInPlace" Type="Self.EventInPlace" Multiplicity="*" />
|
|
<End Role="EventInPlace" Type="Self.EventInPlace" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="Events">
|
|
<Principal Role="Events">
|
|
@@ -856,7 +834,7 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<Association Name="FK__EventInPl__IDPla__5EBF139D">
|
|
<Association Name="FK__EventInPl__IDPla__5EBF139D">
|
|
- <End Role="Places" Type="Self.Places" Multiplicity="1" />
|
|
|
|
|
|
+ <End Role="Places" Type="Self.Place" Multiplicity="1" />
|
|
<End Role="EventInPlace" Type="Self.EventInPlace" Multiplicity="*" />
|
|
<End Role="EventInPlace" Type="Self.EventInPlace" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="Places">
|
|
<Principal Role="Places">
|
|
@@ -868,7 +846,7 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<Association Name="FK__Map__IDPlace__3C69FB99">
|
|
<Association Name="FK__Map__IDPlace__3C69FB99">
|
|
- <End Role="Places" Type="Self.Places" Multiplicity="1" />
|
|
|
|
|
|
+ <End Role="Places" Type="Self.Place" Multiplicity="1" />
|
|
<End Role="Map" Type="Self.Map" Multiplicity="*" />
|
|
<End Role="Map" Type="Self.Map" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="Places">
|
|
<Principal Role="Places">
|
|
@@ -880,7 +858,7 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<Association Name="FK__ObjectInP__IDObj__5629CD9C">
|
|
<Association Name="FK__ObjectInP__IDObj__5629CD9C">
|
|
- <End Role="Objects" Type="Self.Objects" Multiplicity="1" />
|
|
|
|
|
|
+ <End Role="Objects" Type="Self.Object" Multiplicity="1" />
|
|
<End Role="ObjectInPlace" Type="Self.ObjectInPlace" Multiplicity="*" />
|
|
<End Role="ObjectInPlace" Type="Self.ObjectInPlace" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="Objects">
|
|
<Principal Role="Objects">
|
|
@@ -892,7 +870,7 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<Association Name="FK__ObjectInP__IDPla__571DF1D5">
|
|
<Association Name="FK__ObjectInP__IDPla__571DF1D5">
|
|
- <End Role="Places" Type="Self.Places" Multiplicity="1" />
|
|
|
|
|
|
+ <End Role="Places" Type="Self.Place" Multiplicity="1" />
|
|
<End Role="ObjectInPlace" Type="Self.ObjectInPlace" Multiplicity="*" />
|
|
<End Role="ObjectInPlace" Type="Self.ObjectInPlace" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="Places">
|
|
<Principal Role="Places">
|
|
@@ -904,8 +882,8 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<Association Name="FK__Places__IDParkZo__398D8EEE">
|
|
<Association Name="FK__Places__IDParkZo__398D8EEE">
|
|
- <End Role="ParkZones" Type="Self.ParkZones" Multiplicity="1" />
|
|
|
|
- <End Role="Places" Type="Self.Places" Multiplicity="*" />
|
|
|
|
|
|
+ <End Role="ParkZones" Type="Self.ParkZone" Multiplicity="1" />
|
|
|
|
+ <End Role="Places" Type="Self.Place" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<ReferentialConstraint>
|
|
<Principal Role="ParkZones">
|
|
<Principal Role="ParkZones">
|
|
<PropertyRef Name="IDParkZone" />
|
|
<PropertyRef Name="IDParkZone" />
|
|
@@ -916,52 +894,48 @@
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
<EntityContainer Name="InteractiveKioskEntities" annotation:LazyLoadingEnabled="true">
|
|
<EntityContainer Name="InteractiveKioskEntities" annotation:LazyLoadingEnabled="true">
|
|
- <EntitySet Name="AttractionInPlace" EntityType="Self.AttractionInPlace" />
|
|
|
|
- <EntitySet Name="Attractions" EntityType="Self.Attractions" />
|
|
|
|
- <EntitySet Name="AttractionSchedule" EntityType="Self.AttractionSchedule" />
|
|
|
|
- <EntitySet Name="ConstructionInPlace" EntityType="Self.ConstructionInPlace" />
|
|
|
|
- <EntitySet Name="Constructions" EntityType="Self.Constructions" />
|
|
|
|
- <EntitySet Name="ConstructionSchedule" EntityType="Self.ConstructionSchedule" />
|
|
|
|
- <EntitySet Name="DayOfWeek" EntityType="Self.DayOfWeek" />
|
|
|
|
- <EntitySet Name="EventInPlace" EntityType="Self.EventInPlace" />
|
|
|
|
- <EntitySet Name="Events" EntityType="Self.Events" />
|
|
|
|
- <EntitySet Name="Map" EntityType="Self.Map" />
|
|
|
|
- <EntitySet Name="ObjectInPlace" EntityType="Self.ObjectInPlace" />
|
|
|
|
- <EntitySet Name="Objects" EntityType="Self.Objects" />
|
|
|
|
- <EntitySet Name="ParkManagers" EntityType="Self.ParkManagers" />
|
|
|
|
- <EntitySet Name="ParkZones" EntityType="Self.ParkZones" />
|
|
|
|
- <EntitySet Name="Places" EntityType="Self.Places" />
|
|
|
|
- <EntitySet Name="ScheduleForAttraction" EntityType="Self.ScheduleForAttraction" />
|
|
|
|
- <EntitySet Name="ScheduleForConstruction" EntityType="Self.ScheduleForConstruction" />
|
|
|
|
- <EntitySet Name="TypeOfAttractions" EntityType="Self.TypeOfAttractions" />
|
|
|
|
- <EntitySet Name="TypeOfConstructions" EntityType="Self.TypeOfConstructions" />
|
|
|
|
|
|
+ <EntitySet Name="AttractionInPlaces" EntityType="Self.AttractionInPlace" />
|
|
|
|
+ <EntitySet Name="Attractions" EntityType="Self.Attraction" />
|
|
|
|
+ <EntitySet Name="AttractionSchedules" EntityType="Self.AttractionSchedule" />
|
|
|
|
+ <EntitySet Name="ConstructionInPlaces" EntityType="Self.ConstructionInPlace" />
|
|
|
|
+ <EntitySet Name="Constructions" EntityType="Self.Construction" />
|
|
|
|
+ <EntitySet Name="ConstructionSchedules" EntityType="Self.ConstructionSchedule" />
|
|
|
|
+ <EntitySet Name="DayOfWeeks" EntityType="Self.DayOfWeek" />
|
|
|
|
+ <EntitySet Name="EventInPlaces" EntityType="Self.EventInPlace" />
|
|
|
|
+ <EntitySet Name="Events" EntityType="Self.Event" />
|
|
|
|
+ <EntitySet Name="Maps" EntityType="Self.Map" />
|
|
|
|
+ <EntitySet Name="ObjectInPlaces" EntityType="Self.ObjectInPlace" />
|
|
|
|
+ <EntitySet Name="Objects" EntityType="Self.Object" />
|
|
|
|
+ <EntitySet Name="ParkManagers" EntityType="Self.ParkManager" />
|
|
|
|
+ <EntitySet Name="ParkZones" EntityType="Self.ParkZone" />
|
|
|
|
+ <EntitySet Name="Places" EntityType="Self.Place" />
|
|
|
|
+ <EntitySet Name="ScheduleForAttractions" EntityType="Self.ScheduleForAttraction" />
|
|
|
|
+ <EntitySet Name="ScheduleForConstructions" EntityType="Self.ScheduleForConstruction" />
|
|
|
|
+ <EntitySet Name="TypeOfAttractions" EntityType="Self.TypeOfAttraction" />
|
|
|
|
+ <EntitySet Name="TypeOfConstructions" EntityType="Self.TypeOfConstruction" />
|
|
<AssociationSet Name="FK__Attractio__IDAtt__52593CB8" Association="Self.FK__Attractio__IDAtt__52593CB8">
|
|
<AssociationSet Name="FK__Attractio__IDAtt__52593CB8" Association="Self.FK__Attractio__IDAtt__52593CB8">
|
|
<End Role="Attractions" EntitySet="Attractions" />
|
|
<End Role="Attractions" EntitySet="Attractions" />
|
|
- <End Role="AttractionInPlace" EntitySet="AttractionInPlace" />
|
|
|
|
|
|
+ <End Role="AttractionInPlace" EntitySet="AttractionInPlaces" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__Attractio__IDPla__534D60F1" Association="Self.FK__Attractio__IDPla__534D60F1">
|
|
<AssociationSet Name="FK__Attractio__IDPla__534D60F1" Association="Self.FK__Attractio__IDPla__534D60F1">
|
|
<End Role="Places" EntitySet="Places" />
|
|
<End Role="Places" EntitySet="Places" />
|
|
- <End Role="AttractionInPlace" EntitySet="AttractionInPlace" />
|
|
|
|
- </AssociationSet>
|
|
|
|
- <AssociationSet Name="FK__Attractio__IDTyp__44FF419A" Association="Self.FK__Attractio__IDTyp__44FF419A">
|
|
|
|
- <End Role="TypeOfAttractions" EntitySet="TypeOfAttractions" />
|
|
|
|
- <End Role="Attractions" EntitySet="Attractions" />
|
|
|
|
|
|
+ <End Role="AttractionInPlace" EntitySet="AttractionInPlaces" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__ScheduleF__IDAtt__6383C8BA" Association="Self.FK__ScheduleF__IDAtt__6383C8BA">
|
|
<AssociationSet Name="FK__ScheduleF__IDAtt__6383C8BA" Association="Self.FK__ScheduleF__IDAtt__6383C8BA">
|
|
<End Role="Attractions" EntitySet="Attractions" />
|
|
<End Role="Attractions" EntitySet="Attractions" />
|
|
- <End Role="ScheduleForAttraction" EntitySet="ScheduleForAttraction" />
|
|
|
|
|
|
+ <End Role="ScheduleForAttraction" EntitySet="ScheduleForAttractions" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__ScheduleF__IDAtt__6477ECF3" Association="Self.FK__ScheduleF__IDAtt__6477ECF3">
|
|
<AssociationSet Name="FK__ScheduleF__IDAtt__6477ECF3" Association="Self.FK__ScheduleF__IDAtt__6477ECF3">
|
|
- <End Role="AttractionSchedule" EntitySet="AttractionSchedule" />
|
|
|
|
- <End Role="ScheduleForAttraction" EntitySet="ScheduleForAttraction" />
|
|
|
|
|
|
+ <End Role="AttractionSchedule" EntitySet="AttractionSchedules" />
|
|
|
|
+ <End Role="ScheduleForAttraction" EntitySet="ScheduleForAttractions" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__Construct__IDCon__59FA5E80" Association="Self.FK__Construct__IDCon__59FA5E80">
|
|
<AssociationSet Name="FK__Construct__IDCon__59FA5E80" Association="Self.FK__Construct__IDCon__59FA5E80">
|
|
<End Role="Constructions" EntitySet="Constructions" />
|
|
<End Role="Constructions" EntitySet="Constructions" />
|
|
- <End Role="ConstructionInPlace" EntitySet="ConstructionInPlace" />
|
|
|
|
|
|
+ <End Role="ConstructionInPlace" EntitySet="ConstructionInPlaces" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__Construct__IDPla__5AEE82B9" Association="Self.FK__Construct__IDPla__5AEE82B9">
|
|
<AssociationSet Name="FK__Construct__IDPla__5AEE82B9" Association="Self.FK__Construct__IDPla__5AEE82B9">
|
|
<End Role="Places" EntitySet="Places" />
|
|
<End Role="Places" EntitySet="Places" />
|
|
- <End Role="ConstructionInPlace" EntitySet="ConstructionInPlace" />
|
|
|
|
|
|
+ <End Role="ConstructionInPlace" EntitySet="ConstructionInPlaces" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__Construct__IDTyp__4D94879B" Association="Self.FK__Construct__IDTyp__4D94879B">
|
|
<AssociationSet Name="FK__Construct__IDTyp__4D94879B" Association="Self.FK__Construct__IDTyp__4D94879B">
|
|
<End Role="TypeOfConstructions" EntitySet="TypeOfConstructions" />
|
|
<End Role="TypeOfConstructions" EntitySet="TypeOfConstructions" />
|
|
@@ -969,39 +943,39 @@
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__ScheduleF__IDCon__68487DD7" Association="Self.FK__ScheduleF__IDCon__68487DD7">
|
|
<AssociationSet Name="FK__ScheduleF__IDCon__68487DD7" Association="Self.FK__ScheduleF__IDCon__68487DD7">
|
|
<End Role="Constructions" EntitySet="Constructions" />
|
|
<End Role="Constructions" EntitySet="Constructions" />
|
|
- <End Role="ScheduleForConstruction" EntitySet="ScheduleForConstruction" />
|
|
|
|
|
|
+ <End Role="ScheduleForConstruction" EntitySet="ScheduleForConstructions" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__ScheduleF__IDCon__693CA210" Association="Self.FK__ScheduleF__IDCon__693CA210">
|
|
<AssociationSet Name="FK__ScheduleF__IDCon__693CA210" Association="Self.FK__ScheduleF__IDCon__693CA210">
|
|
- <End Role="ConstructionSchedule" EntitySet="ConstructionSchedule" />
|
|
|
|
- <End Role="ScheduleForConstruction" EntitySet="ScheduleForConstruction" />
|
|
|
|
|
|
+ <End Role="ConstructionSchedule" EntitySet="ConstructionSchedules" />
|
|
|
|
+ <End Role="ScheduleForConstruction" EntitySet="ScheduleForConstructions" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__ScheduleF__IDDay__656C112C" Association="Self.FK__ScheduleF__IDDay__656C112C">
|
|
<AssociationSet Name="FK__ScheduleF__IDDay__656C112C" Association="Self.FK__ScheduleF__IDDay__656C112C">
|
|
- <End Role="DayOfWeek" EntitySet="DayOfWeek" />
|
|
|
|
- <End Role="ScheduleForAttraction" EntitySet="ScheduleForAttraction" />
|
|
|
|
|
|
+ <End Role="DayOfWeek" EntitySet="DayOfWeeks" />
|
|
|
|
+ <End Role="ScheduleForAttraction" EntitySet="ScheduleForAttractions" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__ScheduleF__IDDay__6A30C649" Association="Self.FK__ScheduleF__IDDay__6A30C649">
|
|
<AssociationSet Name="FK__ScheduleF__IDDay__6A30C649" Association="Self.FK__ScheduleF__IDDay__6A30C649">
|
|
- <End Role="DayOfWeek" EntitySet="DayOfWeek" />
|
|
|
|
- <End Role="ScheduleForConstruction" EntitySet="ScheduleForConstruction" />
|
|
|
|
|
|
+ <End Role="DayOfWeek" EntitySet="DayOfWeeks" />
|
|
|
|
+ <End Role="ScheduleForConstruction" EntitySet="ScheduleForConstructions" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__EventInPl__IDEve__5DCAEF64" Association="Self.FK__EventInPl__IDEve__5DCAEF64">
|
|
<AssociationSet Name="FK__EventInPl__IDEve__5DCAEF64" Association="Self.FK__EventInPl__IDEve__5DCAEF64">
|
|
<End Role="Events" EntitySet="Events" />
|
|
<End Role="Events" EntitySet="Events" />
|
|
- <End Role="EventInPlace" EntitySet="EventInPlace" />
|
|
|
|
|
|
+ <End Role="EventInPlace" EntitySet="EventInPlaces" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__EventInPl__IDPla__5EBF139D" Association="Self.FK__EventInPl__IDPla__5EBF139D">
|
|
<AssociationSet Name="FK__EventInPl__IDPla__5EBF139D" Association="Self.FK__EventInPl__IDPla__5EBF139D">
|
|
<End Role="Places" EntitySet="Places" />
|
|
<End Role="Places" EntitySet="Places" />
|
|
- <End Role="EventInPlace" EntitySet="EventInPlace" />
|
|
|
|
|
|
+ <End Role="EventInPlace" EntitySet="EventInPlaces" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__Map__IDPlace__3C69FB99" Association="Self.FK__Map__IDPlace__3C69FB99">
|
|
<AssociationSet Name="FK__Map__IDPlace__3C69FB99" Association="Self.FK__Map__IDPlace__3C69FB99">
|
|
<End Role="Places" EntitySet="Places" />
|
|
<End Role="Places" EntitySet="Places" />
|
|
- <End Role="Map" EntitySet="Map" />
|
|
|
|
|
|
+ <End Role="Map" EntitySet="Maps" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__ObjectInP__IDObj__5629CD9C" Association="Self.FK__ObjectInP__IDObj__5629CD9C">
|
|
<AssociationSet Name="FK__ObjectInP__IDObj__5629CD9C" Association="Self.FK__ObjectInP__IDObj__5629CD9C">
|
|
<End Role="Objects" EntitySet="Objects" />
|
|
<End Role="Objects" EntitySet="Objects" />
|
|
- <End Role="ObjectInPlace" EntitySet="ObjectInPlace" />
|
|
|
|
|
|
+ <End Role="ObjectInPlace" EntitySet="ObjectInPlaces" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__ObjectInP__IDPla__571DF1D5" Association="Self.FK__ObjectInP__IDPla__571DF1D5">
|
|
<AssociationSet Name="FK__ObjectInP__IDPla__571DF1D5" Association="Self.FK__ObjectInP__IDPla__571DF1D5">
|
|
<End Role="Places" EntitySet="Places" />
|
|
<End Role="Places" EntitySet="Places" />
|
|
- <End Role="ObjectInPlace" EntitySet="ObjectInPlace" />
|
|
|
|
|
|
+ <End Role="ObjectInPlace" EntitySet="ObjectInPlaces" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__Places__IDParkZo__398D8EEE" Association="Self.FK__Places__IDParkZo__398D8EEE">
|
|
<AssociationSet Name="FK__Places__IDParkZo__398D8EEE" Association="Self.FK__Places__IDParkZo__398D8EEE">
|
|
<End Role="ParkZones" EntitySet="ParkZones" />
|
|
<End Role="ParkZones" EntitySet="ParkZones" />
|
|
@@ -1013,8 +987,8 @@
|
|
<!-- C-S mapping content -->
|
|
<!-- C-S mapping content -->
|
|
<edmx:Mappings>
|
|
<edmx:Mappings>
|
|
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
|
|
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
|
|
- <EntityContainerMapping StorageEntityContainer="Хранилище InteractiveKioskModelContainer" CdmEntityContainer="InteractiveKioskEntities">
|
|
|
|
- <EntitySetMapping Name="AttractionInPlace">
|
|
|
|
|
|
+ <EntityContainerMapping StorageEntityContainer="InteractiveKioskModelStoreContainer" CdmEntityContainer="InteractiveKioskEntities">
|
|
|
|
+ <EntitySetMapping Name="AttractionInPlaces">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.AttractionInPlace">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.AttractionInPlace">
|
|
<MappingFragment StoreEntitySet="AttractionInPlace">
|
|
<MappingFragment StoreEntitySet="AttractionInPlace">
|
|
<ScalarProperty Name="IDAttractionInTheParkZone" ColumnName="IDAttractionInTheParkZone" />
|
|
<ScalarProperty Name="IDAttractionInTheParkZone" ColumnName="IDAttractionInTheParkZone" />
|
|
@@ -1024,7 +998,7 @@
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="Attractions">
|
|
<EntitySetMapping Name="Attractions">
|
|
- <EntityTypeMapping TypeName="InteractiveKioskModel.Attractions">
|
|
|
|
|
|
+ <EntityTypeMapping TypeName="InteractiveKioskModel.Attraction">
|
|
<MappingFragment StoreEntitySet="Attractions">
|
|
<MappingFragment StoreEntitySet="Attractions">
|
|
<ScalarProperty Name="IDAttraction" ColumnName="IDAttraction" />
|
|
<ScalarProperty Name="IDAttraction" ColumnName="IDAttraction" />
|
|
<ScalarProperty Name="AttractionName" ColumnName="AttractionName" />
|
|
<ScalarProperty Name="AttractionName" ColumnName="AttractionName" />
|
|
@@ -1038,7 +1012,7 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
- <EntitySetMapping Name="AttractionSchedule">
|
|
|
|
|
|
+ <EntitySetMapping Name="AttractionSchedules">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.AttractionSchedule">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.AttractionSchedule">
|
|
<MappingFragment StoreEntitySet="AttractionSchedule">
|
|
<MappingFragment StoreEntitySet="AttractionSchedule">
|
|
<ScalarProperty Name="IDAttractionSchedule" ColumnName="IDAttractionSchedule" />
|
|
<ScalarProperty Name="IDAttractionSchedule" ColumnName="IDAttractionSchedule" />
|
|
@@ -1051,7 +1025,7 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
- <EntitySetMapping Name="ConstructionInPlace">
|
|
|
|
|
|
+ <EntitySetMapping Name="ConstructionInPlaces">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.ConstructionInPlace">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.ConstructionInPlace">
|
|
<MappingFragment StoreEntitySet="ConstructionInPlace">
|
|
<MappingFragment StoreEntitySet="ConstructionInPlace">
|
|
<ScalarProperty Name="IDConstructionInPlace" ColumnName="IDConstructionInPlace" />
|
|
<ScalarProperty Name="IDConstructionInPlace" ColumnName="IDConstructionInPlace" />
|
|
@@ -1061,7 +1035,7 @@
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="Constructions">
|
|
<EntitySetMapping Name="Constructions">
|
|
- <EntityTypeMapping TypeName="InteractiveKioskModel.Constructions">
|
|
|
|
|
|
+ <EntityTypeMapping TypeName="InteractiveKioskModel.Construction">
|
|
<MappingFragment StoreEntitySet="Constructions">
|
|
<MappingFragment StoreEntitySet="Constructions">
|
|
<ScalarProperty Name="IDConstruction" ColumnName="IDConstruction" />
|
|
<ScalarProperty Name="IDConstruction" ColumnName="IDConstruction" />
|
|
<ScalarProperty Name="ConstructionName" ColumnName="ConstructionName" />
|
|
<ScalarProperty Name="ConstructionName" ColumnName="ConstructionName" />
|
|
@@ -1072,7 +1046,7 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
- <EntitySetMapping Name="ConstructionSchedule">
|
|
|
|
|
|
+ <EntitySetMapping Name="ConstructionSchedules">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.ConstructionSchedule">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.ConstructionSchedule">
|
|
<MappingFragment StoreEntitySet="ConstructionSchedule">
|
|
<MappingFragment StoreEntitySet="ConstructionSchedule">
|
|
<ScalarProperty Name="IDConstructionSchedule" ColumnName="IDConstructionSchedule" />
|
|
<ScalarProperty Name="IDConstructionSchedule" ColumnName="IDConstructionSchedule" />
|
|
@@ -1083,7 +1057,7 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
- <EntitySetMapping Name="DayOfWeek">
|
|
|
|
|
|
+ <EntitySetMapping Name="DayOfWeeks">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.DayOfWeek">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.DayOfWeek">
|
|
<MappingFragment StoreEntitySet="DayOfWeek">
|
|
<MappingFragment StoreEntitySet="DayOfWeek">
|
|
<ScalarProperty Name="IDDayOfWeek" ColumnName="IDDayOfWeek" />
|
|
<ScalarProperty Name="IDDayOfWeek" ColumnName="IDDayOfWeek" />
|
|
@@ -1091,7 +1065,7 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
- <EntitySetMapping Name="EventInPlace">
|
|
|
|
|
|
+ <EntitySetMapping Name="EventInPlaces">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.EventInPlace">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.EventInPlace">
|
|
<MappingFragment StoreEntitySet="EventInPlace">
|
|
<MappingFragment StoreEntitySet="EventInPlace">
|
|
<ScalarProperty Name="IDEventInTheParkZone" ColumnName="IDEventInTheParkZone" />
|
|
<ScalarProperty Name="IDEventInTheParkZone" ColumnName="IDEventInTheParkZone" />
|
|
@@ -1101,7 +1075,7 @@
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="Events">
|
|
<EntitySetMapping Name="Events">
|
|
- <EntityTypeMapping TypeName="InteractiveKioskModel.Events">
|
|
|
|
|
|
+ <EntityTypeMapping TypeName="InteractiveKioskModel.Event">
|
|
<MappingFragment StoreEntitySet="Events">
|
|
<MappingFragment StoreEntitySet="Events">
|
|
<ScalarProperty Name="IDEvent" ColumnName="IDEvent" />
|
|
<ScalarProperty Name="IDEvent" ColumnName="IDEvent" />
|
|
<ScalarProperty Name="EventName" ColumnName="EventName" />
|
|
<ScalarProperty Name="EventName" ColumnName="EventName" />
|
|
@@ -1112,7 +1086,7 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
- <EntitySetMapping Name="Map">
|
|
|
|
|
|
+ <EntitySetMapping Name="Maps">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.Map">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.Map">
|
|
<MappingFragment StoreEntitySet="Map">
|
|
<MappingFragment StoreEntitySet="Map">
|
|
<ScalarProperty Name="IDMap" ColumnName="IDMap" />
|
|
<ScalarProperty Name="IDMap" ColumnName="IDMap" />
|
|
@@ -1120,7 +1094,7 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
- <EntitySetMapping Name="ObjectInPlace">
|
|
|
|
|
|
+ <EntitySetMapping Name="ObjectInPlaces">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.ObjectInPlace">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.ObjectInPlace">
|
|
<MappingFragment StoreEntitySet="ObjectInPlace">
|
|
<MappingFragment StoreEntitySet="ObjectInPlace">
|
|
<ScalarProperty Name="IDObjectInTheParkZone" ColumnName="IDObjectInTheParkZone" />
|
|
<ScalarProperty Name="IDObjectInTheParkZone" ColumnName="IDObjectInTheParkZone" />
|
|
@@ -1130,7 +1104,7 @@
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="Objects">
|
|
<EntitySetMapping Name="Objects">
|
|
- <EntityTypeMapping TypeName="InteractiveKioskModel.Objects">
|
|
|
|
|
|
+ <EntityTypeMapping TypeName="InteractiveKioskModel.Object">
|
|
<MappingFragment StoreEntitySet="Objects">
|
|
<MappingFragment StoreEntitySet="Objects">
|
|
<ScalarProperty Name="IDObject" ColumnName="IDObject" />
|
|
<ScalarProperty Name="IDObject" ColumnName="IDObject" />
|
|
<ScalarProperty Name="ObjectName" ColumnName="ObjectName" />
|
|
<ScalarProperty Name="ObjectName" ColumnName="ObjectName" />
|
|
@@ -1141,7 +1115,7 @@
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="ParkManagers">
|
|
<EntitySetMapping Name="ParkManagers">
|
|
- <EntityTypeMapping TypeName="InteractiveKioskModel.ParkManagers">
|
|
|
|
|
|
+ <EntityTypeMapping TypeName="InteractiveKioskModel.ParkManager">
|
|
<MappingFragment StoreEntitySet="ParkManagers">
|
|
<MappingFragment StoreEntitySet="ParkManagers">
|
|
<ScalarProperty Name="IDParkManager" ColumnName="IDParkManager" />
|
|
<ScalarProperty Name="IDParkManager" ColumnName="IDParkManager" />
|
|
<ScalarProperty Name="Surname" ColumnName="Surname" />
|
|
<ScalarProperty Name="Surname" ColumnName="Surname" />
|
|
@@ -1149,11 +1123,15 @@
|
|
<ScalarProperty Name="MiddleName" ColumnName="MiddleName" />
|
|
<ScalarProperty Name="MiddleName" ColumnName="MiddleName" />
|
|
<ScalarProperty Name="Username" ColumnName="Username" />
|
|
<ScalarProperty Name="Username" ColumnName="Username" />
|
|
<ScalarProperty Name="Password" ColumnName="Password" />
|
|
<ScalarProperty Name="Password" ColumnName="Password" />
|
|
|
|
+ <ScalarProperty Name="Email" ColumnName="Email" />
|
|
|
|
+ <ScalarProperty Name="PhoneNumber" ColumnName="PhoneNumber" />
|
|
|
|
+ <ScalarProperty Name="Birthday" ColumnName="Birthday" />
|
|
|
|
+ <ScalarProperty Name="ProfilePhoto" ColumnName="ProfilePhoto" />
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="ParkZones">
|
|
<EntitySetMapping Name="ParkZones">
|
|
- <EntityTypeMapping TypeName="InteractiveKioskModel.ParkZones">
|
|
|
|
|
|
+ <EntityTypeMapping TypeName="InteractiveKioskModel.ParkZone">
|
|
<MappingFragment StoreEntitySet="ParkZones">
|
|
<MappingFragment StoreEntitySet="ParkZones">
|
|
<ScalarProperty Name="IDParkZone" ColumnName="IDParkZone" />
|
|
<ScalarProperty Name="IDParkZone" ColumnName="IDParkZone" />
|
|
<ScalarProperty Name="ParkZoneName" ColumnName="ParkZoneName" />
|
|
<ScalarProperty Name="ParkZoneName" ColumnName="ParkZoneName" />
|
|
@@ -1161,7 +1139,7 @@
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="Places">
|
|
<EntitySetMapping Name="Places">
|
|
- <EntityTypeMapping TypeName="InteractiveKioskModel.Places">
|
|
|
|
|
|
+ <EntityTypeMapping TypeName="InteractiveKioskModel.Place">
|
|
<MappingFragment StoreEntitySet="Places">
|
|
<MappingFragment StoreEntitySet="Places">
|
|
<ScalarProperty Name="IDPlace" ColumnName="IDPlace" />
|
|
<ScalarProperty Name="IDPlace" ColumnName="IDPlace" />
|
|
<ScalarProperty Name="PlaceName" ColumnName="PlaceName" />
|
|
<ScalarProperty Name="PlaceName" ColumnName="PlaceName" />
|
|
@@ -1169,7 +1147,7 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
- <EntitySetMapping Name="ScheduleForAttraction">
|
|
|
|
|
|
+ <EntitySetMapping Name="ScheduleForAttractions">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.ScheduleForAttraction">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.ScheduleForAttraction">
|
|
<MappingFragment StoreEntitySet="ScheduleForAttraction">
|
|
<MappingFragment StoreEntitySet="ScheduleForAttraction">
|
|
<ScalarProperty Name="IDScheduleForAttraction" ColumnName="IDScheduleForAttraction" />
|
|
<ScalarProperty Name="IDScheduleForAttraction" ColumnName="IDScheduleForAttraction" />
|
|
@@ -1179,7 +1157,7 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
- <EntitySetMapping Name="ScheduleForConstruction">
|
|
|
|
|
|
+ <EntitySetMapping Name="ScheduleForConstructions">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.ScheduleForConstruction">
|
|
<EntityTypeMapping TypeName="InteractiveKioskModel.ScheduleForConstruction">
|
|
<MappingFragment StoreEntitySet="ScheduleForConstruction">
|
|
<MappingFragment StoreEntitySet="ScheduleForConstruction">
|
|
<ScalarProperty Name="IDScheduleForConstruction" ColumnName="IDScheduleForConstruction" />
|
|
<ScalarProperty Name="IDScheduleForConstruction" ColumnName="IDScheduleForConstruction" />
|
|
@@ -1190,7 +1168,7 @@
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TypeOfAttractions">
|
|
<EntitySetMapping Name="TypeOfAttractions">
|
|
- <EntityTypeMapping TypeName="InteractiveKioskModel.TypeOfAttractions">
|
|
|
|
|
|
+ <EntityTypeMapping TypeName="InteractiveKioskModel.TypeOfAttraction">
|
|
<MappingFragment StoreEntitySet="TypeOfAttractions">
|
|
<MappingFragment StoreEntitySet="TypeOfAttractions">
|
|
<ScalarProperty Name="IDTypeOfAttraction" ColumnName="IDTypeOfAttraction" />
|
|
<ScalarProperty Name="IDTypeOfAttraction" ColumnName="IDTypeOfAttraction" />
|
|
<ScalarProperty Name="TypeName" ColumnName="TypeName" />
|
|
<ScalarProperty Name="TypeName" ColumnName="TypeName" />
|
|
@@ -1198,7 +1176,7 @@
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TypeOfConstructions">
|
|
<EntitySetMapping Name="TypeOfConstructions">
|
|
- <EntityTypeMapping TypeName="InteractiveKioskModel.TypeOfConstructions">
|
|
|
|
|
|
+ <EntityTypeMapping TypeName="InteractiveKioskModel.TypeOfConstruction">
|
|
<MappingFragment StoreEntitySet="TypeOfConstructions">
|
|
<MappingFragment StoreEntitySet="TypeOfConstructions">
|
|
<ScalarProperty Name="IDTypeOfConstruction" ColumnName="IDTypeOfConstruction" />
|
|
<ScalarProperty Name="IDTypeOfConstruction" ColumnName="IDTypeOfConstruction" />
|
|
<ScalarProperty Name="TypeName" ColumnName="TypeName" />
|
|
<ScalarProperty Name="TypeName" ColumnName="TypeName" />
|
|
@@ -1219,10 +1197,10 @@
|
|
<Options>
|
|
<Options>
|
|
<DesignerInfoPropertySet>
|
|
<DesignerInfoPropertySet>
|
|
<DesignerProperty Name="ValidateOnBuild" Value="true" />
|
|
<DesignerProperty Name="ValidateOnBuild" Value="true" />
|
|
- <DesignerProperty Name="EnablePluralization" Value="false" />
|
|
|
|
|
|
+ <DesignerProperty Name="EnablePluralization" Value="true" />
|
|
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
|
|
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
|
|
<DesignerProperty Name="UseLegacyProvider" Value="false" />
|
|
<DesignerProperty Name="UseLegacyProvider" Value="false" />
|
|
- <DesignerProperty Name="CodeGenerationStrategy" Value="Нет" />
|
|
|
|
|
|
+ <DesignerProperty Name="CodeGenerationStrategy" Value="None" />
|
|
</DesignerInfoPropertySet>
|
|
</DesignerInfoPropertySet>
|
|
</Options>
|
|
</Options>
|
|
<!-- Diagram content (shape and connector positions) -->
|
|
<!-- Diagram content (shape and connector positions) -->
|