Files
MoonPro.net/MP-LAND/Models/MPModel.edmx
T
2018-10-19 17:58:19 +02:00

161 lines
9.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
<!-- EF Runtime content -->
<edmx:Runtime>
<!-- SSDL content -->
<edmx:StorageModels>
<Schema Namespace="MoonProModel.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="AnagKeyValue">
<Key>
<PropertyRef Name="nomeVar" />
</Key>
<Property Name="nomeVar" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="valInt" Type="int" />
<Property Name="valFloat" Type="float" />
<Property Name="valString" Type="nvarchar" MaxLength="250" />
<Property Name="descrizione" Type="nvarchar" MaxLength="250" />
</EntityType>
<EntityType Name="AnagraficaOperatori">
<Key>
<PropertyRef Name="MatrOpr" />
</Key>
<Property Name="MatrOpr" Type="int" Nullable="false" />
<Property Name="Cognome" Type="nvarchar" MaxLength="50" />
<Property Name="Nome" Type="nvarchar" MaxLength="50" />
<Property Name="isAdmin" Type="bit" />
<Property Name="authKey" Type="nvarchar" MaxLength="50" />
<Property Name="CodOprExt" Type="nvarchar" MaxLength="50" Nullable="false" />
</EntityType>
<EntityType Name="ConfigTmp">
<Key>
<PropertyRef Name="sorgente" />
<PropertyRef Name="chiave" />
</Key>
<Property Name="sorgente" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="chiave" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="valore" Type="nvarchar" MaxLength="250" Nullable="false" />
<Property Name="note" Type="nvarchar" MaxLength="250" Nullable="false" />
</EntityType>
<Function Name="stp_AKV_getByKey" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
<Parameter Name="nomeVar" Type="nvarchar" Mode="In" />
</Function>
<EntityContainer Name="MoonProModelStoreContainer">
<EntitySet Name="AnagKeyValue" EntityType="Self.AnagKeyValue" Schema="dbo" store:Type="Tables" />
<EntitySet Name="AnagraficaOperatori" EntityType="Self.AnagraficaOperatori" Schema="dbo" store:Type="Tables" />
<EntitySet Name="ConfigTmp" EntityType="Self.ConfigTmp" Schema="dbo" store:Type="Tables" />
</EntityContainer>
</Schema></edmx:StorageModels>
<!-- CSDL content -->
<edmx:ConceptualModels>
<Schema Namespace="MoonProModel" 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="AnagKeyValue">
<Key>
<PropertyRef Name="nomeVar" />
</Key>
<Property Name="nomeVar" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="valInt" Type="Int32" />
<Property Name="valFloat" Type="Double" />
<Property Name="valString" Type="String" MaxLength="250" FixedLength="false" Unicode="true" />
<Property Name="descrizione" Type="String" MaxLength="250" FixedLength="false" Unicode="true" />
</EntityType>
<EntityContainer Name="MoonProEntities" annotation:LazyLoadingEnabled="true">
<EntitySet Name="AnagKeyValue" EntityType="Self.AnagKeyValue" />
<FunctionImport Name="stp_AKV_getByKey" EntitySet="AnagKeyValue" ReturnType="Collection(MoonProModel.AnagKeyValue)">
<Parameter Name="nomeVar" Mode="In" Type="String" />
</FunctionImport>
<EntitySet Name="AnagraficaOperatori" EntityType="MoonProModel.AnagraficaOperatori" />
<EntitySet Name="ConfigTmp" EntityType="MoonProModel.ConfigTmp" />
</EntityContainer>
<ComplexType Name="stp_AKV_getByKey_Result">
<Property Type="String" Name="nomeVar" Nullable="false" MaxLength="50" />
<Property Type="Int32" Name="valInt" Nullable="false" />
<Property Type="Double" Name="valFloat" Nullable="false" />
<Property Type="String" Name="valString" Nullable="false" MaxLength="250" />
<Property Type="String" Name="descrizione" Nullable="false" MaxLength="250" />
</ComplexType>
<EntityType Name="AnagraficaOperatori">
<Key>
<PropertyRef Name="MatrOpr" />
</Key>
<Property Name="MatrOpr" Type="Int32" Nullable="false" />
<Property Name="Cognome" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Nome" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="isAdmin" Type="Boolean" />
<Property Name="authKey" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CodOprExt" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="ConfigTmp">
<Key>
<PropertyRef Name="sorgente" />
<PropertyRef Name="chiave" />
</Key>
<Property Name="sorgente" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="chiave" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="valore" Type="String" Nullable="false" MaxLength="250" FixedLength="false" Unicode="true" />
<Property Name="note" Type="String" Nullable="false" MaxLength="250" FixedLength="false" Unicode="true" />
</EntityType>
</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="MoonProModelStoreContainer" CdmEntityContainer="MoonProEntities">
<EntitySetMapping Name="AnagKeyValue">
<EntityTypeMapping TypeName="MoonProModel.AnagKeyValue">
<MappingFragment StoreEntitySet="AnagKeyValue">
<ScalarProperty Name="nomeVar" ColumnName="nomeVar" />
<ScalarProperty Name="valInt" ColumnName="valInt" />
<ScalarProperty Name="valFloat" ColumnName="valFloat" />
<ScalarProperty Name="valString" ColumnName="valString" />
<ScalarProperty Name="descrizione" ColumnName="descrizione" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<FunctionImportMapping FunctionImportName="stp_AKV_getByKey" FunctionName="MoonProModel.Store.stp_AKV_getByKey">
</FunctionImportMapping>
<EntitySetMapping Name="AnagraficaOperatori">
<EntityTypeMapping TypeName="MoonProModel.AnagraficaOperatori">
<MappingFragment StoreEntitySet="AnagraficaOperatori">
<ScalarProperty Name="CodOprExt" ColumnName="CodOprExt" />
<ScalarProperty Name="authKey" ColumnName="authKey" />
<ScalarProperty Name="isAdmin" ColumnName="isAdmin" />
<ScalarProperty Name="Nome" ColumnName="Nome" />
<ScalarProperty Name="Cognome" ColumnName="Cognome" />
<ScalarProperty Name="MatrOpr" ColumnName="MatrOpr" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="ConfigTmp">
<EntityTypeMapping TypeName="MoonProModel.ConfigTmp">
<MappingFragment StoreEntitySet="ConfigTmp">
<ScalarProperty Name="note" ColumnName="note" />
<ScalarProperty Name="valore" ColumnName="valore" />
<ScalarProperty Name="chiave" ColumnName="chiave" />
<ScalarProperty Name="sorgente" ColumnName="sorgente" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
</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="None" />
</DesignerInfoPropertySet>
</Options>
<!-- Diagram content (shape and connector positions) -->
<Diagrams></Diagrams>
</Designer>
</edmx:Edmx>