1824 lines
130 KiB
XML
1824 lines
130 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
|
|
<edmx:DataServices>
|
|
<EntityType Name="StateMachineObjectBase" Abstract="true">
|
|
<Key>
|
|
<PropertyRef Name="Oid" />
|
|
</Key>
|
|
<Property Name="Oid" Type="Edm.Guid" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="XpoStateMachine" BaseType="DevExpress.ExpressApp.StateMachine.Xpo.StateMachineObjectBase">
|
|
<Property Name="Name" Type="Edm.String" />
|
|
<Property Name="Active" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="TargetObjectType" Type="System.Type" />
|
|
<Property Name="ExpandActionsInDetailView" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="StatePropertyName" Type="DevExpress.ExpressApp.Utils.StringObject" />
|
|
<NavigationProperty Name="AvailableStatePropertyNames" Type="Collection(DevExpress.ExpressApp.Utils.StringObject)" />
|
|
<NavigationProperty Name="StartState" Type="DevExpress.ExpressApp.StateMachine.Xpo.XpoState" />
|
|
<NavigationProperty Name="States" Type="Collection(DevExpress.ExpressApp.StateMachine.Xpo.XpoState)" />
|
|
</EntityType>
|
|
<EntityType Name="XpoState" BaseType="DevExpress.ExpressApp.StateMachine.Xpo.StateMachineObjectBase">
|
|
<Property Name="Caption" Type="Edm.String" />
|
|
<Property Name="MarkerValue" Type="Edm.String" />
|
|
<Property Name="TargetObjectCriteria" Type="Edm.String" />
|
|
<NavigationProperty Name="StateMachine" Type="DevExpress.ExpressApp.StateMachine.Xpo.XpoStateMachine" />
|
|
<NavigationProperty Name="Marker" Type="DevExpress.ExpressApp.StateMachine.Utils.MarkerObject" />
|
|
<NavigationProperty Name="AvailableMarkerObjects" Type="Collection(DevExpress.ExpressApp.StateMachine.Utils.MarkerObject)" />
|
|
<NavigationProperty Name="Transitions" Type="Collection(DevExpress.ExpressApp.StateMachine.Xpo.XpoTransition)" />
|
|
<NavigationProperty Name="Appearance" Type="Collection(DevExpress.ExpressApp.StateMachine.Xpo.XpoStateAppearance)" />
|
|
</EntityType>
|
|
<EntityType Name="XpoTransition" BaseType="DevExpress.ExpressApp.StateMachine.Xpo.StateMachineObjectBase">
|
|
<Property Name="Caption" Type="Edm.String" />
|
|
<Property Name="Index" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="SaveAndCloseView" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="SourceState" Type="DevExpress.ExpressApp.StateMachine.Xpo.XpoState" />
|
|
<NavigationProperty Name="TargetState" Type="DevExpress.ExpressApp.StateMachine.Xpo.XpoState" />
|
|
</EntityType>
|
|
<EntityType Name="XpoStateAppearance" BaseType="DevExpress.ExpressApp.StateMachine.Xpo.StateMachineObjectBase">
|
|
<Property Name="AppearanceItemType" Type="Edm.String" />
|
|
<Property Name="Context" Type="Edm.String" />
|
|
<Property Name="Criteria" Type="Edm.String" />
|
|
<Property Name="Method" Type="Edm.String" />
|
|
<Property Name="TargetItems" Type="Edm.String" />
|
|
<Property Name="Priority" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="FontColor" Type="System.Nullable_1OfColor" />
|
|
<Property Name="BackColor" Type="System.Nullable_1OfColor" />
|
|
<Property Name="FontStyle" Type="DevExpress.Drawing.DXFontStyle" />
|
|
<Property Name="Enabled" Type="Edm.Boolean" />
|
|
<Property Name="Visibility" Type="DevExpress.ExpressApp.Editors.ViewItemVisibility" />
|
|
<NavigationProperty Name="State" Type="DevExpress.ExpressApp.StateMachine.Xpo.XpoState" />
|
|
</EntityType>
|
|
</Schema>
|
|
<Schema Namespace="VisualLims.Module.BusinessObjects" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<EntityType Name="Banca">
|
|
<Key>
|
|
<PropertyRef Name="IdBanca" />
|
|
</Key>
|
|
<Property Name="IdBanca" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Abi" Type="Edm.String" />
|
|
<Property Name="NomeBanca" Type="Edm.String" />
|
|
<Property Name="CodiceContabilità" Type="Edm.String" />
|
|
<Property Name="CcBonifici" Type="Edm.String" />
|
|
<Property Name="CodiceArca" Type="Edm.String" />
|
|
<Property Name="BIC" Type="Edm.String" />
|
|
<NavigationProperty Name="BancheAgenzie" Type="Collection(VisualLims.Module.BusinessObjects.BancaAgenzia)" />
|
|
</EntityType>
|
|
<EntityType Name="BancaAgenzia">
|
|
<Key>
|
|
<PropertyRef Name="IdAgenzia" />
|
|
</Key>
|
|
<Property Name="IdAgenzia" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Cab" Type="Edm.String" />
|
|
<Property Name="Agenzia" Type="Edm.String" />
|
|
<Property Name="IBAN" Type="Edm.String" />
|
|
<Property Name="CodiceContabilità" Type="Edm.String" />
|
|
<Property Name="Interna" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="Banca" Type="VisualLims.Module.BusinessObjects.Banca" />
|
|
</EntityType>
|
|
<EntityType Name="ClienteDichiarazioneIntento">
|
|
<Key>
|
|
<PropertyRef Name="IdDichiarazioneIntento" />
|
|
</Key>
|
|
<Property Name="IdDichiarazioneIntento" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Anno" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NumeroLaboratorio" Type="Edm.Int32" />
|
|
<Property Name="Data" Type="Edm.DateTimeOffset" />
|
|
<Property Name="NrCliente" Type="Edm.Int32" />
|
|
<Property Name="DataCliente" Type="Edm.DateTimeOffset" />
|
|
<Property Name="ImportoLimite" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="Protocollo" Type="Edm.String" />
|
|
<Property Name="Progressivo" Type="Edm.String" />
|
|
<Property Name="DataRevoca" Type="Edm.DateTimeOffset" />
|
|
<Property Name="Note" Type="Edm.String" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="Iva" Type="VisualLims.Module.BusinessObjects.Iva" />
|
|
<NavigationProperty Name="TipoOperazioneIntento" Type="VisualLims.Module.BusinessObjects.TipoOperazioneIntento" />
|
|
<NavigationProperty Name="TipoLetteraIntento" Type="VisualLims.Module.BusinessObjects.TipoLetteraIntento" />
|
|
</EntityType>
|
|
<EntityType Name="Cliente">
|
|
<Key>
|
|
<PropertyRef Name="IdCliente" />
|
|
</Key>
|
|
<Property Name="IdCliente" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="DataUltimaModifica" Type="Edm.DateTimeOffset" />
|
|
<Property Name="EMails" Type="Collection(Edm.String)" />
|
|
<Property Name="EMailsPec" Type="Collection(Edm.String)" />
|
|
<Property Name="EMailsFatture" Type="Collection(Edm.String)" />
|
|
<Property Name="EMailsFatturePec" Type="Collection(Edm.String)" />
|
|
<Property Name="CodiceCliente" Type="Edm.String" />
|
|
<Property Name="Nominativo" Type="Edm.String" />
|
|
<Property Name="Indirizzo" Type="Edm.String" />
|
|
<Property Name="Città" Type="Edm.String" />
|
|
<Property Name="Cap" Type="Edm.String" />
|
|
<Property Name="Provincia" Type="Edm.String" />
|
|
<Property Name="CodiceASL" Type="Edm.String" />
|
|
<Property Name="UfficioOperante" Type="Edm.String" />
|
|
<Property Name="PartitaIva" Type="Edm.String" />
|
|
<Property Name="CodiceFiscale" Type="Edm.String" />
|
|
<Property Name="FattureCodiceDestinatario" Type="Edm.String" />
|
|
<Property Name="FattureRiferimento" Type="Edm.String" />
|
|
<Property Name="CodiceNazioneFatturazione" Type="Edm.String" />
|
|
<NavigationProperty Name="SchemiAbilitati" Type="Collection(VisualLims.Module.BusinessObjects.SchemaCustomField)" />
|
|
<NavigationProperty Name="MatriciAbilitate" Type="Collection(VisualLims.Module.BusinessObjects.Matrice)" />
|
|
<NavigationProperty Name="AnalisiAbilitate" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="UtentiAbilitatiImpostazioni" Type="Collection(VisualLims.Module.BusinessObjects.UtenteClienteAbilitato)" />
|
|
<NavigationProperty Name="UtentiAbilitati" Type="Collection(VisualLims.Module.BusinessObjects.Utente)" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="CampioniDatiRapporto" Type="Collection(VisualLims.Module.BusinessObjects.CampioneDatoRapporto)" />
|
|
<NavigationProperty Name="Rapporti" Type="Collection(VisualLims.Module.BusinessObjects.Rapporto)" />
|
|
<NavigationProperty Name="Lingua" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
<NavigationProperty Name="Compagnia" Type="VisualLims.Module.BusinessObjects.Compagnia" />
|
|
<NavigationProperty Name="GruppoCommerciale" Type="VisualLims.Module.BusinessObjects.GruppoCommerciale" />
|
|
<NavigationProperty Name="ClienteFatturazione" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="ClienteRiba" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="Nazione" Type="VisualLims.Module.BusinessObjects.Stato" />
|
|
<NavigationProperty Name="TipoSoggetto" Type="VisualLims.Module.BusinessObjects.TipoSoggetto" />
|
|
<NavigationProperty Name="Banca" Type="VisualLims.Module.BusinessObjects.Banca" />
|
|
<NavigationProperty Name="BancaAgenzia" Type="VisualLims.Module.BusinessObjects.BancaAgenzia" />
|
|
<NavigationProperty Name="Pagamento" Type="VisualLims.Module.BusinessObjects.Pagamento" />
|
|
<NavigationProperty Name="Commesse" Type="Collection(VisualLims.Module.BusinessObjects.Commessa)" />
|
|
<NavigationProperty Name="CommesseAnalisi" Type="Collection(VisualLims.Module.BusinessObjects.Commessa)" />
|
|
<NavigationProperty Name="SchemiCustomFields" Type="Collection(VisualLims.Module.BusinessObjects.SchemaCustomField)" />
|
|
<NavigationProperty Name="CampioniFatturazione" Type="Collection(VisualLims.Module.BusinessObjects.Campione)" />
|
|
<NavigationProperty Name="CampioniSpedizione" Type="Collection(VisualLims.Module.BusinessObjects.Campione)" />
|
|
<NavigationProperty Name="CampioniRiba" Type="Collection(VisualLims.Module.BusinessObjects.Campione)" />
|
|
<NavigationProperty Name="ClientiFatturazioneCollection" Type="Collection(VisualLims.Module.BusinessObjects.Cliente)" />
|
|
<NavigationProperty Name="ClientiRibaCollection" Type="Collection(VisualLims.Module.BusinessObjects.Cliente)" />
|
|
<NavigationProperty Name="ClientiParent" Type="Collection(VisualLims.Module.BusinessObjects.ClienteParent)" />
|
|
<NavigationProperty Name="ClientiFigli" Type="Collection(VisualLims.Module.BusinessObjects.ClienteParent)" />
|
|
<NavigationProperty Name="AllUtentiAbilitati" Type="Collection(VisualLims.Module.BusinessObjects.UtenteClienteESottoClienteAbilitato)" />
|
|
<NavigationProperty Name="SchemiCustomFieldsClienti" Type="Collection(VisualLims.Module.BusinessObjects.SchemaCustomFieldCliente)" />
|
|
</EntityType>
|
|
<EntityType Name="SchemaCustomField">
|
|
<Key>
|
|
<PropertyRef Name="IdSchemaCustomFields" />
|
|
</Key>
|
|
<Property Name="IdSchemaCustomFields" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Nome" Type="Edm.String" />
|
|
<Property Name="Descrizione" Type="Edm.String" />
|
|
<NavigationProperty Name="Commesse" Type="Collection(VisualLims.Module.BusinessObjects.Commessa)" />
|
|
<NavigationProperty Name="SchemiCustomFieldsDettagli" Type="Collection(VisualLims.Module.BusinessObjects.SchemaCustomFieldDettaglio)" />
|
|
</EntityType>
|
|
<EntityType Name="Commessa">
|
|
<Key>
|
|
<PropertyRef Name="IdCommessa" />
|
|
</Key>
|
|
<Property Name="IdCommessa" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CodiceCommessa" Type="Edm.String" />
|
|
<Property Name="RiferimentoCertificato" Type="Edm.String" />
|
|
<NavigationProperty Name="Utente" Type="VisualLims.Module.BusinessObjects.Utente" ContainsTarget="true" />
|
|
<NavigationProperty Name="SchemiAbilitati" Type="Collection(VisualLims.Module.BusinessObjects.SchemaCustomField)" />
|
|
<NavigationProperty Name="MatriciAbilitate" Type="Collection(VisualLims.Module.BusinessObjects.Matrice)" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="ClienteAnalisi" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="TipoCommessa" Type="VisualLims.Module.BusinessObjects.TipoCommessa" />
|
|
<NavigationProperty Name="SchemaCustomField" Type="VisualLims.Module.BusinessObjects.SchemaCustomField" />
|
|
<NavigationProperty Name="CommesseCustomFields" Type="Collection(VisualLims.Module.BusinessObjects.CommessaCustomField)" />
|
|
<NavigationProperty Name="Campioni" Type="Collection(VisualLims.Module.BusinessObjects.Campione)" />
|
|
</EntityType>
|
|
<EntityType Name="Matrice">
|
|
<Key>
|
|
<PropertyRef Name="IdMatrice" />
|
|
</Key>
|
|
<Property Name="IdMatrice" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeMatriceTraduzione" Type="Edm.String" />
|
|
<Property Name="DescrizioneTraduzione" Type="Edm.String" />
|
|
<Property Name="MacroMatrice" Type="Edm.String" />
|
|
<Property Name="NomeMatrice" Type="Edm.String" />
|
|
<Property Name="Descrizione" Type="Edm.String" />
|
|
<NavigationProperty Name="Preventivi" Type="Collection(VisualLims.Module.BusinessObjects.Preventivo)" />
|
|
<NavigationProperty Name="PreventiviMatrici" Type="Collection(VisualLims.Module.BusinessObjects.PreventivoMatrice)" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="MacroMatriciDettaglio" Type="Collection(VisualLims.Module.BusinessObjects.MacroMatriceDettaglio)" />
|
|
<NavigationProperty Name="SottoMatrici" Type="Collection(VisualLims.Module.BusinessObjects.SottoMatrice)" />
|
|
<NavigationProperty Name="MatriciTraduzioni" Type="Collection(VisualLims.Module.BusinessObjects.MatriceTraduzione)" />
|
|
</EntityType>
|
|
<EntityType Name="Preventivo">
|
|
<Key>
|
|
<PropertyRef Name="IdPreventivo" />
|
|
</Key>
|
|
<Property Name="IdPreventivo" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Data" Type="Edm.DateTimeOffset" />
|
|
<Property Name="Protocollo" Type="Edm.Int32" />
|
|
<Property Name="Confermato" Type="Edm.Boolean" />
|
|
<Property Name="TipoDestinatario" Type="VisualLims.Module.BusinessObjects.TipoDestinatarioPreventivo" />
|
|
<Property Name="Versione" Type="Edm.Int32" />
|
|
<Property Name="CodiceOfferta" Type="Edm.String" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="Matrice" Type="VisualLims.Module.BusinessObjects.Matrice" />
|
|
<NavigationProperty Name="Stato" Type="VisualLims.Module.BusinessObjects.StatoPreventivo" />
|
|
<NavigationProperty Name="GruppoCommerciale" Type="VisualLims.Module.BusinessObjects.GruppoCommerciale" />
|
|
<NavigationProperty Name="OffertaTipologia" Type="VisualLims.Module.BusinessObjects.OffertaTipologia" />
|
|
<NavigationProperty Name="PreventiviMatrici" Type="Collection(VisualLims.Module.BusinessObjects.PreventivoMatrice)" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
</EntityType>
|
|
<EntityType Name="StatoPreventivo">
|
|
<Key>
|
|
<PropertyRef Name="IdStato" />
|
|
</Key>
|
|
<Property Name="IdStato" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeStato" Type="Edm.String" />
|
|
<Property Name="ValidoPerAccettazione" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="OfferteTipologie" Type="Collection(VisualLims.Module.BusinessObjects.OffertaTipologia)" />
|
|
<NavigationProperty Name="Preventivi" Type="Collection(VisualLims.Module.BusinessObjects.Preventivo)" />
|
|
</EntityType>
|
|
<EntityType Name="OffertaTipologia">
|
|
<Key>
|
|
<PropertyRef Name="IdOffertaTipologia" />
|
|
</Key>
|
|
<Property Name="IdOffertaTipologia" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeOffertaTipologia" Type="Edm.String" />
|
|
<NavigationProperty Name="StatoInVigore" Type="VisualLims.Module.BusinessObjects.StatoPreventivo" />
|
|
<NavigationProperty Name="Preventivi" Type="Collection(VisualLims.Module.BusinessObjects.Preventivo)" />
|
|
</EntityType>
|
|
<EntityType Name="GruppoCommerciale">
|
|
<Key>
|
|
<PropertyRef Name="IdGruppoCommerciale" />
|
|
</Key>
|
|
<Property Name="IdGruppoCommerciale" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeGruppoCommerciale" Type="Edm.String" />
|
|
<NavigationProperty Name="Clienti" Type="Collection(VisualLims.Module.BusinessObjects.Cliente)" />
|
|
<NavigationProperty Name="Preventivi" Type="Collection(VisualLims.Module.BusinessObjects.Preventivo)" />
|
|
</EntityType>
|
|
<EntityType Name="PreventivoMatrice">
|
|
<Key>
|
|
<PropertyRef Name="IdPreventivoMatrice" />
|
|
</Key>
|
|
<Property Name="IdPreventivoMatrice" Type="Edm.Int32" Nullable="false" />
|
|
<NavigationProperty Name="Preventivo" Type="VisualLims.Module.BusinessObjects.Preventivo" />
|
|
<NavigationProperty Name="PreventivoMacroMatrice" Type="VisualLims.Module.BusinessObjects.PreventivoMatrice" />
|
|
<NavigationProperty Name="Matrice" Type="VisualLims.Module.BusinessObjects.Matrice" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="PreventiviMatriciCollection" Type="Collection(VisualLims.Module.BusinessObjects.PreventivoMatrice)" />
|
|
</EntityType>
|
|
<EntityType Name="Analisi">
|
|
<Key>
|
|
<PropertyRef Name="RecordKey" />
|
|
</Key>
|
|
<Property Name="RecordKey" Type="Edm.String" Nullable="false" />
|
|
<Property Name="NomeAnalisiTraduzione" Type="Edm.String" />
|
|
<Property Name="MatriceNome" Type="Edm.String" />
|
|
<Property Name="MetodoNome" Type="Edm.String" />
|
|
<Property Name="UnitaMisuraNome" Type="Edm.String" />
|
|
<Property Name="CategoriaAnalisiNome" Type="Edm.String" />
|
|
<Property Name="CodiceOfferta" Type="Edm.String" />
|
|
<Property Name="SelezionabileSuWeb" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="LimiteQuantificazione" Type="Edm.String" />
|
|
<Property Name="ListOrder" Type="Edm.Int16" Nullable="false" />
|
|
<Property Name="Note" Type="Edm.String" />
|
|
<Property Name="Codice" Type="Edm.String" />
|
|
<Property Name="NomeAnalisi" Type="Edm.String" />
|
|
<Property Name="LimitiDiLegge" Type="Edm.String" />
|
|
<Property Name="MinimoRilevabile" Type="Edm.String" />
|
|
<Property Name="Prezzo" Type="Edm.Decimal" Nullable="false" Scale="Variable" />
|
|
<Property Name="Accreditato" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="QtaMinima" Type="Edm.String" />
|
|
<Property Name="NoteCertificati" Type="Edm.String" />
|
|
<Property Name="Tipo" Type="VisualLims.Module.BusinessObjects.TipoAnalisi" Nullable="false" />
|
|
<NavigationProperty Name="TipologiaContenitore" Type="VisualLims.Module.BusinessObjects.TipologiaContenitore" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="ParentKey" Type="VisualLims.Module.BusinessObjects.Analisi" />
|
|
<NavigationProperty Name="UnitaMisura" Type="VisualLims.Module.BusinessObjects.UnitaMisura" />
|
|
<NavigationProperty Name="Matrice" Type="VisualLims.Module.BusinessObjects.Matrice" />
|
|
<NavigationProperty Name="Metodo" Type="VisualLims.Module.BusinessObjects.Metodo" />
|
|
<NavigationProperty Name="CategoriaAnalisi" Type="VisualLims.Module.BusinessObjects.CategoriaAnalisi" />
|
|
<NavigationProperty Name="AnalisiCollection" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
</EntityType>
|
|
<EntityType Name="TipologiaContenitore">
|
|
<Key>
|
|
<PropertyRef Name="IdTipologiaContenitore" />
|
|
</Key>
|
|
<Property Name="IdTipologiaContenitore" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeTipologiaContenitore" Type="Edm.String" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="AnalisiCampioni" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
</EntityType>
|
|
<EntityType Name="AnalisiCampione">
|
|
<Key>
|
|
<PropertyRef Name="RecordKey" />
|
|
</Key>
|
|
<Property Name="RecordKey" Type="Edm.String" Nullable="false" />
|
|
<Property Name="NomeAnalisiTraduzione" Type="Edm.String" />
|
|
<Property Name="MetodoNome" Type="Edm.String" />
|
|
<Property Name="UnitaMisuraNome" Type="Edm.String" />
|
|
<Property Name="CategoriaAnalisiNome" Type="Edm.String" />
|
|
<Property Name="CommentoTesto" Type="Edm.String" />
|
|
<Property Name="CommentoFissoTesto" Type="Edm.String" />
|
|
<Property Name="Tipo" Type="VisualLims.Module.BusinessObjects.TipoAnalisi" Nullable="false" />
|
|
<Property Name="Codice" Type="Edm.String" />
|
|
<Property Name="NomeAnalisi" Type="Edm.String" />
|
|
<Property Name="LimitiDiLegge" Type="Edm.String" />
|
|
<Property Name="MinimoRilevabile" Type="Edm.String" />
|
|
<Property Name="LimiteQuantificazione" Type="Edm.String" />
|
|
<Property Name="Prezzo" Type="Edm.Decimal" Nullable="false" Scale="Variable" />
|
|
<Property Name="Note" Type="Edm.String" />
|
|
<Property Name="Accreditato" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="QtaMinima" Type="Edm.String" />
|
|
<Property Name="NoteCertificati" Type="Edm.String" />
|
|
<Property Name="ListOrder" Type="Edm.Int16" Nullable="false" />
|
|
<Property Name="SelezionabileSuWeb" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="StampaInRapporto" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="AnalisiTraduzione" Type="VisualLims.Module.BusinessObjects.AnalisiTraduzione" />
|
|
<NavigationProperty Name="Metodo" Type="VisualLims.Module.BusinessObjects.Metodo" />
|
|
<NavigationProperty Name="UnitaMisura" Type="VisualLims.Module.BusinessObjects.UnitaMisura" />
|
|
<NavigationProperty Name="CategoriaAnalisi" Type="VisualLims.Module.BusinessObjects.CategoriaAnalisi" />
|
|
<NavigationProperty Name="TipologiaContenitore" Type="VisualLims.Module.BusinessObjects.TipologiaContenitore" />
|
|
<NavigationProperty Name="Campione" Type="VisualLims.Module.BusinessObjects.Campione" />
|
|
<NavigationProperty Name="Commento" Type="VisualLims.Module.BusinessObjects.Commento" />
|
|
<NavigationProperty Name="CommentoFisso" Type="VisualLims.Module.BusinessObjects.Commento" />
|
|
<NavigationProperty Name="ParentKey" Type="VisualLims.Module.BusinessObjects.AnalisiCampione" />
|
|
</EntityType>
|
|
<EntityType Name="AnalisiTraduzione">
|
|
<Key>
|
|
<PropertyRef Name="IdTraduzioneAnalisi" />
|
|
</Key>
|
|
<Property Name="IdTraduzioneAnalisi" Type="Edm.String" Nullable="false" />
|
|
<Property Name="Lingua" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Traduzione" Type="Edm.String" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="AnalisiCampioni" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
</EntityType>
|
|
<EntityType Name="Metodo">
|
|
<Key>
|
|
<PropertyRef Name="IdMetodo" />
|
|
</Key>
|
|
<Property Name="IdMetodo" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeMetodoTraduzione" Type="Edm.String" />
|
|
<Property Name="CodiceAggiuntivoTraduzione" Type="Edm.String" />
|
|
<Property Name="NotaIncertezzaTraduzione" Type="Edm.String" />
|
|
<Property Name="CodiceMetodo" Type="Edm.String" />
|
|
<Property Name="NomeMetodo" Type="Edm.String" />
|
|
<Property Name="CodiceSinal" Type="Edm.String" />
|
|
<Property Name="CodiceAggiuntivo" Type="Edm.String" />
|
|
<Property Name="StampaCodiceAggiuntivo" Type="Edm.Boolean" />
|
|
<Property Name="Abstract" Type="Edm.String" />
|
|
<Property Name="OperatingConditions" Type="Edm.String" />
|
|
<Property Name="NotaIncertezza" Type="Edm.String" />
|
|
<NavigationProperty Name="Attributo2" Type="VisualLims.Module.BusinessObjects.Attributo2" />
|
|
<NavigationProperty Name="AnalisiCampioni" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="MetodiTraduzioni" Type="Collection(VisualLims.Module.BusinessObjects.MetodoTraduzione)" />
|
|
</EntityType>
|
|
<EntityType Name="Attributo2">
|
|
<Key>
|
|
<PropertyRef Name="IdAttributo2" />
|
|
</Key>
|
|
<Property Name="IdAttributo2" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeAttributoTraduzione" Type="Edm.String" />
|
|
<Property Name="NomeAttributo" Type="Edm.String" />
|
|
<NavigationProperty Name="Metodi" Type="Collection(VisualLims.Module.BusinessObjects.Metodo)" />
|
|
<NavigationProperty Name="Attributo2Traduzioni" Type="Collection(VisualLims.Module.BusinessObjects.Attributo2Traduzione)" />
|
|
</EntityType>
|
|
<EntityType Name="Attributo2Traduzione">
|
|
<Key>
|
|
<PropertyRef Name="IdTraduzioneAttributo2" />
|
|
</Key>
|
|
<Property Name="IdTraduzioneAttributo2" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Traduzione" Type="Edm.String" />
|
|
<NavigationProperty Name="Attributo2" Type="VisualLims.Module.BusinessObjects.Attributo2" />
|
|
<NavigationProperty Name="Lingua" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
</EntityType>
|
|
<EntityType Name="Lingua">
|
|
<Key>
|
|
<PropertyRef Name="IdLingua" />
|
|
</Key>
|
|
<Property Name="IdLingua" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeLingua" Type="Edm.String" />
|
|
<NavigationProperty Name="LinguaMadre" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
<NavigationProperty Name="LingueFiglie" Type="Collection(VisualLims.Module.BusinessObjects.Lingua)" />
|
|
</EntityType>
|
|
<EntityType Name="MetodoTraduzione">
|
|
<Key>
|
|
<PropertyRef Name="IdTraduzioneMetodo" />
|
|
</Key>
|
|
<Property Name="IdTraduzioneMetodo" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Traduzione" Type="Edm.String" />
|
|
<Property Name="TraduzioneCodiceAggiuntivo" Type="Edm.String" />
|
|
<Property Name="TraduzioneNotaIncertezza" Type="Edm.String" />
|
|
<NavigationProperty Name="IdMetodo" Type="VisualLims.Module.BusinessObjects.Metodo" />
|
|
<NavigationProperty Name="Lingua" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="AnalisiCampioni" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
</EntityType>
|
|
<EntityType Name="UnitaMisura">
|
|
<Key>
|
|
<PropertyRef Name="IdUnitaMisura" />
|
|
</Key>
|
|
<Property Name="IdUnitaMisura" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeUnitaMisura" Type="Edm.String" />
|
|
<NavigationProperty Name="AnalisiCampioni" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
<NavigationProperty Name="UnitaMisuraTraduzioni" Type="Collection(VisualLims.Module.BusinessObjects.UnitaMisuraTraduzione)" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
</EntityType>
|
|
<EntityType Name="UnitaMisuraTraduzione">
|
|
<Key>
|
|
<PropertyRef Name="IdTraduzioneUnitaMisura" />
|
|
</Key>
|
|
<Property Name="IdTraduzioneUnitaMisura" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Traduzione" Type="Edm.String" />
|
|
<Property Name="TraduzioneLegenda" Type="Edm.String" />
|
|
<NavigationProperty Name="UnitaMisura" Type="VisualLims.Module.BusinessObjects.UnitaMisura" />
|
|
<NavigationProperty Name="Lingua" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="AnalisiCampioni" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
</EntityType>
|
|
<EntityType Name="CategoriaAnalisi">
|
|
<Key>
|
|
<PropertyRef Name="IdCategoriaAnalisi" />
|
|
</Key>
|
|
<Property Name="IdCategoriaAnalisi" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeCategoriaAnalisiTraduzione" Type="Edm.String" />
|
|
<Property Name="NomeCategoriaAnalisi" Type="Edm.String" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="AnalisiCampioni" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
<NavigationProperty Name="CategorieAnalisiTraduzioni" Type="Collection(VisualLims.Module.BusinessObjects.CategoriaAnalisiTraduzione)" />
|
|
</EntityType>
|
|
<EntityType Name="CategoriaAnalisiTraduzione">
|
|
<Key>
|
|
<PropertyRef Name="IdTraduzioneCategoriaAnalisi" />
|
|
</Key>
|
|
<Property Name="IdTraduzioneCategoriaAnalisi" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Traduzione" Type="Edm.String" />
|
|
<NavigationProperty Name="CategoriaAnalisi" Type="VisualLims.Module.BusinessObjects.CategoriaAnalisi" />
|
|
<NavigationProperty Name="Lingua" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="AnalisiCampioni" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
</EntityType>
|
|
<EntityType Name="Campione">
|
|
<Key>
|
|
<PropertyRef Name="IdCampione" />
|
|
</Key>
|
|
<Property Name="IdCampione" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="DataCreazioneWeb" Type="Edm.DateTimeOffset" />
|
|
<Property Name="DataAccettazioneLims" Type="Edm.DateTimeOffset" />
|
|
<Property Name="CodiceCampione" Type="Edm.String" />
|
|
<Property Name="StatoCampione" Type="VisualLims.Module.BusinessObjects.StatoCampione" Nullable="false" />
|
|
<Property Name="CodiceCampioneWeb" Type="Edm.String" />
|
|
<Property Name="DataWeb" Type="Edm.DateTimeOffset" />
|
|
<Property Name="Riferimento" Type="Edm.String" />
|
|
<Property Name="NoteWeb" Type="Edm.String" />
|
|
<Property Name="GruppiRicercati" Type="Edm.String" />
|
|
<NavigationProperty Name="SchemaPredefinito" Type="VisualLims.Module.BusinessObjects.SchemaCustomField" ContainsTarget="true" />
|
|
<NavigationProperty Name="UtenteCreatoreWeb" Type="VisualLims.Module.BusinessObjects.Utente" ContainsTarget="true" />
|
|
<NavigationProperty Name="SchemiAbilitati" Type="Collection(VisualLims.Module.BusinessObjects.SchemaCustomField)" />
|
|
<NavigationProperty Name="AnalisiAbilitate" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="AnalisiCampioni" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
<NavigationProperty Name="Commessa" Type="VisualLims.Module.BusinessObjects.Commessa" />
|
|
<NavigationProperty Name="Matrice" Type="VisualLims.Module.BusinessObjects.Matrice" />
|
|
<NavigationProperty Name="SottoMatrice" Type="VisualLims.Module.BusinessObjects.SottoMatrice" />
|
|
<NavigationProperty Name="SchemaCustomField" Type="VisualLims.Module.BusinessObjects.SchemaCustomField" />
|
|
<NavigationProperty Name="CampioniCustomFields" Type="Collection(VisualLims.Module.BusinessObjects.CampioneCustomField)" />
|
|
</EntityType>
|
|
<EntityType Name="SottoMatrice">
|
|
<Key>
|
|
<PropertyRef Name="IdSottoMatrice" />
|
|
</Key>
|
|
<Property Name="IdSottoMatrice" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeSottoMatrice" Type="Edm.String" />
|
|
<NavigationProperty Name="Matrice" Type="VisualLims.Module.BusinessObjects.Matrice" />
|
|
<NavigationProperty Name="SottoMatriciTraduzioni" Type="Collection(VisualLims.Module.BusinessObjects.SottoMatriceTraduzione)" />
|
|
</EntityType>
|
|
<EntityType Name="SottoMatriceTraduzione">
|
|
<Key>
|
|
<PropertyRef Name="IdTraduzioneSottoMatrice" />
|
|
</Key>
|
|
<Property Name="IdTraduzioneSottoMatrice" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Traduzione" Type="Edm.String" />
|
|
<NavigationProperty Name="SottoMatrice" Type="VisualLims.Module.BusinessObjects.SottoMatrice" />
|
|
<NavigationProperty Name="Lingua" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
</EntityType>
|
|
<EntityType Name="Utente">
|
|
<Key>
|
|
<PropertyRef Name="IdUtente" />
|
|
</Key>
|
|
<Property Name="IdUtente" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="UserName" Type="Edm.String" />
|
|
<NavigationProperty Name="CompagnieLinks" Type="Collection(VisualLims.Module.BusinessObjects.UtenteCompagnia)" />
|
|
<NavigationProperty Name="Compagnie" Type="Collection(VisualLims.Module.BusinessObjects.Compagnia)" />
|
|
<NavigationProperty Name="ClientiAbilitatiImpostazioni" Type="Collection(VisualLims.Module.BusinessObjects.UtenteClienteAbilitato)" />
|
|
<NavigationProperty Name="ClientiAbilitati" Type="Collection(VisualLims.Module.BusinessObjects.Cliente)" />
|
|
<NavigationProperty Name="CompagniaCorrente" Type="VisualLims.Module.BusinessObjects.Compagnia" />
|
|
<NavigationProperty Name="GruppiLinks" Type="Collection(VisualLims.Module.BusinessObjects.User2Group)" />
|
|
<NavigationProperty Name="Gruppi" Type="Collection(VisualLims.Module.BusinessObjects.UserGroup)" />
|
|
<NavigationProperty Name="Qualifica" Type="VisualLims.Module.BusinessObjects.QualificaUtente" />
|
|
<NavigationProperty Name="Campioni" Type="Collection(VisualLims.Module.BusinessObjects.Campione)" />
|
|
<NavigationProperty Name="Commesse" Type="Collection(VisualLims.Module.BusinessObjects.Commessa)" />
|
|
<NavigationProperty Name="CommesseWebCreators" Type="Collection(VisualLims.Module.BusinessObjects.CommessaWeb)" />
|
|
<NavigationProperty Name="CommesseWebSenders" Type="Collection(VisualLims.Module.BusinessObjects.CommessaWeb)" />
|
|
<NavigationProperty Name="AllClientiAbilitati" Type="Collection(VisualLims.Module.BusinessObjects.UtenteClienteESottoClienteAbilitato)" />
|
|
</EntityType>
|
|
<EntityType Name="UtenteCompagnia">
|
|
<Key>
|
|
<PropertyRef Name="IdUtenteCompagnia" />
|
|
</Key>
|
|
<Property Name="IdUtenteCompagnia" Type="Edm.Int32" Nullable="false" />
|
|
<NavigationProperty Name="Compagnia" Type="VisualLims.Module.BusinessObjects.Compagnia" />
|
|
<NavigationProperty Name="Utente" Type="VisualLims.Module.BusinessObjects.Utente" />
|
|
</EntityType>
|
|
<EntityType Name="Compagnia">
|
|
<Key>
|
|
<PropertyRef Name="IdCompagnia" />
|
|
</Key>
|
|
<Property Name="IdCompagnia" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CodiceCompagnia" Type="Edm.String" />
|
|
<Property Name="NomeCompagnia" Type="Edm.String" />
|
|
<NavigationProperty Name="Utenti" Type="Collection(VisualLims.Module.BusinessObjects.Utente)" />
|
|
<NavigationProperty Name="UtentiCorrenti" Type="Collection(VisualLims.Module.BusinessObjects.Utente)" />
|
|
<NavigationProperty Name="Clienti" Type="Collection(VisualLims.Module.BusinessObjects.Cliente)" />
|
|
</EntityType>
|
|
<EntityType Name="UtenteClienteAbilitato">
|
|
<Key>
|
|
<PropertyRef Name="IdUserCliente" />
|
|
</Key>
|
|
<Property Name="IdUserCliente" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Accettazione" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="DatiOnline" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="AccettazioneSottoCommittenti" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="DatiOnlineSottoCommittenti" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="Utente" Type="VisualLims.Module.BusinessObjects.Utente" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
</EntityType>
|
|
<EntityType Name="User2Group">
|
|
<Key>
|
|
<PropertyRef Name="IdUserGroups" />
|
|
</Key>
|
|
<Property Name="IdUserGroups" Type="Edm.Int32" Nullable="false" />
|
|
<NavigationProperty Name="Utente" Type="VisualLims.Module.BusinessObjects.Utente" />
|
|
<NavigationProperty Name="Gruppo" Type="VisualLims.Module.BusinessObjects.UserGroup" />
|
|
</EntityType>
|
|
<EntityType Name="UserGroup">
|
|
<Key>
|
|
<PropertyRef Name="IdUserGroup" />
|
|
</Key>
|
|
<Property Name="IdUserGroup" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="GroupName" Type="Edm.String" />
|
|
<Property Name="GroupCode" Type="Edm.String" />
|
|
<NavigationProperty Name="Utenti" Type="Collection(VisualLims.Module.BusinessObjects.Utente)" />
|
|
</EntityType>
|
|
<EntityType Name="RuoloUtente" BaseType="DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase">
|
|
<Property Name="TipoRuolo" Type="VisualLims.Module.BusinessObjects.TipoRuolo" Nullable="false" />
|
|
<Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="Users" Type="Collection(VisualLims.Module.BusinessObjects.Utente)" />
|
|
<NavigationProperty Name="GrantedActionPermissions" Type="Collection(VisualLims.Module.BusinessObjects.RuoloUtenteActionPermission)" />
|
|
<NavigationProperty Name="RuoloUtenteAsParent" Type="Collection(VisualLims.Module.BusinessObjects.RuoloUtenteParentChild)" />
|
|
<NavigationProperty Name="ChildRoles" Type="Collection(VisualLims.Module.BusinessObjects.RuoloUtente)" />
|
|
<NavigationProperty Name="RuoloUtenteAsChild" Type="Collection(VisualLims.Module.BusinessObjects.RuoloUtenteParentChild)" />
|
|
<NavigationProperty Name="ParentRoles" Type="Collection(VisualLims.Module.BusinessObjects.RuoloUtente)" />
|
|
</EntityType>
|
|
<EntityType Name="RuoloUtenteActionPermission" BaseType="DevExpress.Persistent.BaseImpl.BaseObject">
|
|
<Property Name="ActionId" Type="Edm.String" />
|
|
<Property Name="Image" Type="Edm.Binary" />
|
|
<NavigationProperty Name="ActionDescriptor" Type="DevExpress.Persistent.Base.SecuredActionDescriptor" />
|
|
<NavigationProperty Name="SecuredActionDescriptors" Type="Collection(DevExpress.Persistent.Base.SecuredActionDescriptor)" />
|
|
<NavigationProperty Name="RuoloUtente" Type="VisualLims.Module.BusinessObjects.RuoloUtente" />
|
|
</EntityType>
|
|
<EntityType Name="RuoloUtenteParentChild" BaseType="DevExpress.Persistent.BaseImpl.BaseObject">
|
|
<NavigationProperty Name="ParentRole" Type="VisualLims.Module.BusinessObjects.RuoloUtente" />
|
|
<NavigationProperty Name="ChildRole" Type="VisualLims.Module.BusinessObjects.RuoloUtente" />
|
|
</EntityType>
|
|
<EntityType Name="QualificaUtente">
|
|
<Key>
|
|
<PropertyRef Name="IdQualifica" />
|
|
</Key>
|
|
<Property Name="IdQualifica" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeQualifica" Type="Edm.String" />
|
|
<NavigationProperty Name="UsersCollection" Type="Collection(VisualLims.Module.BusinessObjects.Utente)" />
|
|
</EntityType>
|
|
<EntityType Name="CommessaWeb" BaseType="VisualLims.Module.BusinessObjects.Commessa">
|
|
<Property Name="StatoCommessaWeb" Type="VisualLims.Module.BusinessObjects.StatoCommessaWeb" Nullable="false" />
|
|
<Property Name="DataCreazioneWeb" Type="Edm.DateTimeOffset" />
|
|
<Property Name="DataWeb" Type="Edm.DateTimeOffset" />
|
|
<Property Name="CodiceCommessaWeb" Type="Edm.String" />
|
|
<Property Name="DataInviatoWeb" Type="Edm.DateTimeOffset" />
|
|
<Property Name="Protocollo" Type="Edm.String" />
|
|
<Property Name="Richiedente" Type="Edm.String" />
|
|
<Property Name="Descrizione" Type="Edm.String" />
|
|
<NavigationProperty Name="UtenteCreatoreWeb" Type="VisualLims.Module.BusinessObjects.Utente" ContainsTarget="true" />
|
|
<NavigationProperty Name="UtenteInvioWeb" Type="VisualLims.Module.BusinessObjects.Utente" ContainsTarget="true" />
|
|
</EntityType>
|
|
<EntityType Name="UtenteClienteESottoClienteAbilitato">
|
|
<Key>
|
|
<PropertyRef Name="RecordKey" />
|
|
</Key>
|
|
<Property Name="RecordKey" Type="Edm.String" Nullable="false" />
|
|
<Property Name="Accettazione" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="DatiOnline" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="Utente" Type="VisualLims.Module.BusinessObjects.Utente" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
</EntityType>
|
|
<EntityType Name="CampioneCustomField">
|
|
<Key>
|
|
<PropertyRef Name="IdCampioniCustomFields" />
|
|
</Key>
|
|
<Property Name="IdCampioniCustomFields" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="ObbligatorioWeb" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="GruppoWeb" Type="Edm.String" />
|
|
<Property Name="Descrizione" Type="Edm.String" />
|
|
<Property Name="Ordine" Type="Edm.Int32" />
|
|
<Property Name="Valore" Type="Edm.String" />
|
|
<Property Name="Duplica" Type="Edm.Boolean" />
|
|
<NavigationProperty Name="AnagraficheDisponibili" Type="Collection(VisualLims.Module.BusinessObjects.Anagrafica)" />
|
|
<NavigationProperty Name="ValoriDisponibili" Type="Collection(VisualLims.Module.BusinessObjects.CustomFieldValue)" />
|
|
<NavigationProperty Name="CustomField" Type="VisualLims.Module.BusinessObjects.CustomField" />
|
|
<NavigationProperty Name="Campione" Type="VisualLims.Module.BusinessObjects.Campione" />
|
|
<NavigationProperty Name="Lingua" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
<NavigationProperty Name="Anagrafica" Type="VisualLims.Module.BusinessObjects.Anagrafica" />
|
|
</EntityType>
|
|
<EntityType Name="Anagrafica">
|
|
<Key>
|
|
<PropertyRef Name="IdAnagrafica" />
|
|
</Key>
|
|
<Property Name="IdAnagrafica" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="DataUltimaModifica" Type="Edm.DateTimeOffset" />
|
|
<Property Name="Codice" Type="Edm.String" />
|
|
<Property Name="NomeAnagrafica" Type="Edm.String" />
|
|
<NavigationProperty Name="TipoAnagrafica" Type="VisualLims.Module.BusinessObjects.TipoAnagrafica" />
|
|
<NavigationProperty Name="AnagraficaClienti" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaCliente)" />
|
|
</EntityType>
|
|
<EntityType Name="TipoAnagrafica">
|
|
<Key>
|
|
<PropertyRef Name="IdTipoAnagrafica" />
|
|
</Key>
|
|
<Property Name="IdTipoAnagrafica" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeTipoAnagrafica" Type="Edm.String" />
|
|
<Property Name="PerCliente" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="CustomFields" Type="Collection(VisualLims.Module.BusinessObjects.CustomField)" />
|
|
<NavigationProperty Name="Anagrafiche" Type="Collection(VisualLims.Module.BusinessObjects.Anagrafica)" />
|
|
</EntityType>
|
|
<EntityType Name="CustomField">
|
|
<Key>
|
|
<PropertyRef Name="IdCustomField" />
|
|
</Key>
|
|
<Property Name="IdCustomField" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="TitoloTraduzione" Type="Edm.String" />
|
|
<Property Name="Titolo" Type="Edm.String" />
|
|
<Property Name="Descrizione" Type="Edm.String" />
|
|
<Property Name="Tipo" Type="VisualLims.Module.BusinessObjects.CustomFieldType" Nullable="false" />
|
|
<Property Name="Decimali" Type="Edm.Int32" />
|
|
<Property Name="Lunghezza" Type="Edm.Int32" />
|
|
<Property Name="Minimo" Type="Edm.String" />
|
|
<Property Name="Massimo" Type="Edm.String" />
|
|
<Property Name="ValoreDefault" Type="Edm.String" />
|
|
<Property Name="Elenco" Type="Edm.Boolean" />
|
|
<Property Name="DefaultCurrDate" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="ObbligatorioWeb" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="SchemiCustomFieldsDettagli" Type="Collection(VisualLims.Module.BusinessObjects.SchemaCustomFieldDettaglio)" />
|
|
<NavigationProperty Name="TipoAnagrafica" Type="VisualLims.Module.BusinessObjects.TipoAnagrafica" />
|
|
<NavigationProperty Name="CustomFieldsTraduzioni" Type="Collection(VisualLims.Module.BusinessObjects.CustomFieldTraduzione)" />
|
|
<NavigationProperty Name="CustomFieldsValues" Type="Collection(VisualLims.Module.BusinessObjects.CustomFieldValue)" />
|
|
</EntityType>
|
|
<EntityType Name="SchemaCustomFieldDettaglio">
|
|
<Key>
|
|
<PropertyRef Name="IdSchemaCustomFieldsDettaglio" />
|
|
</Key>
|
|
<Property Name="IdSchemaCustomFieldsDettaglio" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="ObbligatorioWeb" Type="VisualLims.Module.BusinessObjects.SchemaCustomDettaglioOption" Nullable="false" />
|
|
<Property Name="RaggruppamentoWeb" Type="Edm.String" />
|
|
<NavigationProperty Name="SchemaCustomField" Type="VisualLims.Module.BusinessObjects.SchemaCustomField" />
|
|
<NavigationProperty Name="CustomField" Type="VisualLims.Module.BusinessObjects.CustomField" />
|
|
</EntityType>
|
|
<EntityType Name="CustomFieldTraduzione">
|
|
<Key>
|
|
<PropertyRef Name="IdTraduzioneCustomField" />
|
|
</Key>
|
|
<Property Name="IdTraduzioneCustomField" Type="Edm.Int64" Nullable="false" />
|
|
<Property Name="Traduzione" Type="Edm.String" />
|
|
<NavigationProperty Name="CustomField" Type="VisualLims.Module.BusinessObjects.CustomField" />
|
|
<NavigationProperty Name="Lingua" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
</EntityType>
|
|
<EntityType Name="CustomFieldValue">
|
|
<Key>
|
|
<PropertyRef Name="IdCustomFieldsValue" />
|
|
</Key>
|
|
<Property Name="IdCustomFieldsValue" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Valore" Type="Edm.String" />
|
|
<NavigationProperty Name="CustomField" Type="VisualLims.Module.BusinessObjects.CustomField" />
|
|
</EntityType>
|
|
<EntityType Name="AnagraficaCliente">
|
|
<Key>
|
|
<PropertyRef Name="IdAnagraficaCliente" />
|
|
</Key>
|
|
<Property Name="IdAnagraficaCliente" Type="Edm.String" Nullable="false" />
|
|
<NavigationProperty Name="Anagrafica" Type="VisualLims.Module.BusinessObjects.Anagrafica" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
</EntityType>
|
|
<EntityType Name="Commento">
|
|
<Key>
|
|
<PropertyRef Name="IdCommento" />
|
|
</Key>
|
|
<Property Name="IdCommento" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="TestoCommentoTraduzione" Type="Edm.String" />
|
|
<Property Name="CodiceCommento" Type="Edm.String" />
|
|
<Property Name="TestoCommento" Type="Edm.String" />
|
|
<NavigationProperty Name="AnalisiCampioni" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
<NavigationProperty Name="AnalisiCampioniCommentoFisso" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
<NavigationProperty Name="CommentiTraduzioni" Type="Collection(VisualLims.Module.BusinessObjects.CommentoTraduzione)" />
|
|
</EntityType>
|
|
<EntityType Name="CommentoTraduzione">
|
|
<Key>
|
|
<PropertyRef Name="IdTraduzioneCommento" />
|
|
</Key>
|
|
<Property Name="IdTraduzioneCommento" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Traduzione" Type="Edm.String" />
|
|
<NavigationProperty Name="Commento" Type="VisualLims.Module.BusinessObjects.Commento" />
|
|
<NavigationProperty Name="Lingua" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
<NavigationProperty Name="AnalisiCampioni" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
<NavigationProperty Name="AnalisiCampioniCommentoFisso" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiCampione)" />
|
|
</EntityType>
|
|
<EntityType Name="MatriceTraduzione">
|
|
<Key>
|
|
<PropertyRef Name="IdTraduzioneMatrice" />
|
|
</Key>
|
|
<Property Name="IdTraduzioneMatrice" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Traduzione" Type="Edm.String" />
|
|
<Property Name="TraduzioneDescrizione" Type="Edm.String" />
|
|
<NavigationProperty Name="Analisi" Type="Collection(VisualLims.Module.BusinessObjects.Analisi)" />
|
|
<NavigationProperty Name="Matrice" Type="VisualLims.Module.BusinessObjects.Matrice" />
|
|
<NavigationProperty Name="Lingua" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
</EntityType>
|
|
<EntityType Name="MacroMatriceDettaglio">
|
|
<Key>
|
|
<PropertyRef Name="IdMacroMatriceDettaglio" />
|
|
</Key>
|
|
<Property Name="IdMacroMatriceDettaglio" Type="Edm.Int32" Nullable="false" />
|
|
<NavigationProperty Name="MacroMatrice" Type="VisualLims.Module.BusinessObjects.MacroMatrice" />
|
|
<NavigationProperty Name="Matrice" Type="VisualLims.Module.BusinessObjects.Matrice" />
|
|
</EntityType>
|
|
<EntityType Name="MacroMatrice">
|
|
<Key>
|
|
<PropertyRef Name="IdMacroMatrice" />
|
|
</Key>
|
|
<Property Name="IdMacroMatrice" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeMacroMatrice" Type="Edm.String" />
|
|
<NavigationProperty Name="MacroMatriciDettaglio" Type="Collection(VisualLims.Module.BusinessObjects.MacroMatriceDettaglio)" />
|
|
</EntityType>
|
|
<EntityType Name="TipoCommessa">
|
|
<Key>
|
|
<PropertyRef Name="IdTipoCommessa" />
|
|
</Key>
|
|
<Property Name="IdTipoCommessa" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Codice" Type="Edm.String" />
|
|
<Property Name="Descrizione" Type="Edm.String" />
|
|
</EntityType>
|
|
<EntityType Name="MoltiplicatorePrezzi">
|
|
<Key>
|
|
<PropertyRef Name="IdMoltiplicatorePrezzo" />
|
|
</Key>
|
|
<Property Name="IdMoltiplicatorePrezzo" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Descrizione" Type="Edm.String" />
|
|
<Property Name="Fattore" Type="Edm.Decimal" Scale="Variable" />
|
|
<NavigationProperty Name="CommesseMoltiplicatoriPrezzi" Type="Collection(VisualLims.Module.BusinessObjects.Commessa)" />
|
|
</EntityType>
|
|
<EntityType Name="CommessaCustomField">
|
|
<Key>
|
|
<PropertyRef Name="IdCommesseCustomFields" />
|
|
</Key>
|
|
<Property Name="IdCommesseCustomFields" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="ObbligatorioWeb" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="GruppoWeb" Type="Edm.String" />
|
|
<Property Name="Descrizione" Type="Edm.String" />
|
|
<Property Name="Ordine" Type="Edm.Int32" />
|
|
<Property Name="Valore" Type="Edm.String" />
|
|
<Property Name="Duplica" Type="Edm.Boolean" />
|
|
<NavigationProperty Name="AnagraficheDisponibili" Type="Collection(VisualLims.Module.BusinessObjects.Anagrafica)" />
|
|
<NavigationProperty Name="ValoriDisponibili" Type="Collection(VisualLims.Module.BusinessObjects.CustomFieldValue)" />
|
|
<NavigationProperty Name="Commessa" Type="VisualLims.Module.BusinessObjects.Commessa" />
|
|
<NavigationProperty Name="CustomField" Type="VisualLims.Module.BusinessObjects.CustomField" />
|
|
<NavigationProperty Name="Lingua" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
<NavigationProperty Name="Anagrafica" Type="VisualLims.Module.BusinessObjects.Anagrafica" />
|
|
</EntityType>
|
|
<EntityType Name="SchemaCustomFieldCliente">
|
|
<Key>
|
|
<PropertyRef Name="IdSchemaCustomFieldsCliente" />
|
|
</Key>
|
|
<Property Name="IdSchemaCustomFieldsCliente" Type="Edm.Int32" Nullable="false" />
|
|
<NavigationProperty Name="SchemaCustomField" Type="VisualLims.Module.BusinessObjects.SchemaCustomField" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
</EntityType>
|
|
<EntityType Name="AnagraficaSottoCommittente" BaseType="VisualLims.Module.BusinessObjects.Anagrafica">
|
|
<Property Name="Nominativo" Type="Edm.String" />
|
|
<Property Name="CodiceCliente" Type="Edm.String" />
|
|
<Property Name="Indirizzo" Type="Edm.String" />
|
|
<Property Name="Città" Type="Edm.String" />
|
|
<Property Name="Cap" Type="Edm.String" />
|
|
<Property Name="Provincia" Type="Edm.String" />
|
|
<Property Name="CodiceASL" Type="Edm.String" />
|
|
</EntityType>
|
|
<EntityType Name="CampioneDatoRapporto">
|
|
<Key>
|
|
<PropertyRef Name="IdCampioneDatiRapporto" />
|
|
</Key>
|
|
<Property Name="IdCampioneDatiRapporto" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NotaEmendamento" Type="Edm.String" />
|
|
<Property Name="LegendaStampeCompagnia" Type="Edm.String" />
|
|
<Property Name="LegendaAccreditamentoCompagnia" Type="Edm.String" />
|
|
<Property Name="Riferimento" Type="Edm.String" />
|
|
<Property Name="Matrice" Type="Edm.String" />
|
|
<Property Name="Sottomatrice" Type="Edm.String" />
|
|
<Property Name="DescrizioneMatrice" Type="Edm.String" />
|
|
<Property Name="MacroMatrice" Type="Edm.String" />
|
|
<Property Name="NoteRapporto" Type="Edm.String" />
|
|
<Property Name="GiudizioRapporto" Type="Edm.String" />
|
|
<Property Name="GiudizioCertificato" Type="Edm.String" />
|
|
<Property Name="LegendaStampeCompagniaCampione" Type="Edm.String" />
|
|
<Property Name="LegendaAccreditamentoCompagniaCampione" Type="Edm.String" />
|
|
<Property Name="NoteSegreteria" Type="Edm.String" />
|
|
<Property Name="CodiceRapporto" Type="Edm.String" />
|
|
<Property Name="VersioneRapporto" Type="Edm.Int32" />
|
|
<Property Name="StatoCampione" Type="VisualLims.Module.BusinessObjects.StatoCampione" Nullable="false" />
|
|
<Property Name="StatoCampioneWeb" Type="Edm.String" />
|
|
<Property Name="DataAccettazione" Type="Edm.DateTimeOffset" />
|
|
<Property Name="CodiceAccettazione" Type="Edm.String" />
|
|
<Property Name="DataInizioAnalisiCampione" Type="Edm.DateTimeOffset" />
|
|
<Property Name="DataFineAnalisiCampione" Type="Edm.DateTimeOffset" />
|
|
<Property Name="CodiceRapportoPrecedente" Type="Edm.String" />
|
|
<Property Name="VersioneRapportoPrecedente" Type="Edm.Int32" />
|
|
<Property Name="DataRapportoPrecedente" Type="Edm.DateTimeOffset" />
|
|
<Property Name="CodicePrimoRapporto" Type="Edm.String" />
|
|
<Property Name="DataPrimoRapporto" Type="Edm.DateTimeOffset" />
|
|
<Property Name="DataRapporto" Type="Edm.DateTimeOffset" />
|
|
<Property Name="DataStampa" Type="Edm.DateTimeOffset" />
|
|
<Property Name="NominativoResponsabile" Type="Edm.String" />
|
|
<Property Name="RiferimentoFisso" Type="Edm.String" />
|
|
<Property Name="EsitoGiudizioLMR" Type="Edm.Int32" />
|
|
<Property Name="EsitoGiudizioImpiego" Type="Edm.Int32" />
|
|
<Property Name="StampaGiudizioLMR" Type="Edm.Boolean" />
|
|
<Property Name="StampaGiudizioImpieghi" Type="Edm.Boolean" />
|
|
<Property Name="CampioneBiologico" Type="Edm.Boolean" />
|
|
<Property Name="RisultatiPositivi" Type="Edm.Boolean" />
|
|
<Property Name="RisultatiIrregolari" Type="Edm.Boolean" />
|
|
<Property Name="PrezzoCampione" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="DataModificaParcheggio" Type="Edm.DateTimeOffset" />
|
|
<Property Name="Scadenza" Type="Edm.DateTimeOffset" />
|
|
<Property Name="CodiceFattura" Type="Edm.String" />
|
|
<Property Name="DataFattura" Type="Edm.DateTimeOffset" />
|
|
<Property Name="BloccoInvio" Type="Edm.Boolean" />
|
|
<Property Name="DataValidazione" Type="Edm.DateTimeOffset" />
|
|
<NavigationProperty Name="Rapporto" Type="VisualLims.Module.BusinessObjects.Rapporto" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="AnalisiDatiRapporto" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiDatoRapporto)" />
|
|
<NavigationProperty Name="CustomFieldsDatiRapporto" Type="Collection(VisualLims.Module.BusinessObjects.CustomFieldsDatoRapporto)" />
|
|
</EntityType>
|
|
<EntityType Name="Rapporto">
|
|
<Key>
|
|
<PropertyRef Name="IdRapporto" />
|
|
</Key>
|
|
<Property Name="IdRapporto" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="DataUltimaModifica" Type="Edm.DateTimeOffset" />
|
|
<Property Name="CodiceRapporto" Type="Edm.String" />
|
|
<Property Name="Data" Type="Edm.DateTimeOffset" />
|
|
<Property Name="Versione" Type="Edm.Int32" />
|
|
<Property Name="DataStampa" Type="Edm.DateTimeOffset" />
|
|
<Property Name="Firmato" Type="Edm.Boolean" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="UltimoRapporto" Type="VisualLims.Module.BusinessObjects.Rapporto" />
|
|
<NavigationProperty Name="CampioniDatiRapporto" Type="Collection(VisualLims.Module.BusinessObjects.CampioneDatoRapporto)" />
|
|
<NavigationProperty Name="RapportiPrecendenti" Type="Collection(VisualLims.Module.BusinessObjects.Rapporto)" />
|
|
<NavigationProperty Name="RapportiAllegati" Type="Collection(VisualLims.Module.BusinessObjects.RapportoAllegato)" />
|
|
<NavigationProperty Name="RapportiFiles" Type="Collection(VisualLims.Module.BusinessObjects.RapportoFile)" />
|
|
</EntityType>
|
|
<EntityType Name="RapportoAllegato">
|
|
<Key>
|
|
<PropertyRef Name="IdRapportoAllegato" />
|
|
</Key>
|
|
<Property Name="IdRapportoAllegato" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="File" Type="Edm.Binary" />
|
|
<Property Name="FileName" Type="Edm.String" />
|
|
<NavigationProperty Name="Rapporto" Type="VisualLims.Module.BusinessObjects.Rapporto" />
|
|
</EntityType>
|
|
<EntityType Name="RapportoFile">
|
|
<Key>
|
|
<PropertyRef Name="IdRapportoFile" />
|
|
</Key>
|
|
<Property Name="IdRapportoFile" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="File" Type="Edm.Binary" />
|
|
<Property Name="TipoRapporto" Type="VisualLims.Module.BusinessObjects.TipiDocumentoRapporto" Nullable="false" />
|
|
<Property Name="FileName" Type="Edm.String" />
|
|
<NavigationProperty Name="Rapporto" Type="VisualLims.Module.BusinessObjects.Rapporto" />
|
|
</EntityType>
|
|
<EntityType Name="AnalisiDatoRapporto">
|
|
<Key>
|
|
<PropertyRef Name="IdAnalisiDatoRapporto" />
|
|
</Key>
|
|
<Property Name="IdAnalisiDatoRapporto" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CodiceParametro" Type="Edm.String" />
|
|
<Property Name="CodiceCas" Type="Edm.String" />
|
|
<Property Name="ParametroRapporto" Type="Edm.String" />
|
|
<Property Name="CodiceGruppo" Type="Edm.String" />
|
|
<Property Name="GruppoRapporto" Type="Edm.String" />
|
|
<Property Name="UnitaMisuraRapporto" Type="Edm.String" />
|
|
<Property Name="LegendaUnitaMisura" Type="Edm.String" />
|
|
<Property Name="MetodoRapporto" Type="Edm.String" />
|
|
<Property Name="NotaIncertezzaMetodo" Type="Edm.String" />
|
|
<Property Name="CodiceReparto" Type="Edm.String" />
|
|
<Property Name="Reparto" Type="Edm.String" />
|
|
<Property Name="NotaIncertezzaReparto" Type="Edm.String" />
|
|
<Property Name="RisultatoStampa" Type="Edm.String" />
|
|
<Property Name="RisultatoPositivo" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="MinimoRilevabile" Type="Edm.String" />
|
|
<Property Name="LimiteQuantificazione" Type="Edm.String" />
|
|
<Property Name="LimitiDiLegge" Type="Edm.String" />
|
|
<Property Name="LimiteMinimo" Type="Edm.String" />
|
|
<Property Name="LimitiCliente" Type="Edm.String" />
|
|
<Property Name="CodiceDecretoLegge" Type="Edm.String" />
|
|
<Property Name="DecretoLegge" Type="Edm.String" />
|
|
<Property Name="IncertezzaStampaTestuale" Type="Edm.String" />
|
|
<Property Name="IncertezzaStampaNumerica" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="IncertezzaStampaTipo" Type="VisualLims.Module.BusinessObjects.TipoIncertezzaStampa" />
|
|
<Property Name="CodiceCommentoFisso" Type="Edm.String" />
|
|
<Property Name="CommentoFisso" Type="Edm.String" />
|
|
<Property Name="CodiceCommento" Type="Edm.String" />
|
|
<Property Name="Commento" Type="Edm.String" />
|
|
<Property Name="Accreditato" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="AccreditatoFlessibile" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="Esito" Type="Edm.String" />
|
|
<Property Name="TipoEsito" Type="Edm.String" />
|
|
<Property Name="Subappalto" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="CodiceStabilimento" Type="Edm.String" />
|
|
<Property Name="LegendaStabilimento" Type="Edm.String" />
|
|
<Property Name="LegendaStabilimentoAccreditati" Type="Edm.String" />
|
|
<Property Name="AccreditamentoStabilimento" Type="Edm.String" />
|
|
<Property Name="InizioAnalisi" Type="Edm.DateTimeOffset" />
|
|
<Property Name="FineAnalisi" Type="Edm.DateTimeOffset" />
|
|
<Property Name="StampaInRapporto" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="RisultatoDescrittivo" Type="Edm.String" />
|
|
<Property Name="IncertezzaManuale" Type="Edm.String" />
|
|
<Property Name="Risultato" Type="Edm.String" />
|
|
<NavigationProperty Name="CampioneDatiRapporto" Type="VisualLims.Module.BusinessObjects.CampioneDatoRapporto" />
|
|
<NavigationProperty Name="NomeParametro" Type="VisualLims.Module.BusinessObjects.NomeParametro" />
|
|
</EntityType>
|
|
<EntityType Name="NomeParametro">
|
|
<Key>
|
|
<PropertyRef Name="IdNomeParametro" />
|
|
</Key>
|
|
<Property Name="IdNomeParametro" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CodiceParametro" Type="Edm.String" />
|
|
<Property Name="Parametro" Type="Edm.String" />
|
|
<NavigationProperty Name="AnalisiDatiRapporto" Type="Collection(VisualLims.Module.BusinessObjects.AnalisiDatoRapporto)" />
|
|
</EntityType>
|
|
<EntityType Name="CustomFieldsDatoRapporto">
|
|
<Key>
|
|
<PropertyRef Name="IdCustomFieldDatoRapporto" />
|
|
</Key>
|
|
<Property Name="IdCustomFieldDatoRapporto" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Titolo" Type="Edm.String" />
|
|
<Property Name="Valore" Type="Edm.String" />
|
|
<Property Name="CodiceAnagrafica" Type="Edm.String" />
|
|
<Property Name="FornitoDaCommittente" Type="Edm.Int32" />
|
|
<Property Name="ScostamentoDaCondizioni" Type="Edm.Int32" />
|
|
<Property Name="CustomField" Type="Edm.Int32" Nullable="false" />
|
|
<NavigationProperty Name="CampioneDatoRapporto" Type="VisualLims.Module.BusinessObjects.CampioneDatoRapporto" />
|
|
</EntityType>
|
|
<EntityType Name="Stato">
|
|
<Key>
|
|
<PropertyRef Name="IdStato" />
|
|
</Key>
|
|
<Property Name="IdStato" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeStato" Type="Edm.String" />
|
|
<Property Name="CodiceEsterno" Type="Edm.String" />
|
|
<Property Name="Sigla" Type="Edm.String" />
|
|
<NavigationProperty Name="Regioni" Type="Collection(VisualLims.Module.BusinessObjects.Regione)" />
|
|
</EntityType>
|
|
<EntityType Name="Regione">
|
|
<Key>
|
|
<PropertyRef Name="CodiceRegione" />
|
|
</Key>
|
|
<Property Name="CodiceRegione" Type="Edm.String" Nullable="false" />
|
|
<Property Name="NomeRegione" Type="Edm.String" />
|
|
<NavigationProperty Name="Nazione" Type="VisualLims.Module.BusinessObjects.Stato" />
|
|
<NavigationProperty Name="AnagraficheProduttori" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaProduttore)" />
|
|
<NavigationProperty Name="AnagraficheDetentori" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaDetentore)" />
|
|
<NavigationProperty Name="AnagraficheImportatori" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaImportatore)" />
|
|
<NavigationProperty Name="AnagrafichePuntiPrelievo" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaPuntoPrelievo)" />
|
|
<NavigationProperty Name="Province" Type="Collection(VisualLims.Module.BusinessObjects.Provincia)" />
|
|
</EntityType>
|
|
<EntityType Name="AnagraficaProduttore" BaseType="VisualLims.Module.BusinessObjects.Anagrafica">
|
|
<Property Name="Indirizzo" Type="Edm.String" />
|
|
<NavigationProperty Name="Comune" Type="VisualLims.Module.BusinessObjects.Comune" />
|
|
<NavigationProperty Name="Nazione" Type="VisualLims.Module.BusinessObjects.Nazione" />
|
|
<NavigationProperty Name="Regione" Type="VisualLims.Module.BusinessObjects.Regione" />
|
|
<NavigationProperty Name="Provincia" Type="VisualLims.Module.BusinessObjects.Provincia" />
|
|
</EntityType>
|
|
<EntityType Name="Provincia">
|
|
<Key>
|
|
<PropertyRef Name="CodiceProvincia" />
|
|
</Key>
|
|
<Property Name="CodiceProvincia" Type="Edm.String" Nullable="false" />
|
|
<Property Name="NomeProvincia" Type="Edm.String" />
|
|
<Property Name="Sigla" Type="Edm.String" />
|
|
<NavigationProperty Name="Regione" Type="VisualLims.Module.BusinessObjects.Regione" />
|
|
<NavigationProperty Name="AnagraficheProduttori" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaProduttore)" />
|
|
<NavigationProperty Name="AnagraficheDetentori" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaDetentore)" />
|
|
<NavigationProperty Name="AnagraficheImportatori" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaImportatore)" />
|
|
<NavigationProperty Name="AnagrafichePuntiPrelievo" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaPuntoPrelievo)" />
|
|
</EntityType>
|
|
<EntityType Name="AnagraficaDetentore" BaseType="VisualLims.Module.BusinessObjects.Anagrafica">
|
|
<Property Name="Indirizzo" Type="Edm.String" />
|
|
<NavigationProperty Name="Comune" Type="VisualLims.Module.BusinessObjects.Comune" />
|
|
<NavigationProperty Name="Nazione" Type="VisualLims.Module.BusinessObjects.Nazione" />
|
|
<NavigationProperty Name="TipoDetentore" Type="VisualLims.Module.BusinessObjects.TipoDetentore" />
|
|
<NavigationProperty Name="Regione" Type="VisualLims.Module.BusinessObjects.Regione" />
|
|
<NavigationProperty Name="Provincia" Type="VisualLims.Module.BusinessObjects.Provincia" />
|
|
</EntityType>
|
|
<EntityType Name="Nazione">
|
|
<Key>
|
|
<PropertyRef Name="CodiceNazione" />
|
|
</Key>
|
|
<Property Name="CodiceNazione" Type="Edm.String" Nullable="false" />
|
|
<Property Name="NomeNazione" Type="Edm.String" />
|
|
<NavigationProperty Name="AnagraficheProduttori" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaProduttore)" />
|
|
<NavigationProperty Name="AnagraficheDetentori" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaDetentore)" />
|
|
<NavigationProperty Name="AnagraficheImportatori" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaImportatore)" />
|
|
<NavigationProperty Name="AnagrafichePuntiPrelievo" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaPuntoPrelievo)" />
|
|
</EntityType>
|
|
<EntityType Name="AnagraficaImportatore" BaseType="VisualLims.Module.BusinessObjects.Anagrafica">
|
|
<Property Name="Indirizzo" Type="Edm.String" />
|
|
<NavigationProperty Name="Comune" Type="VisualLims.Module.BusinessObjects.Comune" />
|
|
<NavigationProperty Name="Nazione" Type="VisualLims.Module.BusinessObjects.Nazione" />
|
|
<NavigationProperty Name="Regione" Type="VisualLims.Module.BusinessObjects.Regione" />
|
|
<NavigationProperty Name="Provincia" Type="VisualLims.Module.BusinessObjects.Provincia" />
|
|
</EntityType>
|
|
<EntityType Name="AnagraficaPuntoPrelievo" BaseType="VisualLims.Module.BusinessObjects.Anagrafica">
|
|
<Property Name="Indirizzo" Type="Edm.String" />
|
|
<Property Name="CodiceASL" Type="Edm.String" />
|
|
<Property Name="Latitudine" Type="Edm.String" />
|
|
<Property Name="Longitudine" Type="Edm.String" />
|
|
<NavigationProperty Name="Comune" Type="VisualLims.Module.BusinessObjects.Comune" />
|
|
<NavigationProperty Name="Nazione" Type="VisualLims.Module.BusinessObjects.Nazione" />
|
|
<NavigationProperty Name="Regione" Type="VisualLims.Module.BusinessObjects.Regione" />
|
|
<NavigationProperty Name="Provincia" Type="VisualLims.Module.BusinessObjects.Provincia" />
|
|
</EntityType>
|
|
<EntityType Name="TipoDetentore">
|
|
<Key>
|
|
<PropertyRef Name="CodiceTipoDetentore" />
|
|
</Key>
|
|
<Property Name="CodiceTipoDetentore" Type="Edm.String" Nullable="false" />
|
|
<Property Name="NomeTipoDetentore" Type="Edm.String" />
|
|
<NavigationProperty Name="AnagraficheDetentori" Type="Collection(VisualLims.Module.BusinessObjects.AnagraficaDetentore)" />
|
|
</EntityType>
|
|
<EntityType Name="TipoSoggetto">
|
|
<Key>
|
|
<PropertyRef Name="IdTipoSoggetto" />
|
|
</Key>
|
|
<Property Name="IdTipoSoggetto" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeTipoSoggetto" Type="Edm.String" />
|
|
<NavigationProperty Name="Clienti" Type="Collection(VisualLims.Module.BusinessObjects.Cliente)" />
|
|
</EntityType>
|
|
<EntityType Name="Pagamento">
|
|
<Key>
|
|
<PropertyRef Name="IdPagamento" />
|
|
</Key>
|
|
<Property Name="IdPagamento" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CodicePagamento" Type="Edm.String" />
|
|
<Property Name="DescrizionePagamento" Type="Edm.String" />
|
|
<Property Name="Annullato" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="TipoPagamento" Type="VisualLims.Module.BusinessObjects.TipoPagamento" />
|
|
</EntityType>
|
|
<EntityType Name="TipoPagamento">
|
|
<Key>
|
|
<PropertyRef Name="IdTipoPagamento" />
|
|
</Key>
|
|
<Property Name="IdTipoPagamento" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="DescrizioneTipoPagamento" Type="Edm.String" />
|
|
<Property Name="FatturePACodice" Type="Edm.String" />
|
|
<NavigationProperty Name="Pagamenti" Type="Collection(VisualLims.Module.BusinessObjects.Pagamento)" />
|
|
</EntityType>
|
|
<EntityType Name="ClienteParent">
|
|
<Key>
|
|
<PropertyRef Name="RecordKey" />
|
|
</Key>
|
|
<Property Name="RecordKey" Type="Edm.String" Nullable="false" />
|
|
<Property Name="Level" Type="Edm.Int32" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="Parent" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
</EntityType>
|
|
<EntityType Name="Iva">
|
|
<Key>
|
|
<PropertyRef Name="IdIva" />
|
|
</Key>
|
|
<Property Name="IdIva" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CodiceIva" Type="Edm.String" />
|
|
<Property Name="DescrizioneIva" Type="Edm.String" />
|
|
<Property Name="Aliquota" Type="Edm.Decimal" Nullable="false" Scale="Variable" />
|
|
<Property Name="Note" Type="Edm.String" />
|
|
<Property Name="IvaPerCassa" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="ImpostaBolloVirtuale" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="CodiceIvaNatura" Type="Edm.String" />
|
|
<Property Name="RiferimentoNormativo" Type="Edm.String" />
|
|
<Property Name="SplitPayment" Type="Edm.Boolean" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="TipoOperazioneIntento">
|
|
<Key>
|
|
<PropertyRef Name="IdTipoOperazioneIntento" />
|
|
</Key>
|
|
<Property Name="IdTipoOperazioneIntento" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeTipoOperazioneIntento" Type="Edm.String" />
|
|
<NavigationProperty Name="ClientiDichiarazioniIntento" Type="Collection(VisualLims.Module.BusinessObjects.ClienteDichiarazioneIntento)" />
|
|
</EntityType>
|
|
<EntityType Name="TipoLetteraIntento">
|
|
<Key>
|
|
<PropertyRef Name="IdTipoLetteraIntento" />
|
|
</Key>
|
|
<Property Name="IdTipoLetteraIntento" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeTipoLetteraIntento" Type="Edm.String" />
|
|
<NavigationProperty Name="ClientiDichiarazioniIntento" Type="Collection(VisualLims.Module.BusinessObjects.ClienteDichiarazioneIntento)" />
|
|
</EntityType>
|
|
<EntityType Name="Reparto">
|
|
<Key>
|
|
<PropertyRef Name="IdReparto" />
|
|
</Key>
|
|
<Property Name="IdReparto" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CodiceReparto" Type="Edm.String" />
|
|
<Property Name="NomeReparto" Type="Edm.String" />
|
|
<Property Name="ControPartita" Type="Edm.String" />
|
|
<NavigationProperty Name="Compagnia" Type="VisualLims.Module.BusinessObjects.Compagnia" />
|
|
</EntityType>
|
|
<EntityType Name="Valuta">
|
|
<Key>
|
|
<PropertyRef Name="IdValuta" />
|
|
</Key>
|
|
<Property Name="IdValuta" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CodiceValuta" Type="Edm.String" />
|
|
<Property Name="Descrizione" Type="Edm.String" />
|
|
<Property Name="Simbolo" Type="Edm.String" />
|
|
</EntityType>
|
|
<EntityType Name="CfgAccettazione">
|
|
<Key>
|
|
<PropertyRef Name="IdCfgAccettazione" />
|
|
</Key>
|
|
<Property Name="IdCfgAccettazione" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CertificatoUnicoDefault" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="CustomFields2018" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="UsaDataCommessaPerCampioni" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="SottoMatriceObbligatoria" Type="Edm.Boolean" Nullable="false" />
|
|
<NavigationProperty Name="LinguaClienteDefault" Type="VisualLims.Module.BusinessObjects.Lingua" />
|
|
</EntityType>
|
|
<EntityType Name="CfgProgramma">
|
|
<Key>
|
|
<PropertyRef Name="IdCfgProgramma" />
|
|
</Key>
|
|
<Property Name="IdCfgProgramma" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CampioniFilesPath" Type="Edm.String" />
|
|
</EntityType>
|
|
<EntityType Name="CfgRapporti">
|
|
<Key>
|
|
<PropertyRef Name="IdCfgRapporti" />
|
|
</Key>
|
|
<Property Name="IdCfgRapporti" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="PdfFilePath" Type="Edm.String" />
|
|
</EntityType>
|
|
<EntityType Name="CfgWeb">
|
|
<Key>
|
|
<PropertyRef Name="IdCfgWeb" />
|
|
</Key>
|
|
<Property Name="IdCfgWeb" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="AccettazioneOnlineCustomFields" Type="VisualLims.Module.BusinessObjects.AccettazioneOnlineCustomFields" Nullable="false" />
|
|
<Property Name="UsaCodiceWeb" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="OnlineOrderStatoCertificato" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="SchemiCustomFieldClienteOnly" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="DescrizioneCommessaObbligatoria" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="RichiedenteObbligatorio" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="CustomFieldsObbligatorioWebMode" Type="Edm.Int32" />
|
|
<Property Name="PdfFilePath" Type="Edm.String" />
|
|
<Property Name="CampioniFilesPath" Type="Edm.String" />
|
|
</EntityType>
|
|
<EntityType Name="Moduli">
|
|
<Key>
|
|
<PropertyRef Name="ModuleCode" />
|
|
</Key>
|
|
<Property Name="ModuleCode" Type="Edm.String" Nullable="false" />
|
|
<Property Name="ModuleName" Type="Edm.String" />
|
|
<Property Name="Activated" Type="Edm.Boolean" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="Preference">
|
|
<Key>
|
|
<PropertyRef Name="IdKey" />
|
|
</Key>
|
|
<Property Name="IdKey" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CheckCampioniEdAnalisiAssegnate" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="ControlloDuplicati" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="TipoCommessaRichiesto" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="DupAllAnalisi" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="SetParentOnDupAnalisi" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="AddReportToFilesCampioni" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="SottoMatriceRequired" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="NewSampleReferenceRequired" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="ShowOfferteMode" Type="VisualLims.Module.BusinessObjects.OfferteMode" Nullable="false" />
|
|
<Property Name="UsaExport2Web" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="NascondiAnalisiSovracommittenti" Type="Edm.Boolean" />
|
|
<NavigationProperty Name="TipoCommessaDefault" Type="VisualLims.Module.BusinessObjects.TipoCommessa" ContainsTarget="true" />
|
|
</EntityType>
|
|
<EntityType Name="AnagraficaMotivoCampagna" BaseType="VisualLims.Module.BusinessObjects.Anagrafica" />
|
|
<EntityType Name="AnagraficaPuntoPrelievoCliente" BaseType="VisualLims.Module.BusinessObjects.Anagrafica">
|
|
<Property Name="Indirizzo" Type="Edm.String" />
|
|
<Property Name="CAP" Type="Edm.String" />
|
|
<Property Name="Città" Type="Edm.String" />
|
|
<Property Name="NomeProvincia" Type="Edm.String" />
|
|
<Property Name="Latitudine" Type="Edm.String" />
|
|
<Property Name="Longitudine" Type="Edm.String" />
|
|
<Property Name="Contatto" Type="Edm.String" />
|
|
</EntityType>
|
|
<EntityType Name="AnagraficaServizioAsl" BaseType="VisualLims.Module.BusinessObjects.Anagrafica" />
|
|
<EntityType Name="AnagraficaTipoCampagna" BaseType="VisualLims.Module.BusinessObjects.Anagrafica" />
|
|
<EntityType Name="AnagraficaTipoEntePrelevatore" BaseType="VisualLims.Module.BusinessObjects.Anagrafica" />
|
|
<EntityType Name="Fattura">
|
|
<Key>
|
|
<PropertyRef Name="IdFattura" />
|
|
</Key>
|
|
<Property Name="IdFattura" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NumeroFattura" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="CodiceFattura" Type="Edm.String" />
|
|
<Property Name="Data" Type="Edm.DateTimeOffset" />
|
|
<Property Name="ImportoSpese" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="NotaDiCredito" Type="Edm.Boolean" />
|
|
<Property Name="Pagata" Type="Edm.Boolean" />
|
|
<Property Name="InsertDate" Type="Edm.DateTimeOffset" />
|
|
<Property Name="UpdateDate" Type="Edm.DateTimeOffset" />
|
|
<Property Name="CambioValuta" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="TipoOrdineFE" Type="Edm.Int32" />
|
|
<Property Name="DataOrdineFE" Type="Edm.DateTimeOffset" />
|
|
<Property Name="CodiceCUP" Type="Edm.String" />
|
|
<Property Name="CodiceCIG" Type="Edm.String" />
|
|
<Property Name="DocumentoIdFE" Type="Edm.String" />
|
|
<Property Name="NumItemFE" Type="Edm.String" />
|
|
<Property Name="CodiceCommessaConvenzione" Type="Edm.String" />
|
|
<Property Name="NoteCliente" Type="Edm.String" />
|
|
<Property Name="Accompagnatoria" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="NumeroColli" Type="Edm.Int32" />
|
|
<Property Name="PesoKg" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="DataInizioTrasporto" Type="Edm.DateTimeOffset" />
|
|
<Property Name="Vettore" Type="Edm.String" />
|
|
<Property Name="Proforma" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="SendedDate" Type="Edm.DateTimeOffset" />
|
|
<Property Name="ImportoFattura" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="ImportoFatturaEuro" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="IvaFattura" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="IvaFatturaEuro" Type="Edm.Decimal" Scale="Variable" />
|
|
<NavigationProperty Name="Cliente" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="ClienteAccettazione" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="ClienteSpedizione" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="ClienteRiba" Type="VisualLims.Module.BusinessObjects.Cliente" />
|
|
<NavigationProperty Name="Pagamento" Type="VisualLims.Module.BusinessObjects.Pagamento" />
|
|
<NavigationProperty Name="Banca" Type="VisualLims.Module.BusinessObjects.Banca" />
|
|
<NavigationProperty Name="BancaAgenzia" Type="VisualLims.Module.BusinessObjects.BancaAgenzia" />
|
|
<NavigationProperty Name="Compagnia" Type="VisualLims.Module.BusinessObjects.Compagnia" />
|
|
<NavigationProperty Name="Valuta" Type="VisualLims.Module.BusinessObjects.Valuta" />
|
|
<NavigationProperty Name="StatoFattura" Type="VisualLims.Module.BusinessObjects.StatoFattura" />
|
|
<NavigationProperty Name="TipoVettore" Type="VisualLims.Module.BusinessObjects.TipoVettore" />
|
|
<NavigationProperty Name="TipoDocumentoFE" Type="VisualLims.Module.BusinessObjects.TipoDocumentoFE" />
|
|
<NavigationProperty Name="FatturaNotifica" Type="VisualLims.Module.BusinessObjects.FatturaNotifica" />
|
|
<NavigationProperty Name="FatturaDettagli" Type="Collection(VisualLims.Module.BusinessObjects.FatturaDettaglio)" />
|
|
</EntityType>
|
|
<EntityType Name="StatoFattura">
|
|
<Key>
|
|
<PropertyRef Name="IdStatoFattura" />
|
|
</Key>
|
|
<Property Name="IdStatoFattura" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Stato" Type="Edm.String" />
|
|
<NavigationProperty Name="Fatture" Type="Collection(VisualLims.Module.BusinessObjects.Fattura)" />
|
|
</EntityType>
|
|
<EntityType Name="TipoVettore">
|
|
<Key>
|
|
<PropertyRef Name="IdTipoVettore" />
|
|
</Key>
|
|
<Property Name="IdTipoVettore" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="NomeTipoVettore" Type="Edm.String" />
|
|
<NavigationProperty Name="Fattures" Type="Collection(VisualLims.Module.BusinessObjects.Fattura)" />
|
|
</EntityType>
|
|
<EntityType Name="TipoDocumentoFE">
|
|
<Key>
|
|
<PropertyRef Name="TipoDocumento" />
|
|
</Key>
|
|
<Property Name="TipoDocumento" Type="Edm.String" Nullable="false" />
|
|
<Property Name="Descrizione" Type="Edm.String" />
|
|
<Property Name="ValidoDal" Type="Edm.DateTimeOffset" />
|
|
<Property Name="ValidoAl" Type="Edm.DateTimeOffset" />
|
|
</EntityType>
|
|
<EntityType Name="FatturaNotifica">
|
|
<Key>
|
|
<PropertyRef Name="IdFattureNotifica" />
|
|
</Key>
|
|
<Property Name="IdFattureNotifica" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Notifica" Type="Edm.String" />
|
|
<NavigationProperty Name="Fatture" Type="Collection(VisualLims.Module.BusinessObjects.Fattura)" />
|
|
</EntityType>
|
|
<EntityType Name="FatturaDettaglio">
|
|
<Key>
|
|
<PropertyRef Name="IdFatturaDettaglio" />
|
|
</Key>
|
|
<Property Name="IdFatturaDettaglio" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Descrizione" Type="Edm.String" />
|
|
<Property Name="Quantità" Type="Edm.Int16" />
|
|
<Property Name="Sconto" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="ListOrder" Type="Edm.Int16" />
|
|
<Property Name="InsertDate" Type="Edm.DateTimeOffset" />
|
|
<Property Name="UpdateDate" Type="Edm.DateTimeOffset" />
|
|
<Property Name="ImportoDettaglio" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="ImportoDettaglioEuro" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="IvaDettaglio" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="IvaDettaglioEuro" Type="Edm.Decimal" Scale="Variable" />
|
|
<NavigationProperty Name="Fattura" Type="VisualLims.Module.BusinessObjects.Fattura" />
|
|
<NavigationProperty Name="Iva" Type="VisualLims.Module.BusinessObjects.Iva" />
|
|
<NavigationProperty Name="DatiFatturaElettronica" Type="Collection(VisualLims.Module.BusinessObjects.FatturaDettaglioDatoFatturaElettronica)" />
|
|
<NavigationProperty Name="FatturaDettaglioPrezzi" Type="Collection(VisualLims.Module.BusinessObjects.FatturaDettaglioPrezzo)" />
|
|
</EntityType>
|
|
<EntityType Name="FatturaDettaglioDatoFatturaElettronica">
|
|
<Key>
|
|
<PropertyRef Name="IdFatturaDettaglioDatoFatturaElettronica" />
|
|
</Key>
|
|
<Property Name="IdFatturaDettaglioDatoFatturaElettronica" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="TipoDato" Type="Edm.String" />
|
|
<Property Name="RiferimentoTesto" Type="Edm.String" />
|
|
<Property Name="RiferimentoNumero" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="RiferimentoData" Type="Edm.DateTimeOffset" />
|
|
<NavigationProperty Name="FatturaDettaglio" Type="VisualLims.Module.BusinessObjects.FatturaDettaglio" />
|
|
</EntityType>
|
|
<EntityType Name="FatturaDettaglioPrezzo">
|
|
<Key>
|
|
<PropertyRef Name="IdFatturaDettaglioPrezzo" />
|
|
</Key>
|
|
<Property Name="IdFatturaDettaglioPrezzo" Type="Edm.Int32" Nullable="false" />
|
|
<Property Name="Prezzo" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="InsertDate" Type="Edm.DateTimeOffset" />
|
|
<Property Name="UpdateDate" Type="Edm.DateTimeOffset" />
|
|
<Property Name="ImportoDettaglio" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="ImportoDettaglioEuro" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="IvaDettaglio" Type="Edm.Decimal" Scale="Variable" />
|
|
<Property Name="IvaDettaglioEuro" Type="Edm.Decimal" Scale="Variable" />
|
|
<NavigationProperty Name="FatturaDettaglio" Type="VisualLims.Module.BusinessObjects.FatturaDettaglio" />
|
|
<NavigationProperty Name="Reparto" Type="VisualLims.Module.BusinessObjects.Reparto" />
|
|
</EntityType>
|
|
<EntityType Name="Comune">
|
|
<Property Name="CodiceComune" Type="Edm.String" />
|
|
<Property Name="NomeComune" Type="Edm.String" />
|
|
<Property Name="Cap" Type="Edm.String" />
|
|
</EntityType>
|
|
<EnumType Name="StatoCampione">
|
|
<Member Name="Nuovo" Value="1" />
|
|
<Member Name="ProgrammaDiProva" Value="2" />
|
|
<Member Name="InElaborazione" Value="3" />
|
|
<Member Name="Validato" Value="4" />
|
|
<Member Name="Certificato" Value="5" />
|
|
<Member Name="StampatoRapporto" Value="6" />
|
|
<Member Name="Annullato" Value="7" />
|
|
</EnumType>
|
|
<EnumType Name="TipoRuolo">
|
|
<Member Name="Simple" Value="0" />
|
|
<Member Name="Complex" Value="1" />
|
|
</EnumType>
|
|
<EnumType Name="StatoCommessaWeb">
|
|
<Member Name="Nuova" Value="1" />
|
|
<Member Name="Inviata" Value="2" />
|
|
<Member Name="Elaborata" Value="3" />
|
|
<Member Name="Certificata" Value="4" />
|
|
</EnumType>
|
|
<EnumType Name="OfferteMode">
|
|
<Member Name="Entrambi" Value="0" />
|
|
<Member Name="SoloClienteFatturazione" Value="1" />
|
|
<Member Name="SoloClienteAccettazione" Value="2" />
|
|
</EnumType>
|
|
<EnumType Name="TipoDestinatarioPreventivo">
|
|
<Member Name="Committente" Value="0" />
|
|
<Member Name="GruppoCommerciale" Value="1" />
|
|
</EnumType>
|
|
<EnumType Name="TipoAnalisi">
|
|
<Member Name="ParametroStandard" Value="4" />
|
|
<Member Name="ParametroProva" Value="5" />
|
|
<Member Name="ParametroPreventivo" Value="6" />
|
|
<Member Name="GruppoStandard" Value="8" />
|
|
<Member Name="GruppoProva" Value="9" />
|
|
<Member Name="GruppoPreventivo" Value="10" />
|
|
<Member Name="MacroGruppoStandard" Value="11" />
|
|
<Member Name="MacroGruppoProva" Value="12" />
|
|
<Member Name="MacroGruppoPreventivo" Value="13" />
|
|
</EnumType>
|
|
<EnumType Name="SchemaCustomDettaglioOption">
|
|
<Member Name="No" Value="0" />
|
|
<Member Name="Si" Value="1" />
|
|
<Member Name="Predefinito" Value="2" />
|
|
</EnumType>
|
|
<EnumType Name="CustomFieldType">
|
|
<Member Name="Testo" Value="1" />
|
|
<Member Name="Numerico" Value="2" />
|
|
<Member Name="Data" Value="3" />
|
|
<Member Name="SìNo" Value="4" />
|
|
<Member Name="SceltaMultipla" Value="5" />
|
|
</EnumType>
|
|
<EnumType Name="ModelloCommessa">
|
|
<Member Name="Standard" Value="1" />
|
|
<Member Name="Contratto" Value="2" />
|
|
<Member Name="Prelievo" Value="3" />
|
|
</EnumType>
|
|
<EnumType Name="TipoAccettazioneOnline">
|
|
<Member Name="Standard" Value="1" />
|
|
<Member Name="Accettazione2006" Value="2" />
|
|
<Member Name="Tessile" Value="3" />
|
|
<Member Name="Burberry" Value="4" />
|
|
</EnumType>
|
|
<EnumType Name="TipiDocumentoRapporto">
|
|
<Member Name="RapportoDiProva" Value="0" />
|
|
<Member Name="Germania" Value="1" />
|
|
<Member Name="Custom" Value="2" />
|
|
<Member Name="Riepilogo" Value="3" />
|
|
<Member Name="Rifiuti" Value="4" />
|
|
<Member Name="Homologa" Value="5" />
|
|
</EnumType>
|
|
<EnumType Name="TipoIncertezzaStampa">
|
|
<Member Name="Nessuno" Value="0" />
|
|
<Member Name="Horwitz" Value="1" />
|
|
<Member Name="Thompson" Value="2" />
|
|
</EnumType>
|
|
<EnumType Name="AccettazioneOnlineCustomFields">
|
|
<Member Name="No" Value="1" />
|
|
<Member Name="Si" Value="2" />
|
|
<Member Name="Cliente" Value="3" />
|
|
</EnumType>
|
|
</Schema>
|
|
<Schema Namespace="DevExpress.Persistent.BaseImpl.PermissionPolicy" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<EntityType Name="PermissionPolicyRoleBase" BaseType="DevExpress.Persistent.BaseImpl.BaseObject">
|
|
<Property Name="Name" Type="Edm.String" />
|
|
<Property Name="IsAdministrative" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="CanEditModel" Type="Edm.Boolean" Nullable="false" />
|
|
<Property Name="PermissionPolicy" Type="DevExpress.Persistent.Base.SecurityPermissionPolicy" Nullable="false" />
|
|
<NavigationProperty Name="TypePermissions" Type="Collection(DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyTypePermissionObject)" />
|
|
<NavigationProperty Name="NavigationPermissions" Type="Collection(DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyNavigationPermissionObject)" />
|
|
<NavigationProperty Name="ActionPermissions" Type="Collection(DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyActionPermissionObject)" />
|
|
</EntityType>
|
|
<EntityType Name="PermissionPolicyTypePermissionObject" BaseType="DevExpress.Persistent.BaseImpl.BaseObject">
|
|
<Property Name="TargetTypeFullName" Type="Edm.String" />
|
|
<Property Name="ReadState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<Property Name="WriteState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<Property Name="CreateState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<Property Name="DeleteState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<Property Name="NavigateState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<NavigationProperty Name="Role" Type="DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase" />
|
|
<NavigationProperty Name="MemberPermissions" Type="Collection(DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyMemberPermissionsObject)" />
|
|
<NavigationProperty Name="ObjectPermissions" Type="Collection(DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyObjectPermissionsObject)" />
|
|
</EntityType>
|
|
<EntityType Name="PermissionPolicyMemberPermissionsObject" BaseType="DevExpress.Persistent.BaseImpl.BaseObject">
|
|
<Property Name="Members" Type="Edm.String" />
|
|
<Property Name="ReadState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<Property Name="WriteState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<Property Name="Criteria" Type="Edm.String" />
|
|
<NavigationProperty Name="TypePermissionObject" Type="DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyTypePermissionObject" />
|
|
</EntityType>
|
|
<EntityType Name="PermissionPolicyObjectPermissionsObject" BaseType="DevExpress.Persistent.BaseImpl.BaseObject">
|
|
<Property Name="Criteria" Type="Edm.String" />
|
|
<Property Name="ReadState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<Property Name="WriteState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<Property Name="DeleteState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<Property Name="NavigateState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<NavigationProperty Name="TypePermissionObject" Type="DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyTypePermissionObject" />
|
|
</EntityType>
|
|
<EntityType Name="PermissionPolicyNavigationPermissionObject" BaseType="DevExpress.Persistent.BaseImpl.BaseObject">
|
|
<Property Name="ItemPath" Type="Edm.String" />
|
|
<Property Name="NavigateState" Type="DevExpress.Persistent.Base.SecurityPermissionState" />
|
|
<NavigationProperty Name="Role" Type="DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase" />
|
|
</EntityType>
|
|
<EntityType Name="PermissionPolicyActionPermissionObject" BaseType="DevExpress.Persistent.BaseImpl.BaseObject">
|
|
<Property Name="ActionId" Type="Edm.String" />
|
|
<Property Name="Image" Type="Edm.Binary" />
|
|
<NavigationProperty Name="ActionDescriptor" Type="DevExpress.Persistent.Base.SecuredActionDescriptor" />
|
|
<NavigationProperty Name="SecuredActionDescriptors" Type="Collection(DevExpress.Persistent.Base.SecuredActionDescriptor)" />
|
|
<NavigationProperty Name="Role" Type="DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase" />
|
|
</EntityType>
|
|
</Schema>
|
|
<Schema Namespace="System" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<ComplexType Name="Type" Abstract="true">
|
|
<Property Name="GenericTypeArguments" Type="Collection(System.Type)" Nullable="false" />
|
|
<Property Name="CustomAttributes" Type="Collection(System.Reflection.CustomAttributeData)" />
|
|
</ComplexType>
|
|
<ComplexType Name="Nullable_1OfColor" />
|
|
</Schema>
|
|
<Schema Namespace="System.Reflection" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<ComplexType Name="CustomAttributeData">
|
|
<Property Name="ConstructorArguments" Type="Collection(System.Reflection.CustomAttributeTypedArgument)" />
|
|
<Property Name="NamedArguments" Type="Collection(System.Reflection.CustomAttributeNamedArgument)" />
|
|
</ComplexType>
|
|
<ComplexType Name="CustomAttributeTypedArgument" />
|
|
<ComplexType Name="CustomAttributeNamedArgument" />
|
|
</Schema>
|
|
<Schema Namespace="DevExpress.Xpo" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<ComplexType Name="XPWeakReference">
|
|
<Property Name="Target" Type="Edm.Untyped" />
|
|
<Property Name="TargetType_" Type="DevExpress.Xpo.XPObjectType" />
|
|
<Property Name="TargetKey_" Type="Edm.String" />
|
|
</ComplexType>
|
|
<ComplexType Name="XPObjectType">
|
|
<Property Name="TypeName" Type="Edm.String" />
|
|
<Property Name="AssemblyName" Type="Edm.String" />
|
|
</ComplexType>
|
|
</Schema>
|
|
<Schema Namespace="DevExpress.XtraEditors.Filtering" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<ComplexType Name="IFilterParameter" Abstract="true" />
|
|
</Schema>
|
|
<Schema Namespace="System.Drawing" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<ComplexType Name="Color" />
|
|
</Schema>
|
|
<Schema Namespace="DevExpress.Persistent.Base.General" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<ComplexType Name="IRecurrentEvent" Abstract="true">
|
|
<Property Name="RecurrencePattern" Type="DevExpress.Persistent.Base.General.IRecurrentEvent" />
|
|
<Property Name="RecurrenceInfoXml" Type="Edm.String" />
|
|
</ComplexType>
|
|
</Schema>
|
|
<Schema Namespace="DevExpress.ExpressApp.Editors" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<EnumType Name="ViewItemVisibility">
|
|
<Member Name="Hide" Value="0" />
|
|
<Member Name="ShowEmptySpace" Value="1" />
|
|
<Member Name="Show" Value="2" />
|
|
</EnumType>
|
|
</Schema>
|
|
<Schema Namespace="DevExpress.ExpressApp.Templates" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<EnumType Name="ActionsToolbarVisibility">
|
|
<Member Name="Default" Value="0" />
|
|
<Member Name="Show" Value="1" />
|
|
<Member Name="Hide" Value="2" />
|
|
</EnumType>
|
|
</Schema>
|
|
<Schema Namespace="DevExpress.Drawing" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<EnumType Name="DXFontStyle" IsFlags="true">
|
|
<Member Name="Regular" Value="0" />
|
|
<Member Name="Bold" Value="1" />
|
|
<Member Name="Italic" Value="2" />
|
|
<Member Name="Underline" Value="4" />
|
|
<Member Name="Strikeout" Value="8" />
|
|
</EnumType>
|
|
</Schema>
|
|
<Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
|
<Action Name="InviaCommessa" IsBound="true">
|
|
<Parameter Name="bindingParameter" Type="VisualLims.Module.BusinessObjects.CommessaWeb" />
|
|
<ReturnType Type="VisualLims.Module.BusinessObjects.CommessaWeb" />
|
|
</Action>
|
|
<Action Name="AddAnalisi" IsBound="true">
|
|
<Parameter Name="bindingParameter" Type="VisualLims.Module.BusinessObjects.Campione" />
|
|
<Parameter Name="RecordKey" Type="Edm.String" />
|
|
<Parameter Name="RecordKeyTarget" Type="Edm.String">
|
|
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
|
|
</Parameter>
|
|
<ReturnType Type="VisualLims.Module.BusinessObjects.Campione" />
|
|
</Action>
|
|
<Action Name="RemoveAnalisi" IsBound="true">
|
|
<Parameter Name="bindingParameter" Type="VisualLims.Module.BusinessObjects.Campione" />
|
|
<Parameter Name="RecordKey" Type="Edm.String" />
|
|
<ReturnType Type="VisualLims.Module.BusinessObjects.Campione" />
|
|
</Action>
|
|
<Action Name="DuplicaCampione" IsBound="true">
|
|
<Parameter Name="bindingParameter" Type="VisualLims.Module.BusinessObjects.Campione" />
|
|
<Parameter Name="IdCommessa" Type="Edm.Int32" Nullable="false">
|
|
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
|
|
</Parameter>
|
|
<ReturnType Type="VisualLims.Module.BusinessObjects.Campione" />
|
|
</Action>
|
|
<EntityContainer Name="Container">
|
|
<EntitySet Name="Cliente" EntityType="VisualLims.Module.BusinessObjects.Cliente">
|
|
<NavigationPropertyBinding Path="Analisi" Target="Analisi" />
|
|
<NavigationPropertyBinding Path="AnalisiAbilitate" Target="Analisi" />
|
|
<NavigationPropertyBinding Path="Banca" Target="Banca" />
|
|
<NavigationPropertyBinding Path="BancaAgenzia" Target="BancaAgenzia" />
|
|
<NavigationPropertyBinding Path="CampioniDatiRapporto" Target="CampioneDatoRapporto" />
|
|
<NavigationPropertyBinding Path="CampioniFatturazione" Target="Campione" />
|
|
<NavigationPropertyBinding Path="CampioniRiba" Target="Campione" />
|
|
<NavigationPropertyBinding Path="CampioniSpedizione" Target="Campione" />
|
|
<NavigationPropertyBinding Path="ClienteFatturazione" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="ClienteRiba" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="ClientiFatturazioneCollection" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="ClientiRibaCollection" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="Commesse" Target="Commessa" />
|
|
<NavigationPropertyBinding Path="CommesseAnalisi" Target="Commessa" />
|
|
<NavigationPropertyBinding Path="Compagnia" Target="Compagnia" />
|
|
<NavigationPropertyBinding Path="Lingua" Target="Lingua" />
|
|
<NavigationPropertyBinding Path="MatriciAbilitate" Target="Matrice" />
|
|
<NavigationPropertyBinding Path="Pagamento" Target="Pagamento" />
|
|
<NavigationPropertyBinding Path="Rapporti" Target="Rapporto" />
|
|
<NavigationPropertyBinding Path="SchemiAbilitati" Target="SchemaCustomField" />
|
|
<NavigationPropertyBinding Path="SchemiCustomFields" Target="SchemaCustomField" />
|
|
<NavigationPropertyBinding Path="UtentiAbilitati" Target="Utente" />
|
|
</EntitySet>
|
|
<EntitySet Name="Compagnia" EntityType="VisualLims.Module.BusinessObjects.Compagnia">
|
|
<NavigationPropertyBinding Path="Clienti" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="Utenti" Target="Utente" />
|
|
<NavigationPropertyBinding Path="UtentiCorrenti" Target="Utente" />
|
|
</EntitySet>
|
|
<EntitySet Name="Fattura" EntityType="VisualLims.Module.BusinessObjects.Fattura">
|
|
<NavigationPropertyBinding Path="Banca" Target="Banca" />
|
|
<NavigationPropertyBinding Path="BancaAgenzia" Target="BancaAgenzia" />
|
|
<NavigationPropertyBinding Path="Cliente" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="ClienteAccettazione" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="ClienteRiba" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="ClienteSpedizione" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="Compagnia" Target="Compagnia" />
|
|
<NavigationPropertyBinding Path="FatturaDettagli" Target="FatturaDettaglio" />
|
|
<NavigationPropertyBinding Path="FatturaNotifica" Target="FatturaNotifica" />
|
|
<NavigationPropertyBinding Path="Pagamento" Target="Pagamento" />
|
|
<NavigationPropertyBinding Path="StatoFattura" Target="StatoFattura" />
|
|
<NavigationPropertyBinding Path="Valuta" Target="Valuta" />
|
|
</EntitySet>
|
|
<EntitySet Name="FatturaDettaglio" EntityType="VisualLims.Module.BusinessObjects.FatturaDettaglio">
|
|
<NavigationPropertyBinding Path="Fattura" Target="Fattura" />
|
|
<NavigationPropertyBinding Path="FatturaDettaglioPrezzi" Target="FatturaDettaglioPrezzo" />
|
|
<NavigationPropertyBinding Path="Iva" Target="Iva" />
|
|
</EntitySet>
|
|
<EntitySet Name="FatturaDettaglioPrezzo" EntityType="VisualLims.Module.BusinessObjects.FatturaDettaglioPrezzo">
|
|
<NavigationPropertyBinding Path="FatturaDettaglio" Target="FatturaDettaglio" />
|
|
<NavigationPropertyBinding Path="Reparto" Target="Reparto" />
|
|
</EntitySet>
|
|
<EntitySet Name="StatoFattura" EntityType="VisualLims.Module.BusinessObjects.StatoFattura">
|
|
<NavigationPropertyBinding Path="Fatture" Target="Fattura" />
|
|
</EntitySet>
|
|
<EntitySet Name="FatturaNotifica" EntityType="VisualLims.Module.BusinessObjects.FatturaNotifica">
|
|
<NavigationPropertyBinding Path="Fatture" Target="Fattura" />
|
|
</EntitySet>
|
|
<EntitySet Name="Banca" EntityType="VisualLims.Module.BusinessObjects.Banca">
|
|
<NavigationPropertyBinding Path="BancheAgenzie" Target="BancaAgenzia" />
|
|
</EntitySet>
|
|
<EntitySet Name="BancaAgenzia" EntityType="VisualLims.Module.BusinessObjects.BancaAgenzia">
|
|
<NavigationPropertyBinding Path="Banca" Target="Banca" />
|
|
</EntitySet>
|
|
<EntitySet Name="Pagamento" EntityType="VisualLims.Module.BusinessObjects.Pagamento">
|
|
<NavigationPropertyBinding Path="TipoPagamento" Target="TipoPagamento" />
|
|
</EntitySet>
|
|
<EntitySet Name="TipoPagamento" EntityType="VisualLims.Module.BusinessObjects.TipoPagamento">
|
|
<NavigationPropertyBinding Path="Pagamenti" Target="Pagamento" />
|
|
</EntitySet>
|
|
<EntitySet Name="Iva" EntityType="VisualLims.Module.BusinessObjects.Iva" />
|
|
<EntitySet Name="Valuta" EntityType="VisualLims.Module.BusinessObjects.Valuta" />
|
|
<EntitySet Name="Reparto" EntityType="VisualLims.Module.BusinessObjects.Reparto">
|
|
<NavigationPropertyBinding Path="Compagnia" Target="Compagnia" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnagraficaDetentore" EntityType="VisualLims.Module.BusinessObjects.AnagraficaDetentore">
|
|
<NavigationPropertyBinding Path="TipoAnagrafica" Target="TipoAnagrafica" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnagraficaImportatore" EntityType="VisualLims.Module.BusinessObjects.AnagraficaImportatore">
|
|
<NavigationPropertyBinding Path="TipoAnagrafica" Target="TipoAnagrafica" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnagraficaMotivoCampagna" EntityType="VisualLims.Module.BusinessObjects.AnagraficaMotivoCampagna">
|
|
<NavigationPropertyBinding Path="TipoAnagrafica" Target="TipoAnagrafica" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnagraficaProduttore" EntityType="VisualLims.Module.BusinessObjects.AnagraficaProduttore">
|
|
<NavigationPropertyBinding Path="TipoAnagrafica" Target="TipoAnagrafica" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnagraficaPuntoPrelievo" EntityType="VisualLims.Module.BusinessObjects.AnagraficaPuntoPrelievo">
|
|
<NavigationPropertyBinding Path="TipoAnagrafica" Target="TipoAnagrafica" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnagraficaPuntoPrelievoCliente" EntityType="VisualLims.Module.BusinessObjects.AnagraficaPuntoPrelievoCliente">
|
|
<NavigationPropertyBinding Path="TipoAnagrafica" Target="TipoAnagrafica" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnagraficaServizioAsl" EntityType="VisualLims.Module.BusinessObjects.AnagraficaServizioAsl">
|
|
<NavigationPropertyBinding Path="TipoAnagrafica" Target="TipoAnagrafica" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnagraficaSottoCommittente" EntityType="VisualLims.Module.BusinessObjects.AnagraficaSottoCommittente">
|
|
<NavigationPropertyBinding Path="TipoAnagrafica" Target="TipoAnagrafica" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnagraficaTipoCampagna" EntityType="VisualLims.Module.BusinessObjects.AnagraficaTipoCampagna">
|
|
<NavigationPropertyBinding Path="TipoAnagrafica" Target="TipoAnagrafica" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnagraficaTipoEntePrelevatore" EntityType="VisualLims.Module.BusinessObjects.AnagraficaTipoEntePrelevatore">
|
|
<NavigationPropertyBinding Path="TipoAnagrafica" Target="TipoAnagrafica" />
|
|
</EntitySet>
|
|
<EntitySet Name="TipoAnagrafica" EntityType="VisualLims.Module.BusinessObjects.TipoAnagrafica">
|
|
<NavigationPropertyBinding Path="CustomFields" Target="CustomField" />
|
|
</EntitySet>
|
|
<EntitySet Name="Analisi" EntityType="VisualLims.Module.BusinessObjects.Analisi">
|
|
<NavigationPropertyBinding Path="AnalisiCollection" Target="Analisi" />
|
|
<NavigationPropertyBinding Path="Cliente" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="Matrice" Target="Matrice" />
|
|
<NavigationPropertyBinding Path="Metodo" Target="Metodo" />
|
|
<NavigationPropertyBinding Path="ParentKey" Target="Analisi" />
|
|
<NavigationPropertyBinding Path="UnitaMisura" Target="UnitaMisura" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnalisiCampione" EntityType="VisualLims.Module.BusinessObjects.AnalisiCampione">
|
|
<NavigationPropertyBinding Path="Campione" Target="Campione" />
|
|
<NavigationPropertyBinding Path="Metodo" Target="Metodo" />
|
|
<NavigationPropertyBinding Path="ParentKey" Target="AnalisiCampione" />
|
|
<NavigationPropertyBinding Path="UnitaMisura" Target="UnitaMisura" />
|
|
</EntitySet>
|
|
<EntitySet Name="Metodo" EntityType="VisualLims.Module.BusinessObjects.Metodo">
|
|
<NavigationPropertyBinding Path="Analisi" Target="Analisi" />
|
|
<NavigationPropertyBinding Path="AnalisiCampioni" Target="AnalisiCampione" />
|
|
</EntitySet>
|
|
<EntitySet Name="UnitaMisura" EntityType="VisualLims.Module.BusinessObjects.UnitaMisura">
|
|
<NavigationPropertyBinding Path="Analisi" Target="Analisi" />
|
|
<NavigationPropertyBinding Path="AnalisiCampioni" Target="AnalisiCampione" />
|
|
</EntitySet>
|
|
<EntitySet Name="Campione" EntityType="VisualLims.Module.BusinessObjects.Campione">
|
|
<NavigationPropertyBinding Path="AnalisiAbilitate" Target="Analisi" />
|
|
<NavigationPropertyBinding Path="AnalisiCampioni" Target="AnalisiCampione" />
|
|
<NavigationPropertyBinding Path="CampioniCustomFields" Target="CampioneCustomField" />
|
|
<NavigationPropertyBinding Path="Commessa" Target="Commessa" />
|
|
<NavigationPropertyBinding Path="Matrice" Target="Matrice" />
|
|
<NavigationPropertyBinding Path="SchemaCustomField" Target="SchemaCustomField" />
|
|
<NavigationPropertyBinding Path="SchemiAbilitati" Target="SchemaCustomField" />
|
|
<NavigationPropertyBinding Path="SottoMatrice" Target="SottoMatrice" />
|
|
</EntitySet>
|
|
<EntitySet Name="CampioneCustomField" EntityType="VisualLims.Module.BusinessObjects.CampioneCustomField">
|
|
<NavigationPropertyBinding Path="Campione" Target="Campione" />
|
|
<NavigationPropertyBinding Path="CustomField" Target="CustomField" />
|
|
<NavigationPropertyBinding Path="Lingua" Target="Lingua" />
|
|
<NavigationPropertyBinding Path="ValoriDisponibili" Target="CustomFieldValue" />
|
|
</EntitySet>
|
|
<EntitySet Name="Commessa" EntityType="VisualLims.Module.BusinessObjects.Commessa">
|
|
<NavigationPropertyBinding Path="Campioni" Target="Campione" />
|
|
<NavigationPropertyBinding Path="Cliente" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="ClienteAnalisi" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="CommesseCustomFields" Target="CommessaCustomField" />
|
|
<NavigationPropertyBinding Path="MatriciAbilitate" Target="Matrice" />
|
|
<NavigationPropertyBinding Path="SchemaCustomField" Target="SchemaCustomField" />
|
|
<NavigationPropertyBinding Path="SchemiAbilitati" Target="SchemaCustomField" />
|
|
<NavigationPropertyBinding Path="TipoCommessa" Target="TipoCommessa" />
|
|
</EntitySet>
|
|
<EntitySet Name="CommessaCustomField" EntityType="VisualLims.Module.BusinessObjects.CommessaCustomField">
|
|
<NavigationPropertyBinding Path="Commessa" Target="Commessa" />
|
|
<NavigationPropertyBinding Path="CustomField" Target="CustomField" />
|
|
<NavigationPropertyBinding Path="Lingua" Target="Lingua" />
|
|
<NavigationPropertyBinding Path="ValoriDisponibili" Target="CustomFieldValue" />
|
|
</EntitySet>
|
|
<EntitySet Name="CommessaWeb" EntityType="VisualLims.Module.BusinessObjects.CommessaWeb">
|
|
<NavigationPropertyBinding Path="Campioni" Target="Campione" />
|
|
<NavigationPropertyBinding Path="Cliente" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="ClienteAnalisi" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="CommesseCustomFields" Target="CommessaCustomField" />
|
|
<NavigationPropertyBinding Path="MatriciAbilitate" Target="Matrice" />
|
|
<NavigationPropertyBinding Path="SchemaCustomField" Target="SchemaCustomField" />
|
|
<NavigationPropertyBinding Path="SchemiAbilitati" Target="SchemaCustomField" />
|
|
<NavigationPropertyBinding Path="TipoCommessa" Target="TipoCommessa" />
|
|
</EntitySet>
|
|
<EntitySet Name="CustomField" EntityType="VisualLims.Module.BusinessObjects.CustomField">
|
|
<NavigationPropertyBinding Path="CustomFieldsValues" Target="CustomFieldValue" />
|
|
<NavigationPropertyBinding Path="SchemiCustomFieldsDettagli" Target="SchemaCustomFieldDettaglio" />
|
|
<NavigationPropertyBinding Path="TipoAnagrafica" Target="TipoAnagrafica" />
|
|
</EntitySet>
|
|
<EntitySet Name="CustomFieldValue" EntityType="VisualLims.Module.BusinessObjects.CustomFieldValue">
|
|
<NavigationPropertyBinding Path="CustomField" Target="CustomField" />
|
|
</EntitySet>
|
|
<EntitySet Name="Lingua" EntityType="VisualLims.Module.BusinessObjects.Lingua">
|
|
<NavigationPropertyBinding Path="LinguaMadre" Target="Lingua" />
|
|
<NavigationPropertyBinding Path="LingueFiglie" Target="Lingua" />
|
|
</EntitySet>
|
|
<EntitySet Name="Matrice" EntityType="VisualLims.Module.BusinessObjects.Matrice">
|
|
<NavigationPropertyBinding Path="Analisi" Target="Analisi" />
|
|
<NavigationPropertyBinding Path="SottoMatrici" Target="SottoMatrice" />
|
|
</EntitySet>
|
|
<EntitySet Name="SchemaCustomField" EntityType="VisualLims.Module.BusinessObjects.SchemaCustomField">
|
|
<NavigationPropertyBinding Path="Commesse" Target="Commessa" />
|
|
<NavigationPropertyBinding Path="SchemiCustomFieldsDettagli" Target="SchemaCustomFieldDettaglio" />
|
|
</EntitySet>
|
|
<EntitySet Name="SchemaCustomFieldDettaglio" EntityType="VisualLims.Module.BusinessObjects.SchemaCustomFieldDettaglio">
|
|
<NavigationPropertyBinding Path="CustomField" Target="CustomField" />
|
|
<NavigationPropertyBinding Path="SchemaCustomField" Target="SchemaCustomField" />
|
|
</EntitySet>
|
|
<EntitySet Name="SottoMatrice" EntityType="VisualLims.Module.BusinessObjects.SottoMatrice">
|
|
<NavigationPropertyBinding Path="Matrice" Target="Matrice" />
|
|
</EntitySet>
|
|
<EntitySet Name="TipoCommessa" EntityType="VisualLims.Module.BusinessObjects.TipoCommessa" />
|
|
<EntitySet Name="Utente" EntityType="VisualLims.Module.BusinessObjects.Utente">
|
|
<NavigationPropertyBinding Path="Campioni" Target="Campione" />
|
|
<NavigationPropertyBinding Path="ClientiAbilitati" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="Commesse" Target="Commessa" />
|
|
<NavigationPropertyBinding Path="CommesseWebCreators" Target="CommessaWeb" />
|
|
<NavigationPropertyBinding Path="CommesseWebSenders" Target="CommessaWeb" />
|
|
<NavigationPropertyBinding Path="CompagniaCorrente" Target="Compagnia" />
|
|
<NavigationPropertyBinding Path="Compagnie" Target="Compagnia" />
|
|
<NavigationPropertyBinding Path="CompagnieLinks" Target="UtenteCompagnia" />
|
|
<NavigationPropertyBinding Path="Qualifica" Target="QualificaUtente" />
|
|
</EntitySet>
|
|
<EntitySet Name="UtenteCompagnia" EntityType="VisualLims.Module.BusinessObjects.UtenteCompagnia">
|
|
<NavigationPropertyBinding Path="Compagnia" Target="Compagnia" />
|
|
<NavigationPropertyBinding Path="Utente" Target="Utente" />
|
|
</EntitySet>
|
|
<EntitySet Name="QualificaUtente" EntityType="VisualLims.Module.BusinessObjects.QualificaUtente">
|
|
<NavigationPropertyBinding Path="UsersCollection" Target="Utente" />
|
|
</EntitySet>
|
|
<EntitySet Name="AnalisiDatoRapporto" EntityType="VisualLims.Module.BusinessObjects.AnalisiDatoRapporto">
|
|
<NavigationPropertyBinding Path="CampioneDatiRapporto" Target="CampioneDatoRapporto" />
|
|
<NavigationPropertyBinding Path="NomeParametro" Target="NomeParametro" />
|
|
</EntitySet>
|
|
<EntitySet Name="CampioneDatoRapporto" EntityType="VisualLims.Module.BusinessObjects.CampioneDatoRapporto">
|
|
<NavigationPropertyBinding Path="AnalisiDatiRapporto" Target="AnalisiDatoRapporto" />
|
|
<NavigationPropertyBinding Path="Cliente" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="CustomFieldsDatiRapporto" Target="CustomFieldsDatoRapporto" />
|
|
<NavigationPropertyBinding Path="Rapporto" Target="Rapporto" />
|
|
</EntitySet>
|
|
<EntitySet Name="CustomFieldsDatoRapporto" EntityType="VisualLims.Module.BusinessObjects.CustomFieldsDatoRapporto">
|
|
<NavigationPropertyBinding Path="CampioneDatoRapporto" Target="CampioneDatoRapporto" />
|
|
</EntitySet>
|
|
<EntitySet Name="Rapporto" EntityType="VisualLims.Module.BusinessObjects.Rapporto">
|
|
<NavigationPropertyBinding Path="CampioniDatiRapporto" Target="CampioneDatoRapporto" />
|
|
<NavigationPropertyBinding Path="Cliente" Target="Cliente" />
|
|
<NavigationPropertyBinding Path="RapportiAllegati" Target="RapportoAllegato" />
|
|
<NavigationPropertyBinding Path="RapportiFiles" Target="RapportoFile" />
|
|
<NavigationPropertyBinding Path="RapportiPrecendenti" Target="Rapporto" />
|
|
<NavigationPropertyBinding Path="UltimoRapporto" Target="Rapporto" />
|
|
</EntitySet>
|
|
<EntitySet Name="RapportoFile" EntityType="VisualLims.Module.BusinessObjects.RapportoFile">
|
|
<NavigationPropertyBinding Path="Rapporto" Target="Rapporto" />
|
|
</EntitySet>
|
|
<EntitySet Name="RapportoAllegato" EntityType="VisualLims.Module.BusinessObjects.RapportoAllegato">
|
|
<NavigationPropertyBinding Path="Rapporto" Target="Rapporto" />
|
|
</EntitySet>
|
|
<EntitySet Name="NomeParametro" EntityType="VisualLims.Module.BusinessObjects.NomeParametro">
|
|
<NavigationPropertyBinding Path="AnalisiDatiRapporto" Target="AnalisiDatoRapporto" />
|
|
</EntitySet>
|
|
</EntityContainer>
|
|
</Schema>
|
|
</edmx:DataServices>
|
|
</edmx:Edmx> |