Files
MoonPro.net/MP-API/Models/MPModel.edmx
T
2016-12-23 15:59:04 +01:00

94 lines
5.2 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="DatiMacchine">
<Key>
<PropertyRef Name="idxMacchina" />
</Key>
<Property Name="idxMacchina" Type="int" Nullable="false" />
<Property Name="palletChange" Type="bit" />
<Property Name="kanban_A" Type="nvarchar" MaxLength="50" />
<Property Name="kanban_B" Type="nvarchar" MaxLength="50" />
<Property Name="serialPort" Type="nvarchar" MaxLength="50" />
<Property Name="refreshPeriod" Type="int" />
<Property Name="simulazione" Type="bit" />
<Property Name="simplePallet" Type="bit" />
<Property Name="insEnabled" Type="bit" />
<Property Name="sLogEnabled" Type="bit" Nullable="false" />
</EntityType>
<EntityContainer Name="MoonProModelStoreContainer">
<EntitySet Name="DatiMacchine" EntityType="Self.DatiMacchine" 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="DatiMacchine">
<Key>
<PropertyRef Name="idxMacchina" />
</Key>
<Property Name="idxMacchina" Type="Int32" Nullable="false" />
<Property Name="palletChange" Type="Boolean" />
<Property Name="kanban_A" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="kanban_B" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="serialPort" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="refreshPeriod" Type="Int32" />
<Property Name="simulazione" Type="Boolean" />
<Property Name="simplePallet" Type="Boolean" />
<Property Name="insEnabled" Type="Boolean" />
<Property Name="sLogEnabled" Type="Boolean" Nullable="false" />
</EntityType>
<EntityContainer Name="MoonProEntities" annotation:LazyLoadingEnabled="true">
<EntitySet Name="DatiMacchine" EntityType="Self.DatiMacchine" />
</EntityContainer>
</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="DatiMacchine">
<EntityTypeMapping TypeName="MoonProModel.DatiMacchine">
<MappingFragment StoreEntitySet="DatiMacchine">
<ScalarProperty Name="idxMacchina" ColumnName="idxMacchina" />
<ScalarProperty Name="palletChange" ColumnName="palletChange" />
<ScalarProperty Name="kanban_A" ColumnName="kanban_A" />
<ScalarProperty Name="kanban_B" ColumnName="kanban_B" />
<ScalarProperty Name="serialPort" ColumnName="serialPort" />
<ScalarProperty Name="refreshPeriod" ColumnName="refreshPeriod" />
<ScalarProperty Name="simulazione" ColumnName="simulazione" />
<ScalarProperty Name="simplePallet" ColumnName="simplePallet" />
<ScalarProperty Name="insEnabled" ColumnName="insEnabled" />
<ScalarProperty Name="sLogEnabled" ColumnName="sLogEnabled" />
</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>