123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314 |
- <?xml version="1.0" encoding="utf-8"?>
- <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
- <!-- EF Runtime content -->
- <edmx:Runtime>
- <!-- SSDL content -->
- <edmx:StorageModels>
- <Schema Namespace="Хранилище gr692_zrrModel" 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="IshodMassiv">
- <Key>
- <PropertyRef Name="ID" />
- </Key>
- <Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
- <Property Name="Ishod" Type="int" Nullable="false" />
- </EntityType>
- <EntityType Name="Mat">
- <Key>
- <PropertyRef Name="ID" />
- </Key>
- <Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
- <Property Name="matrix" Type="int" Nullable="false" />
- <Property Name="ID_ishodmassiv" Type="int" Nullable="false" />
- </EntityType>
- <Association Name="FK_Mat_IshodMassiv">
- <End Role="IshodMassiv" Type="Self.IshodMassiv" Multiplicity="1" />
- <End Role="Mat" Type="Self.Mat" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="IshodMassiv">
- <PropertyRef Name="ID" />
- </Principal>
- <Dependent Role="Mat">
- <PropertyRef Name="ID_ishodmassiv" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <Function Name="AddOrders" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="ProdectId" Type="int" Mode="In" />
- <Parameter Name="CustomerId" Type="int" Mode="In" />
- <Parameter Name="CreateAt" Type="date" Mode="In" />
- <Parameter Name="ProductCount" Type="int" Mode="In" />
- <Parameter Name="Price" Type="money" Mode="In" />
- </Function>
- <Function Name="AddProduct" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="name" Type="nvarchar" Mode="In" />
- <Parameter Name="manufacturer" Type="nvarchar" Mode="In" />
- <Parameter Name="count" Type="int" Mode="In" />
- <Parameter Name="price" Type="money" Mode="In" />
- </Function>
- <Function Name="AddProductWithOptionalCount" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="name" Type="nvarchar" Mode="In" />
- <Parameter Name="manufacturer" Type="nvarchar" Mode="In" />
- <Parameter Name="price" Type="money" Mode="In" />
- <Parameter Name="count" Type="int" Mode="In" />
- </Function>
- <Function Name="avg1" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo" />
- <Function Name="Customers_proc" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="fNAME" Type="nvarchar" Mode="In" />
- <Parameter Name="lNAME" Type="nvarchar" Mode="In" />
- <Parameter Name="mail" Type="nvarchar" Mode="In" />
- <Parameter Name="phone" Type="nvarchar" Mode="In" />
- </Function>
- <Function Name="data1" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo" />
- <Function Name="fn_diagramobjects" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="true" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo" ReturnType="int" />
- <Function Name="Orders_proc" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="custId" Type="int" Mode="In" />
- <Parameter Name="creat" Type="date" Mode="In" />
- <Parameter Name="priceMoney" Type="money" Mode="In" />
- </Function>
- <Function Name="Products_proc" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="pNAME" Type="nvarchar" Mode="In" />
- <Parameter Name="man" Type="nvarchar" Mode="In" />
- <Parameter Name="prodCount" Type="int" Mode="In" />
- <Parameter Name="price" Type="money" Mode="In" />
- </Function>
- <Function Name="ProductSummary" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo" />
- <Function Name="sp_alterdiagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- <Parameter Name="version" Type="int" Mode="In" />
- <Parameter Name="definition" Type="varbinary(max)" Mode="In" />
- </Function>
- <Function Name="sp_creatediagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- <Parameter Name="version" Type="int" Mode="In" />
- <Parameter Name="definition" Type="varbinary(max)" Mode="In" />
- </Function>
- <Function Name="sp_dropdiagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- </Function>
- <Function Name="sp_helpdiagramdefinition" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- </Function>
- <Function Name="sp_helpdiagrams" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- </Function>
- <Function Name="sp_renamediagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- <Parameter Name="new_diagramname" Type="nvarchar" Mode="In" />
- </Function>
- <Function Name="sp_upgraddiagrams" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo" />
- <EntityContainer Name="Хранилище gr692_zrrModelContainer">
- <EntitySet Name="IshodMassiv" EntityType="Self.IshodMassiv" Schema="dbo" store:Type="Tables" />
- <EntitySet Name="Mat" EntityType="Self.Mat" Schema="dbo" store:Type="Tables" />
- <AssociationSet Name="FK_Mat_IshodMassiv" Association="Self.FK_Mat_IshodMassiv">
- <End Role="IshodMassiv" EntitySet="IshodMassiv" />
- <End Role="Mat" EntitySet="Mat" />
- </AssociationSet>
- </EntityContainer>
- </Schema>
- </edmx:StorageModels>
- <!-- CSDL content -->
- <edmx:ConceptualModels>
- <Schema Namespace="gr692_zrrModel" 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="IshodMassiv">
- <Key>
- <PropertyRef Name="ID" />
- </Key>
- <Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
- <Property Name="Ishod" Type="Int32" Nullable="false" />
- <NavigationProperty Name="Mat" Relationship="Self.FK_Mat_IshodMassiv" FromRole="IshodMassiv" ToRole="Mat" />
- </EntityType>
- <EntityType Name="Mat">
- <Key>
- <PropertyRef Name="ID" />
- </Key>
- <Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
- <Property Name="matrix" Type="Int32" Nullable="false" />
- <Property Name="ID_ishodmassiv" Type="Int32" Nullable="false" />
- <NavigationProperty Name="IshodMassiv" Relationship="Self.FK_Mat_IshodMassiv" FromRole="Mat" ToRole="IshodMassiv" />
- </EntityType>
- <Association Name="FK_Mat_IshodMassiv">
- <End Role="IshodMassiv" Type="Self.IshodMassiv" Multiplicity="1" />
- <End Role="Mat" Type="Self.Mat" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="IshodMassiv">
- <PropertyRef Name="ID" />
- </Principal>
- <Dependent Role="Mat">
- <PropertyRef Name="ID_ishodmassiv" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <EntityContainer Name="gr692_zrrEntities" annotation:LazyLoadingEnabled="true">
- <EntitySet Name="IshodMassiv" EntityType="Self.IshodMassiv" />
- <EntitySet Name="Mat" EntityType="Self.Mat" />
- <AssociationSet Name="FK_Mat_IshodMassiv" Association="Self.FK_Mat_IshodMassiv">
- <End Role="IshodMassiv" EntitySet="IshodMassiv" />
- <End Role="Mat" EntitySet="Mat" />
- </AssociationSet>
- <FunctionImport Name="AddOrders">
- <Parameter Name="ProdectId" Mode="In" Type="Int32" />
- <Parameter Name="CustomerId" Mode="In" Type="Int32" />
- <Parameter Name="CreateAt" Mode="In" Type="DateTime" />
- <Parameter Name="ProductCount" Mode="In" Type="Int32" />
- <Parameter Name="Price" Mode="In" Type="Decimal" />
- </FunctionImport>
- <FunctionImport Name="AddProduct">
- <Parameter Name="name" Mode="In" Type="String" />
- <Parameter Name="manufacturer" Mode="In" Type="String" />
- <Parameter Name="count" Mode="In" Type="Int32" />
- <Parameter Name="price" Mode="In" Type="Decimal" />
- </FunctionImport>
- <FunctionImport Name="AddProductWithOptionalCount">
- <Parameter Name="name" Mode="In" Type="String" />
- <Parameter Name="manufacturer" Mode="In" Type="String" />
- <Parameter Name="price" Mode="In" Type="Decimal" />
- <Parameter Name="count" Mode="In" Type="Int32" />
- </FunctionImport>
- <FunctionImport Name="avg1" />
- <FunctionImport Name="Customers_proc">
- <Parameter Name="fNAME" Mode="In" Type="String" />
- <Parameter Name="lNAME" Mode="In" Type="String" />
- <Parameter Name="mail" Mode="In" Type="String" />
- <Parameter Name="phone" Mode="In" Type="String" />
- </FunctionImport>
- <FunctionImport Name="data1" />
- <FunctionImport Name="Orders_proc">
- <Parameter Name="custId" Mode="In" Type="Int32" />
- <Parameter Name="creat" Mode="In" Type="DateTime" />
- <Parameter Name="priceMoney" Mode="In" Type="Decimal" />
- </FunctionImport>
- <FunctionImport Name="Products_proc">
- <Parameter Name="pNAME" Mode="In" Type="String" />
- <Parameter Name="man" Mode="In" Type="String" />
- <Parameter Name="prodCount" Mode="In" Type="Int32" />
- <Parameter Name="price" Mode="In" Type="Decimal" />
- </FunctionImport>
- <FunctionImport Name="ProductSummary" />
- <FunctionImport Name="sp_alterdiagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- <Parameter Name="version" Mode="In" Type="Int32" />
- <Parameter Name="definition" Mode="In" Type="Binary" />
- </FunctionImport>
- <FunctionImport Name="sp_creatediagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- <Parameter Name="version" Mode="In" Type="Int32" />
- <Parameter Name="definition" Mode="In" Type="Binary" />
- </FunctionImport>
- <FunctionImport Name="sp_dropdiagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- </FunctionImport>
- <FunctionImport Name="sp_helpdiagramdefinition" ReturnType="Collection(gr692_zrrModel.sp_helpdiagramdefinition_Result)">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- </FunctionImport>
- <FunctionImport Name="sp_helpdiagrams" ReturnType="Collection(gr692_zrrModel.sp_helpdiagrams_Result)">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- </FunctionImport>
- <FunctionImport Name="sp_renamediagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- <Parameter Name="new_diagramname" Mode="In" Type="String" />
- </FunctionImport>
- <FunctionImport Name="sp_upgraddiagrams" />
- </EntityContainer>
- <ComplexType Name="sp_helpdiagramdefinition_Result">
- <Property Type="Int32" Name="version" Nullable="true" />
- <Property Type="Binary" Name="definition" Nullable="true" />
- </ComplexType>
- <ComplexType Name="sp_helpdiagrams_Result">
- <Property Type="String" Name="Database" Nullable="true" MaxLength="128" />
- <Property Type="String" Name="Name" Nullable="false" MaxLength="128" />
- <Property Type="Int32" Name="ID" Nullable="false" />
- <Property Type="String" Name="Owner" Nullable="true" MaxLength="128" />
- <Property Type="Int32" Name="OwnerID" Nullable="false" />
- </ComplexType>
- </Schema>
- </edmx:ConceptualModels>
- <!-- C-S mapping content -->
- <edmx:Mappings>
- <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
- <EntityContainerMapping StorageEntityContainer="Хранилище gr692_zrrModelContainer" CdmEntityContainer="gr692_zrrEntities">
- <EntitySetMapping Name="IshodMassiv">
- <EntityTypeMapping TypeName="gr692_zrrModel.IshodMassiv">
- <MappingFragment StoreEntitySet="IshodMassiv">
- <ScalarProperty Name="ID" ColumnName="ID" />
- <ScalarProperty Name="Ishod" ColumnName="Ishod" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <EntitySetMapping Name="Mat">
- <EntityTypeMapping TypeName="gr692_zrrModel.Mat">
- <MappingFragment StoreEntitySet="Mat">
- <ScalarProperty Name="ID" ColumnName="ID" />
- <ScalarProperty Name="matrix" ColumnName="matrix" />
- <ScalarProperty Name="ID_ishodmassiv" ColumnName="ID_ishodmassiv" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <FunctionImportMapping FunctionImportName="AddOrders" FunctionName="Хранилище gr692_zrrModel.AddOrders" />
- <FunctionImportMapping FunctionImportName="AddProduct" FunctionName="Хранилище gr692_zrrModel.AddProduct" />
- <FunctionImportMapping FunctionImportName="AddProductWithOptionalCount" FunctionName="Хранилище gr692_zrrModel.AddProductWithOptionalCount" />
- <FunctionImportMapping FunctionImportName="avg1" FunctionName="Хранилище gr692_zrrModel.avg1" />
- <FunctionImportMapping FunctionImportName="Customers_proc" FunctionName="Хранилище gr692_zrrModel.Customers_proc" />
- <FunctionImportMapping FunctionImportName="data1" FunctionName="Хранилище gr692_zrrModel.data1" />
- <FunctionImportMapping FunctionImportName="Orders_proc" FunctionName="Хранилище gr692_zrrModel.Orders_proc" />
- <FunctionImportMapping FunctionImportName="Products_proc" FunctionName="Хранилище gr692_zrrModel.Products_proc" />
- <FunctionImportMapping FunctionImportName="ProductSummary" FunctionName="Хранилище gr692_zrrModel.ProductSummary" />
- <FunctionImportMapping FunctionImportName="sp_alterdiagram" FunctionName="Хранилище gr692_zrrModel.sp_alterdiagram" />
- <FunctionImportMapping FunctionImportName="sp_creatediagram" FunctionName="Хранилище gr692_zrrModel.sp_creatediagram" />
- <FunctionImportMapping FunctionImportName="sp_dropdiagram" FunctionName="Хранилище gr692_zrrModel.sp_dropdiagram" />
- <FunctionImportMapping FunctionImportName="sp_helpdiagramdefinition" FunctionName="Хранилище gr692_zrrModel.sp_helpdiagramdefinition">
- <ResultMapping>
- <ComplexTypeMapping TypeName="gr692_zrrModel.sp_helpdiagramdefinition_Result">
- <ScalarProperty Name="version" ColumnName="version" />
- <ScalarProperty Name="definition" ColumnName="definition" />
- </ComplexTypeMapping>
- </ResultMapping>
- </FunctionImportMapping>
- <FunctionImportMapping FunctionImportName="sp_helpdiagrams" FunctionName="Хранилище gr692_zrrModel.sp_helpdiagrams">
- <ResultMapping>
- <ComplexTypeMapping TypeName="gr692_zrrModel.sp_helpdiagrams_Result">
- <ScalarProperty Name="Database" ColumnName="Database" />
- <ScalarProperty Name="Name" ColumnName="Name" />
- <ScalarProperty Name="ID" ColumnName="ID" />
- <ScalarProperty Name="Owner" ColumnName="Owner" />
- <ScalarProperty Name="OwnerID" ColumnName="OwnerID" />
- </ComplexTypeMapping>
- </ResultMapping>
- </FunctionImportMapping>
- <FunctionImportMapping FunctionImportName="sp_renamediagram" FunctionName="Хранилище gr692_zrrModel.sp_renamediagram" />
- <FunctionImportMapping FunctionImportName="sp_upgraddiagrams" FunctionName="Хранилище gr692_zrrModel.sp_upgraddiagrams" />
- </EntityContainerMapping>
- </Mapping>
- </edmx:Mappings>
- </edmx:Runtime>
- <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
- <Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
- <Connection>
- <DesignerInfoPropertySet>
- <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
- </DesignerInfoPropertySet>
- </Connection>
- <Options>
- <DesignerInfoPropertySet>
- <DesignerProperty Name="ValidateOnBuild" Value="true" />
- <DesignerProperty Name="EnablePluralization" Value="false" />
- <DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
- <DesignerProperty Name="UseLegacyProvider" Value="false" />
- <DesignerProperty Name="CodeGenerationStrategy" Value="Нет" />
- </DesignerInfoPropertySet>
- </Options>
- <!-- Diagram content (shape and connector positions) -->
- <Diagrams></Diagrams>
- </Designer>
- </edmx:Edmx>
|