Versione proveniente da http://bfasscm01t.fideuram.bancafideuram.it/fideuram/team-dotnet/TP_SEI_Project.git con le modifiche per renderlo compilabile. Per compilare lanciare arm_build.ps1
This commit is contained in:
parent
4f26c200c2
commit
db871ccb34
93
arm_DataSetS174.md
Normal file
93
arm_DataSetS174.md
Normal file
@ -0,0 +1,93 @@
|
|||||||
|
# Analisi DataSetS174
|
||||||
|
|
||||||
|
## Problema Riscontrato
|
||||||
|
|
||||||
|
Il file `DataSetS174.xsd` contiene una definizione di dataset che corrisponde a `DataSetS173`. Questo causa errori di compilazione dovuti a duplicazione di codice, in quanto Visual Studio genera lo stesso codice due volte.
|
||||||
|
|
||||||
|
## Dettagli Tecnici
|
||||||
|
|
||||||
|
- File coinvolti:
|
||||||
|
- `DataSetS174.xsd` - Contiene identificatori di `DataSetS173`
|
||||||
|
- `DataSetS174.Designer.cs` - Contiene codice generato duplicato
|
||||||
|
- `DataSetS173.xsd` - File originale
|
||||||
|
- `DataSetS173.Designer.cs` - File originale
|
||||||
|
|
||||||
|
## Causa Probabile
|
||||||
|
|
||||||
|
La situazione sembra essere il risultato di un tentativo incompleto di creare un nuovo DataSet (S174) partendo da S173 come template:
|
||||||
|
|
||||||
|
1. È stato copiato il file S173.xsd rinominandolo in S174.xsd
|
||||||
|
2. Non sono stati modificati gli identificatori interni nel file:
|
||||||
|
- `id="DataSetS173"`
|
||||||
|
- `Generator_DataSetName="DataSetS173"`
|
||||||
|
- Altri riferimenti a S173
|
||||||
|
3. Il file è stato committato in questo stato incompleto
|
||||||
|
|
||||||
|
## Possibili Soluzioni
|
||||||
|
|
||||||
|
1. **Rimozione di S174**
|
||||||
|
- Rimuovere tutti i file relativi a S174 se il dataset non è effettivamente necessario
|
||||||
|
- Files da rimuovere:
|
||||||
|
- DataSetS174.xsd
|
||||||
|
- DataSetS174.Designer.cs
|
||||||
|
- DataSetS174.xsc
|
||||||
|
- DataSetS174.xss
|
||||||
|
|
||||||
|
2. **Correzione di S174**
|
||||||
|
- Se serve effettivamente un nuovo DataSet S174:
|
||||||
|
1. Modificare tutti gli identificatori interni da S173 a S174
|
||||||
|
2. Aggiornare eventuali riferimenti nelle tabelle e nelle colonne
|
||||||
|
3. Rigenerare il codice del Designer
|
||||||
|
|
||||||
|
## Impatto
|
||||||
|
|
||||||
|
La risoluzione di questo problema eliminerà gli errori di compilazione:
|
||||||
|
|
||||||
|
- Attributi duplicati (CS0579)
|
||||||
|
- Membri duplicati (CS0102)
|
||||||
|
- Definizioni duplicate (CS0111)
|
||||||
|
|
||||||
|
## Note
|
||||||
|
|
||||||
|
## Analisi Estesa
|
||||||
|
|
||||||
|
L'analisi è stata estesa ad altri DataSet del progetto, rivelando problemi simili:
|
||||||
|
|
||||||
|
1. **DataSetS175.xsd**:
|
||||||
|
- Usato per i dettagli dei prodotti protetti Blue/White
|
||||||
|
- Aveva lo stesso problema di S174: conteneva riferimenti a S173
|
||||||
|
- È stato corretto aggiornando tutti i riferimenti da S173 a S175
|
||||||
|
|
||||||
|
2. **DataSetS177.xsd**:
|
||||||
|
- Usato per il profilo di rischio e adeguatezza MIFID2
|
||||||
|
- Conteneva riferimenti al namespace di S151
|
||||||
|
- È stato corretto aggiornando il namespace da S151 a S177
|
||||||
|
|
||||||
|
3. **DataSetS172.xsd** e **DataSetS172Bis.xsd**:
|
||||||
|
- Usati per la piramide tutela del Capitale protetto
|
||||||
|
- Entrambi usavano il namespace di S133
|
||||||
|
- Sono due versioni dello stesso DataSet per gestire diversi tipi di prodotti (Italfund e Fonditalia)
|
||||||
|
- Sono stati corretti aggiornando il namespace da S133 a S172
|
||||||
|
|
||||||
|
### Soluzione Applicata
|
||||||
|
|
||||||
|
Per ogni DataSet problematico:
|
||||||
|
|
||||||
|
1. Sono stati corretti i riferimenti nei file .xsd
|
||||||
|
2. È stato rigenerato il codice Designer.cs usando "Esegui strumento personalizzato" in Visual Studio
|
||||||
|
|
||||||
|
### Pattern Identificato
|
||||||
|
|
||||||
|
È emerso un pattern comune:
|
||||||
|
|
||||||
|
1. I DataSet venivano spesso creati copiando file esistenti
|
||||||
|
2. Durante la copia, non sempre venivano aggiornati tutti i riferimenti interni
|
||||||
|
3. Questo causava problemi di namespace e duplicazione del codice generato
|
||||||
|
|
||||||
|
### Raccomandazioni
|
||||||
|
|
||||||
|
1. Quando si crea un nuovo DataSet, usare il template di Visual Studio invece di copiare file esistenti
|
||||||
|
2. Se si deve copiare un DataSet esistente, verificare sempre di aggiornare:
|
||||||
|
|
||||||
|
- L'attributo `id` dello schema
|
||||||
|
- Il `targetNamespace` e tutti i riferimenti `xmlns`
|
@ -1,11 +1,13 @@
|
|||||||
# Gestore Trimestrale - Documentazione Tecnica
|
# Gestore Trimestrale - Documentazione Tecnica
|
||||||
|
|
||||||
## Descrizione Generale
|
## Descrizione Generale
|
||||||
|
|
||||||
Gestore Trimestrale è un'applicazione Windows (WPF) progettata per la gestione automatizzata di documenti e report per Fideuram. L'applicazione gestisce principalmente l'elaborazione, la generazione e la distribuzione di report PDF e file ZIP su base periodica (giornaliera, settimanale e trimestrale).
|
Gestore Trimestrale è un'applicazione Windows (WPF) progettata per la gestione automatizzata di documenti e report per Fideuram. L'applicazione gestisce principalmente l'elaborazione, la generazione e la distribuzione di report PDF e file ZIP su base periodica (giornaliera, settimanale e trimestrale).
|
||||||
|
|
||||||
## Architettura Database
|
## Architettura Database
|
||||||
|
|
||||||
### Database Principale (C6StampeCentralizzate)
|
### Database Principale (C6StampeCentralizzate)
|
||||||
|
|
||||||
- **Server**: 10.14.152.19
|
- **Server**: 10.14.152.19
|
||||||
- **Database**: C6StampeCentralizzate
|
- **Database**: C6StampeCentralizzate
|
||||||
- **Utente**: F701264
|
- **Utente**: F701264
|
||||||
@ -13,6 +15,7 @@ Gestore Trimestrale è un'applicazione Windows (WPF) progettata per la gestione
|
|||||||
- **Scopo**: Gestione delle stampe centralizzate e operazioni principali
|
- **Scopo**: Gestione delle stampe centralizzate e operazioni principali
|
||||||
|
|
||||||
### Database Report (SEIReport)
|
### Database Report (SEIReport)
|
||||||
|
|
||||||
- **Server**: 10.14.152.20\i1
|
- **Server**: 10.14.152.20\i1
|
||||||
- **Database**: SEIReport
|
- **Database**: SEIReport
|
||||||
- **Utente**: SEIReport
|
- **Utente**: SEIReport
|
||||||
@ -22,18 +25,21 @@ Gestore Trimestrale è un'applicazione Windows (WPF) progettata per la gestione
|
|||||||
## Funzionalità Principali
|
## Funzionalità Principali
|
||||||
|
|
||||||
### 1. Elaborazione Dati (Processing)
|
### 1. Elaborazione Dati (Processing)
|
||||||
|
|
||||||
- Gestione dei processi di elaborazione dati
|
- Gestione dei processi di elaborazione dati
|
||||||
- Sistema di logging e monitoraggio
|
- Sistema di logging e monitoraggio
|
||||||
- Gestione multi-thread delle operazioni
|
- Gestione multi-thread delle operazioni
|
||||||
- Contatori e statistiche in tempo reale
|
- Contatori e statistiche in tempo reale
|
||||||
|
|
||||||
### 2. Trasferimento FTP
|
### 2. Trasferimento FTP
|
||||||
|
|
||||||
- Gestione automatizzata dei trasferimenti file
|
- Gestione automatizzata dei trasferimenti file
|
||||||
- Supporto per multiple destinazioni FTP
|
- Supporto per multiple destinazioni FTP
|
||||||
- Integrazione con WinSCP per le operazioni FTP
|
- Integrazione con WinSCP per le operazioni FTP
|
||||||
- Monitoraggio dello stato dei trasferimenti
|
- Monitoraggio dello stato dei trasferimenti
|
||||||
|
|
||||||
### 3. Gestione File
|
### 3. Gestione File
|
||||||
|
|
||||||
- Compressione/decompressione file (utilizzo 7-Zip)
|
- Compressione/decompressione file (utilizzo 7-Zip)
|
||||||
- Naming convention standardizzato per i file:
|
- Naming convention standardizzato per i file:
|
||||||
- Prefisso: SEI
|
- Prefisso: SEI
|
||||||
@ -41,7 +47,9 @@ Gestore Trimestrale è un'applicazione Windows (WPF) progettata per la gestione
|
|||||||
- Gestione backup dei flussi in cartelle dedicate
|
- Gestione backup dei flussi in cartelle dedicate
|
||||||
|
|
||||||
### 4. Stored Procedures Principali
|
### 4. Stored Procedures Principali
|
||||||
|
|
||||||
Schema: C6MartPeriodico
|
Schema: C6MartPeriodico
|
||||||
|
|
||||||
- SP_TotaliReportGenerazioneZip
|
- SP_TotaliReportGenerazioneZip
|
||||||
- GESTIONE_SELECT_FTP_DA_INVIARE
|
- GESTIONE_SELECT_FTP_DA_INVIARE
|
||||||
- GESTIONE_UPDATE_FTP
|
- GESTIONE_UPDATE_FTP
|
||||||
@ -52,23 +60,45 @@ Schema: C6MartPeriodico
|
|||||||
## Configurazione
|
## Configurazione
|
||||||
|
|
||||||
### Tipi di Invio
|
### Tipi di Invio
|
||||||
|
|
||||||
- **Giornaliero** (G)
|
- **Giornaliero** (G)
|
||||||
- **Settimanale**
|
- **Settimanale**
|
||||||
- **Trimestrale** (T)
|
- **Trimestrale** (T)
|
||||||
|
|
||||||
### Gestione ZIP
|
### Gestione ZIP
|
||||||
|
|
||||||
- Prefisso file: SEI
|
- Prefisso file: SEI
|
||||||
- Suffissi:
|
- Suffissi:
|
||||||
- T1: 01_A (Report diagnosi con lettera di benvenuto giornalieri)
|
- T1: 01_A (Report diagnosi con lettera di benvenuto giornalieri)
|
||||||
- T2: 01_B (Report diagnosi + report monitoraggio + lettera accompagnamento)
|
- T2: 01_B (Report diagnosi + report monitoraggio + lettera accompagnamento)
|
||||||
|
|
||||||
### Logging
|
### Logging
|
||||||
|
|
||||||
- Implementazione: NLog
|
- Implementazione: NLog
|
||||||
- Monitoraggio in tempo reale delle operazioni
|
- Monitoraggio in tempo reale delle operazioni
|
||||||
- Intervalli configurabili per aggiornamento statistiche
|
- Intervalli configurabili per aggiornamento statistiche
|
||||||
|
|
||||||
## Performance e Scalabilità
|
## Performance e Scalabilità
|
||||||
|
|
||||||
- Supporto multi-threading configurabile
|
- Supporto multi-threading configurabile
|
||||||
- Pool di connessioni database ottimizzato
|
- Pool di connessioni database ottimizzato
|
||||||
- Gestione timeout e bilanciamento del carico
|
- Gestione timeout e bilanciamento del carico
|
||||||
- Intervalli configurabili per operazioni batch
|
- Intervalli configurabili per operazioni batch
|
||||||
|
|
||||||
|
## Operazioni Database
|
||||||
|
|
||||||
|
### Stored Procedures di Aggiornamento
|
||||||
|
|
||||||
|
L'applicazione esegue modifiche al database attraverso le seguenti stored procedures:
|
||||||
|
|
||||||
|
- `[C6MartPeriodico].[GESTIONE_UPDATE_FTP]` - Aggiorna lo stato dei trasferimenti FTP
|
||||||
|
- `[C6MartPeriodico].[GESTIONE_UPDATE_EMAIL_HOST]` - Aggiorna le date di comunicazione con l'host
|
||||||
|
- `[C6MartPeriodico].[GESTIONE_UPDATE_ZIP]` - Aggiorna lo stato dei file ZIP
|
||||||
|
- `[C6MartPeriodico].[GESTIONE_INSERT_ELABORAZIONE_ZIP]` - Inserisce i record di elaborazione ZIP
|
||||||
|
- `[C6MartPeriodico].[GESTIONE_INSERT_ZIP]` - Inserisce nuovi record ZIP
|
||||||
|
|
||||||
|
### Logging e Tracciamento
|
||||||
|
|
||||||
|
- Tracciamento dello stato di elaborazione dei file
|
||||||
|
- Logging degli errori nel database (quando `scriviErroreNelDB=1`)
|
||||||
|
- Monitoraggio delle operazioni FTP e comunicazioni host
|
||||||
|
43
arm_campi_mancanti.md
Normal file
43
arm_campi_mancanti.md
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
# Gestione dei Campi Mancanti
|
||||||
|
|
||||||
|
Durante l'analisi sono emersi anche problemi relativi a campi mancanti in alcuni DataSet. Ad esempio:
|
||||||
|
|
||||||
|
## DataSetS43
|
||||||
|
|
||||||
|
- ContoCorrente: manca il campo isAPC
|
||||||
|
|
||||||
|
## DataSetS43BIS
|
||||||
|
|
||||||
|
- ProdottiAreeBisogno: manca il campo isAPC
|
||||||
|
|
||||||
|
## DataSetS160
|
||||||
|
|
||||||
|
- ProdottiAreeBisogno (Risolto) e ContoCorrente (Risolto): manca il campo isAPC
|
||||||
|
|
||||||
|
## DataSetS170
|
||||||
|
|
||||||
|
- RischioDiversificazione e RischioDiversificazioneTable (Risolto): mancano i campi ordine e complessita
|
||||||
|
|
||||||
|
Questo causava errori di compilazione perché il codice faceva riferimento a questi campi ma non erano definiti nello schema XSD.
|
||||||
|
|
||||||
|
## Procedura di Correzione
|
||||||
|
|
||||||
|
Per risolvere questi problemi:
|
||||||
|
|
||||||
|
1. Aprire il file XSD in Visual Studio usando il Dataset Designer
|
||||||
|
2. Aggiungere i campi mancanti nelle rispettive tabelle
|
||||||
|
3. Salvare il file
|
||||||
|
4. Rigenerare il Designer.cs usando "Esegui strumento personalizzato"
|
||||||
|
|
||||||
|
Questo approccio garantisce che:
|
||||||
|
|
||||||
|
- I campi vengano aggiunti con i metadata corretti
|
||||||
|
- Il codice generato sia consistente
|
||||||
|
- Non ci siano errori di compilazione
|
||||||
|
- Gli attributi `Generator_*` nel file
|
||||||
|
|
||||||
|
1. Dopo la modifica, rigenerare sempre il codice Designer.cs
|
||||||
|
|
||||||
|
- I file .xsd sono file di definizione schema XML utilizzati per generare automaticamente codice C#
|
||||||
|
- La modifica manuale dei file .xsd dovrebbe essere evitata; utilizzare invece il designer di Visual Studio
|
||||||
|
- In caso di necessità di un nuovo DataSet, crearlo da zero utilizzando il designer invece di copiare file esistenti
|
@ -3,6 +3,7 @@
|
|||||||
## 1. Gestione Patrimoniale
|
## 1. Gestione Patrimoniale
|
||||||
|
|
||||||
### 1.1 Patrimonio Cliente
|
### 1.1 Patrimonio Cliente
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE PatrimonioCliente (
|
CREATE TABLE PatrimonioCliente (
|
||||||
ID INT PRIMARY KEY,
|
ID INT PRIMARY KEY,
|
||||||
@ -17,6 +18,7 @@ CREATE TABLE PatrimonioCliente (
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 1.2 Risorse Finanziarie
|
### 1.2 Risorse Finanziarie
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE RisorseFinanziarie (
|
CREATE TABLE RisorseFinanziarie (
|
||||||
ID INT PRIMARY KEY,
|
ID INT PRIMARY KEY,
|
||||||
@ -30,6 +32,7 @@ CREATE TABLE RisorseFinanziarie (
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 1.3 Prodotti ESG
|
### 1.3 Prodotti ESG
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE ProdottiESG (
|
CREATE TABLE ProdottiESG (
|
||||||
ID INT PRIMARY KEY,
|
ID INT PRIMARY KEY,
|
||||||
@ -46,6 +49,7 @@ CREATE TABLE ProdottiESG (
|
|||||||
## 2. Gestione Contratti
|
## 2. Gestione Contratti
|
||||||
|
|
||||||
### 2.1 Contratti
|
### 2.1 Contratti
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE Contratti (
|
CREATE TABLE Contratti (
|
||||||
ID INT PRIMARY KEY,
|
ID INT PRIMARY KEY,
|
||||||
@ -59,6 +63,7 @@ CREATE TABLE Contratti (
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 2.2 DocumentiContrattuali
|
### 2.2 DocumentiContrattuali
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE DocumentiContrattuali (
|
CREATE TABLE DocumentiContrattuali (
|
||||||
ID INT PRIMARY KEY,
|
ID INT PRIMARY KEY,
|
||||||
@ -74,6 +79,7 @@ CREATE TABLE DocumentiContrattuali (
|
|||||||
## 3. Reporting Trimestrale
|
## 3. Reporting Trimestrale
|
||||||
|
|
||||||
### 3.1 ReportTrimestrali
|
### 3.1 ReportTrimestrali
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE ReportTrimestrali (
|
CREATE TABLE ReportTrimestrali (
|
||||||
ID INT PRIMARY KEY,
|
ID INT PRIMARY KEY,
|
||||||
@ -87,6 +93,7 @@ CREATE TABLE ReportTrimestrali (
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 3.2 AnalisiPortafoglio
|
### 3.2 AnalisiPortafoglio
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE AnalisiPortafoglio (
|
CREATE TABLE AnalisiPortafoglio (
|
||||||
ID INT PRIMARY KEY,
|
ID INT PRIMARY KEY,
|
||||||
@ -102,6 +109,7 @@ CREATE TABLE AnalisiPortafoglio (
|
|||||||
## 4. Anagrafica
|
## 4. Anagrafica
|
||||||
|
|
||||||
### 4.1 Clienti
|
### 4.1 Clienti
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE Clienti (
|
CREATE TABLE Clienti (
|
||||||
IDCliente VARCHAR(50) PRIMARY KEY,
|
IDCliente VARCHAR(50) PRIMARY KEY,
|
||||||
@ -115,6 +123,7 @@ CREATE TABLE Clienti (
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 4.2 Consulenti
|
### 4.2 Consulenti
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE Consulenti (
|
CREATE TABLE Consulenti (
|
||||||
IDConsulente VARCHAR(50) PRIMARY KEY,
|
IDConsulente VARCHAR(50) PRIMARY KEY,
|
||||||
@ -128,6 +137,7 @@ CREATE TABLE Consulenti (
|
|||||||
## 5. Configurazione Sistema
|
## 5. Configurazione Sistema
|
||||||
|
|
||||||
### 5.1 ConfigurazioniPDF
|
### 5.1 ConfigurazioniPDF
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE ConfigurazioniPDF (
|
CREATE TABLE ConfigurazioniPDF (
|
||||||
ID INT PRIMARY KEY,
|
ID INT PRIMARY KEY,
|
||||||
@ -139,6 +149,7 @@ CREATE TABLE ConfigurazioniPDF (
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 5.2 LogOperazioni
|
### 5.2 LogOperazioni
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE LogOperazioni (
|
CREATE TABLE LogOperazioni (
|
||||||
ID INT PRIMARY KEY IDENTITY(1,1),
|
ID INT PRIMARY KEY IDENTITY(1,1),
|
||||||
@ -151,6 +162,7 @@ CREATE TABLE LogOperazioni (
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Relazioni Chiave
|
## Relazioni Chiave
|
||||||
|
|
||||||
- Clienti -> PatrimonioCliente (1:N)
|
- Clienti -> PatrimonioCliente (1:N)
|
||||||
- Clienti -> Contratti (1:N)
|
- Clienti -> Contratti (1:N)
|
||||||
- Contratti -> DocumentiContrattuali (1:N)
|
- Contratti -> DocumentiContrattuali (1:N)
|
||||||
@ -159,6 +171,7 @@ CREATE TABLE LogOperazioni (
|
|||||||
- Consulenti -> Clienti (1:N)
|
- Consulenti -> Clienti (1:N)
|
||||||
|
|
||||||
## Note Tecniche
|
## Note Tecniche
|
||||||
|
|
||||||
1. Tutti gli importi sono memorizzati con precisione a 2 decimali
|
1. Tutti gli importi sono memorizzati con precisione a 2 decimali
|
||||||
2. Le date includono sempre il timestamp per tracciabilità
|
2. Le date includono sempre il timestamp per tracciabilità
|
||||||
3. I path dei documenti sono memorizzati come percorsi relativi
|
3. I path dei documenti sono memorizzati come percorsi relativi
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>EnforceIDXApp</RootNamespace>
|
<RootNamespace>EnforceIDXApp</RootNamespace>
|
||||||
<AssemblyName>EnforceIDXApp</AssemblyName>
|
<AssemblyName>EnforceIDXApp</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
<SccProjectName>SAK</SccProjectName>
|
<SccProjectName>SAK</SccProjectName>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
@ -10,7 +10,7 @@
|
|||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>GestorePDF</RootNamespace>
|
<RootNamespace>GestorePDF</RootNamespace>
|
||||||
<AssemblyName>GestorePDF</AssemblyName>
|
<AssemblyName>GestorePDF</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<SccProjectName>SAK</SccProjectName>
|
<SccProjectName>SAK</SccProjectName>
|
||||||
<SccLocalPath>SAK</SccLocalPath>
|
<SccLocalPath>SAK</SccLocalPath>
|
||||||
|
@ -612,7 +612,7 @@
|
|||||||
<description />
|
<description />
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="PathRolExe">
|
<parameter name="PathRolExe">
|
||||||
<value>C:\Projekty\Fideuram\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe</value>
|
<value>C:\TFS Fideuram\TP_SEI_Project\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe</value>
|
||||||
<description />
|
<description />
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="ArgRolExe">
|
<parameter name="ArgRolExe">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
@ -8,7 +8,7 @@
|
|||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>GestoreTrimestrale.Test</RootNamespace>
|
<RootNamespace>GestoreTrimestrale.Test</RootNamespace>
|
||||||
<AssemblyName>GestoreTrimestrale.Test</AssemblyName>
|
<AssemblyName>GestoreTrimestrale.Test</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||||
|
@ -31,7 +31,7 @@ namespace GestoreTrimestrale.Test
|
|||||||
private string ZipFolder { get { return @"C:\ReportisticaTrimestrale\SELECTA\"; } }
|
private string ZipFolder { get { return @"C:\ReportisticaTrimestrale\SELECTA\"; } }
|
||||||
private string ZipBackupFolder { get { return @"C:\ReportisticaTrimestrale\SEND\"; } }
|
private string ZipBackupFolder { get { return @"C:\ReportisticaTrimestrale\SEND\"; } }
|
||||||
private string WorkFolder { get { return ZipFolder + @"temp\"; } }
|
private string WorkFolder { get { return ZipFolder + @"temp\"; } }
|
||||||
private string GestorePDFLocation { get { return @"C:\Projekty\Fideuram\ContrattoSEI\GestorePDF_NuoviSviluppi\bin\Debug\GestorePDF.exe"; } }
|
private string GestorePDFLocation { get { return @"C:\TFS Fideuram\TP_SEI_Project\ContrattoSEI\GestorePDF_NuoviSviluppi\bin\Debug\GestorePDF.exe"; } }
|
||||||
|
|
||||||
string FtpServer = @"10.0.8.22"; //your ftp server
|
string FtpServer = @"10.0.8.22"; //your ftp server
|
||||||
string FtpUser = "pkowalski@hpe.com";
|
string FtpUser = "pkowalski@hpe.com";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<add key="privateClient" value="false" />
|
<add key="privateClient" value="false" />
|
||||||
@ -167,7 +167,7 @@
|
|||||||
<add key="FTPUserHost" value="C6Stampe" />
|
<add key="FTPUserHost" value="C6Stampe" />
|
||||||
<add key="FTPPasswordHost" value="C6Stampe" />
|
<add key="FTPPasswordHost" value="C6Stampe" />
|
||||||
<add key="CultureToUse" value="it-IT" />
|
<add key="CultureToUse" value="it-IT" />
|
||||||
<add key="PathRolExe" value="C:\Projekty\Fideuram\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe" />
|
<add key="PathRolExe" value="C:\TFS Fideuram\TP_SEI_Project\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe" />
|
||||||
<add key="ArgRolExe" value="Test Prova" />
|
<add key="ArgRolExe" value="Test Prova" />
|
||||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||||
<add key="mailReciepients" value="mail1@test.com;mail2@test.com;mail3@test.com" />
|
<add key="mailReciepients" value="mail1@test.com;mail2@test.com;mail3@test.com" />
|
||||||
|
@ -290,7 +290,7 @@
|
|||||||
|
|
||||||
<add key="ClientSettingsProvider.ServiceUri" value=""/>
|
<add key="ClientSettingsProvider.ServiceUri" value=""/>
|
||||||
|
|
||||||
<add key="PathRolExe" value="C:\Projekty\Fideuram\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe"/>
|
<add key="PathRolExe" value="C:\TFS Fideuram\TP_SEI_Project\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe"/>
|
||||||
<add key="ArgRolExe" value="Test Prova"/>
|
<add key="ArgRolExe" value="Test Prova"/>
|
||||||
</appSettings>
|
</appSettings>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
|
@ -330,7 +330,7 @@
|
|||||||
-->
|
-->
|
||||||
<add key="CultureToUse" value="it-IT"/>
|
<add key="CultureToUse" value="it-IT"/>
|
||||||
|
|
||||||
<add key="PathRolExe" value="C:\Projekty\Fideuram\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe"/>
|
<add key="PathRolExe" value="C:\TFS Fideuram\TP_SEI_Project\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe"/>
|
||||||
<add key="ArgRolExe" value="Test Prova"/>
|
<add key="ArgRolExe" value="Test Prova"/>
|
||||||
</appSettings>
|
</appSettings>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>GestoreTrimestrale</RootNamespace>
|
<RootNamespace>GestoreTrimestrale</RootNamespace>
|
||||||
<AssemblyName>GestoreTrimestrale</AssemblyName>
|
<AssemblyName>GestoreTrimestrale</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
|
@ -398,7 +398,7 @@
|
|||||||
CULTURE
|
CULTURE
|
||||||
-->
|
-->
|
||||||
<add key="CultureToUse" value="it-IT"/>
|
<add key="CultureToUse" value="it-IT"/>
|
||||||
<add key="PathRolExe" value="C:\Projekty\Fideuram\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe"/>
|
<add key="PathRolExe" value="C:\TFS Fideuram\TP_SEI_Project\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe"/>
|
||||||
<add key="ArgRolExe" value="Test Prova"/>
|
<add key="ArgRolExe" value="Test Prova"/>
|
||||||
<add key="ClientSettingsProvider.ServiceUri" value=""/>
|
<add key="ClientSettingsProvider.ServiceUri" value=""/>
|
||||||
|
|
||||||
|
@ -944,7 +944,7 @@
|
|||||||
<description />
|
<description />
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="PathRolExe">
|
<parameter name="PathRolExe">
|
||||||
<value>C:\Projekty\Fideuram\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe</value>
|
<value>C:\TFS Fideuram\TP_SEI_Project\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe</value>
|
||||||
<description />
|
<description />
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="ArgRolExe">
|
<parameter name="ArgRolExe">
|
||||||
|
@ -178,7 +178,7 @@
|
|||||||
<add key="CultureToUse" value="it-IT" />
|
<add key="CultureToUse" value="it-IT" />
|
||||||
<add key="bug--" value="COPERTINA;INDICE;GLOSSARIO;S25;S95;S37;S1;S6;S2;S26;S27;S57BIS;S10;S43X;S47;S31;S48;S32;S49;S50;S51;S96;S102;S103;S42;S23;S76" />
|
<add key="bug--" value="COPERTINA;INDICE;GLOSSARIO;S25;S95;S37;S1;S6;S2;S26;S27;S57BIS;S10;S43X;S47;S31;S48;S32;S49;S50;S51;S96;S102;S103;S42;S23;S76" />
|
||||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||||
<add key="PathRolExe" value="C:\Projekty\Fideuram\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe" />
|
<add key="PathRolExe" value="C:\TFS Fideuram\TP_SEI_Project\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe" />
|
||||||
<add key="ArgRolExe" value="Test Prova" />
|
<add key="ArgRolExe" value="Test Prova" />
|
||||||
</appSettings>
|
</appSettings>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
|
@ -174,7 +174,7 @@
|
|||||||
<add key="FTPUserHost" value="C6Stampe" />
|
<add key="FTPUserHost" value="C6Stampe" />
|
||||||
<add key="FTPPasswordHost" value="C6Stampe" />
|
<add key="FTPPasswordHost" value="C6Stampe" />
|
||||||
<add key="CultureToUse" value="it-IT" />
|
<add key="CultureToUse" value="it-IT" />
|
||||||
<add key="PathRolExe" value="C:\Projekty\Fideuram\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe" />
|
<add key="PathRolExe" value="C:\TFS Fideuram\TP_SEI_Project\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe" />
|
||||||
<add key="ArgRolExe" value="Test Prova" />
|
<add key="ArgRolExe" value="Test Prova" />
|
||||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||||
<add key="cmcPath" value="E:\ReportisticaTrimestrale\CompareMonitoredClients\CompareMonitoredClients.exe" />
|
<add key="cmcPath" value="E:\ReportisticaTrimestrale\CompareMonitoredClients\CompareMonitoredClients.exe" />
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>PDFGenerator.Verifier.App</RootNamespace>
|
<RootNamespace>PDFGenerator.Verifier.App</RootNamespace>
|
||||||
<AssemblyName>PDFGenerator.Verifier.App</AssemblyName>
|
<AssemblyName>PDFGenerator.Verifier.App</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
<SccProjectName>SAK</SccProjectName>
|
<SccProjectName>SAK</SccProjectName>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Web;
|
using System.Web;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
@ -139,18 +139,18 @@ namespace PDFGenerator.BusinessLayer.DataSection
|
|||||||
//}
|
//}
|
||||||
|
|
||||||
//rischioDiversificazione.controvalore = Convert.ToDecimal(row["CTV_AGGREG"]).ToString();
|
//rischioDiversificazione.controvalore = Convert.ToDecimal(row["CTV_AGGREG"]).ToString();
|
||||||
rischioDiversificazione.controvalore = conv.ConvertNum(row["CTV_AGGREG"].ToString());
|
rischioDiversificazione.controvalore = decimal.Parse(conv.ConvertNum(row["CTV_AGGREG"]));
|
||||||
|
|
||||||
//MIFID2 20180718 Aggiunto per includere nel CTV del patrimonio Fideuram (riga 0) anche le altre voci, cc negativo, partite viaggianti, linea self
|
//MIFID2 20180718 Aggiunto per includere nel CTV del patrimonio Fideuram (riga 0) anche le altre voci, cc negativo, partite viaggianti, linea self
|
||||||
if (r == 0)
|
if (r == 0)
|
||||||
{
|
{
|
||||||
decimal tot = Convert.ToDecimal(row["CTV_AGGREG"]) + //dataThread.PatrimonioBancaFideuramCtvAlNettoContoCorrente +
|
decimal tot = decimal.Parse(conv.ConvertNum(row["CTV_AGGREG"])) +
|
||||||
dataThread.ContoCorrente +
|
decimal.Parse(conv.ConvertNum(dataThread.ContoCorrente)) +
|
||||||
dataThread.PartiteViaggiantiInvestimento +
|
decimal.Parse(conv.ConvertNum(dataThread.PartiteViaggiantiInvestimento)) +
|
||||||
dataThread.PartiteViaggiantiDisinvestimento +
|
decimal.Parse(conv.ConvertNum(dataThread.PartiteViaggiantiDisinvestimento)) +
|
||||||
dataThread.TotalSelfNegCurrentAccountValue;
|
decimal.Parse(conv.ConvertNum(dataThread.TotalSelfNegCurrentAccountValue));
|
||||||
|
|
||||||
rischioDiversificazione.controvalore = conv.ConvertNum(tot.ToString());
|
rischioDiversificazione.controvalore = decimal.Parse(conv.ConvertNum(tot));
|
||||||
}
|
}
|
||||||
//MIFID2
|
//MIFID2
|
||||||
|
|
||||||
@ -205,9 +205,9 @@ namespace PDFGenerator.BusinessLayer.DataSection
|
|||||||
//rischioDiversificazione.diversificazione = Convert.ToDecimal(conv.ConvertNum(row["diversificazione"])).ToString();
|
//rischioDiversificazione.diversificazione = Convert.ToDecimal(conv.ConvertNum(row["diversificazione"])).ToString();
|
||||||
|
|
||||||
if (row["diversificazione"] != DBNull.Value)
|
if (row["diversificazione"] != DBNull.Value)
|
||||||
rischioDiversificazione.diversificazione = Convert.ToDecimal(conv.ConvertNum(row["diversificazione"])).ToString();
|
rischioDiversificazione.diversificazione = decimal.Parse(conv.ConvertNum(row["diversificazione"]));
|
||||||
else
|
else
|
||||||
rischioDiversificazione.diversificazione = "-";
|
rischioDiversificazione.diversificazione = 0;
|
||||||
//--MIFID2
|
//--MIFID2
|
||||||
|
|
||||||
ds170.RischioDiversificazioneTable.Rows.Add(rischioDiversificazione);
|
ds170.RischioDiversificazioneTable.Rows.Add(rischioDiversificazione);
|
||||||
@ -221,10 +221,10 @@ namespace PDFGenerator.BusinessLayer.DataSection
|
|||||||
|
|
||||||
rischioDiversificazione = ds170.RischioDiversificazioneTable.NewRischioDiversificazioneTableRow();
|
rischioDiversificazione = ds170.RischioDiversificazioneTable.NewRischioDiversificazioneTableRow();
|
||||||
rischioDiversificazione.patrimonio = "Limite massimo profilo";
|
rischioDiversificazione.patrimonio = "Limite massimo profilo";
|
||||||
rischioDiversificazione.controvalore = "-";
|
rischioDiversificazione.controvalore = 0;
|
||||||
rischioDiversificazione.rischioCredito = dtLimiteMassimo.Rows[0]["RischioCreditoMassimo"].ToString();
|
rischioDiversificazione.rischioCredito = dtLimiteMassimo.Rows[0]["RischioCreditoMassimo"].ToString();
|
||||||
rischioDiversificazione.varString = dataThread.IsProffesionalClient && ds170.RischioPatrimonioFinanziario[0].valoreProfilo == "5" ? ds170.RischioPatrimonioFinanziario[0].var.ToString() : dtLimiteMassimo.Rows[0]["varMassimo"].ToString();
|
rischioDiversificazione.varString = dataThread.IsProffesionalClient && ds170.RischioPatrimonioFinanziario[0].valoreProfilo == "5" ? ds170.RischioPatrimonioFinanziario[0].var.ToString() : dtLimiteMassimo.Rows[0]["varMassimo"].ToString();
|
||||||
rischioDiversificazione.diversificazione = "-";
|
rischioDiversificazione.diversificazione = 0;
|
||||||
//MIFID2 CR Napolitano
|
//MIFID2 CR Napolitano
|
||||||
// Per i clienti professionali va impostato come "n.a."
|
// Per i clienti professionali va impostato come "n.a."
|
||||||
// altrimenti, se persona giuridica con delegati profilati, va riportata una nota sul Limite Massimo Complessità
|
// altrimenti, se persona giuridica con delegati profilati, va riportata una nota sul Limite Massimo Complessità
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Web;
|
using System.Web;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
@ -137,19 +137,18 @@ namespace PDFGenerator.BusinessLayer.DataSection
|
|||||||
}
|
}
|
||||||
//}
|
//}
|
||||||
|
|
||||||
//rischioDiversificazione.controvalore = Convert.ToDecimal(row["CTV_AGGREG"]).ToString();
|
rischioDiversificazione.controvalore = decimal.Parse(conv.ConvertNum(row["CTV_AGGREG"]));
|
||||||
rischioDiversificazione.controvalore = conv.ConvertNum(row["CTV_AGGREG"].ToString());
|
|
||||||
|
|
||||||
//MIFID2 20180718 Aggiunto per includere nel CTV del patrimonio Fideuram (riga 0) anche le altre voci, cc negativo, partite viaggianti, linea self
|
//MIFID2 20180718 Aggiunto per includere nel CTV del patrimonio Fideuram (riga 0) anche le altre voci, cc negativo, partite viaggianti, linea self
|
||||||
if (r == 0)
|
if (r == 0)
|
||||||
{
|
{
|
||||||
decimal tot = Convert.ToDecimal( row["CTV_AGGREG"]) + //dataThread.PatrimonioBancaFideuramCtvAlNettoContoCorrente +
|
decimal tot = decimal.Parse(conv.ConvertNum(row["CTV_AGGREG"])) +
|
||||||
dataThread.ContoCorrente +
|
decimal.Parse(conv.ConvertNum(dataThread.ContoCorrente)) +
|
||||||
dataThread.PartiteViaggiantiInvestimento +
|
decimal.Parse(conv.ConvertNum(dataThread.PartiteViaggiantiInvestimento)) +
|
||||||
dataThread.PartiteViaggiantiDisinvestimento +
|
decimal.Parse(conv.ConvertNum(dataThread.PartiteViaggiantiDisinvestimento)) +
|
||||||
dataThread.TotalSelfNegCurrentAccountValue;
|
decimal.Parse(conv.ConvertNum(dataThread.TotalSelfNegCurrentAccountValue));
|
||||||
|
|
||||||
rischioDiversificazione.controvalore = conv.ConvertNum(tot.ToString());
|
rischioDiversificazione.controvalore = decimal.Parse(conv.ConvertNum(tot));
|
||||||
}
|
}
|
||||||
//MIFID2
|
//MIFID2
|
||||||
|
|
||||||
@ -204,9 +203,9 @@ namespace PDFGenerator.BusinessLayer.DataSection
|
|||||||
//rischioDiversificazione.diversificazione = Convert.ToDecimal(conv.ConvertNum(row["diversificazione"])).ToString();
|
//rischioDiversificazione.diversificazione = Convert.ToDecimal(conv.ConvertNum(row["diversificazione"])).ToString();
|
||||||
|
|
||||||
if (row["diversificazione"] != DBNull.Value)
|
if (row["diversificazione"] != DBNull.Value)
|
||||||
rischioDiversificazione.diversificazione = Convert.ToDecimal(conv.ConvertNum(row["diversificazione"])).ToString();
|
rischioDiversificazione.diversificazione = decimal.Parse(conv.ConvertNum(row["diversificazione"]));
|
||||||
else
|
else
|
||||||
rischioDiversificazione.diversificazione = "-";
|
rischioDiversificazione.diversificazione = 0;
|
||||||
//--MIFID2
|
//--MIFID2
|
||||||
|
|
||||||
ds170.RischioDiversificazioneTable.Rows.Add(rischioDiversificazione);
|
ds170.RischioDiversificazioneTable.Rows.Add(rischioDiversificazione);
|
||||||
@ -220,10 +219,10 @@ namespace PDFGenerator.BusinessLayer.DataSection
|
|||||||
|
|
||||||
rischioDiversificazione = ds170.RischioDiversificazioneTable.NewRischioDiversificazioneTableRow();
|
rischioDiversificazione = ds170.RischioDiversificazioneTable.NewRischioDiversificazioneTableRow();
|
||||||
rischioDiversificazione.patrimonio = "Limite massimo profilo";
|
rischioDiversificazione.patrimonio = "Limite massimo profilo";
|
||||||
rischioDiversificazione.controvalore = "-";
|
rischioDiversificazione.controvalore = 0;
|
||||||
rischioDiversificazione.rischioCredito = dtLimiteMassimo.Rows[0]["RischioCreditoMassimo"].ToString();
|
rischioDiversificazione.rischioCredito = dtLimiteMassimo.Rows[0]["RischioCreditoMassimo"].ToString();
|
||||||
rischioDiversificazione.varString = dataThread.IsProffesionalClient && ds170.RischioPatrimonioFinanziario[0].valoreProfilo == "5" ? ds170.RischioPatrimonioFinanziario[0].var.ToString() : dtLimiteMassimo.Rows[0]["varMassimo"].ToString();
|
rischioDiversificazione.varString = dataThread.IsProffesionalClient && ds170.RischioPatrimonioFinanziario[0].valoreProfilo == "5" ? ds170.RischioPatrimonioFinanziario[0].var.ToString() : dtLimiteMassimo.Rows[0]["varMassimo"].ToString();
|
||||||
rischioDiversificazione.diversificazione = "-";
|
rischioDiversificazione.diversificazione = 0;
|
||||||
//MIFID2 CR Napolitano
|
//MIFID2 CR Napolitano
|
||||||
// Per i clienti professionali va impostato come "n.a."
|
// Per i clienti professionali va impostato come "n.a."
|
||||||
// altrimenti, se persona giuridica con delegati profilati, va riportata una nota sul Limite Massimo Complessità
|
// altrimenti, se persona giuridica con delegati profilati, va riportata una nota sul Limite Massimo Complessità
|
||||||
|
@ -1 +1,3 @@
|
|||||||
|
namespace PDFGenerator.BusinessLayer.DataSection
|
||||||
|
{
|
||||||
|
}
|
@ -815,6 +815,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
private global::System.Data.DataColumn columnTipo_Prodotto;
|
private global::System.Data.DataColumn columnTipo_Prodotto;
|
||||||
|
|
||||||
|
private global::System.Data.DataColumn columnIsAPC;
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public ProdottiAreeBisognoDataTable() {
|
public ProdottiAreeBisognoDataTable() {
|
||||||
@ -968,6 +970,14 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public global::System.Data.DataColumn isAPCColumn {
|
||||||
|
get {
|
||||||
|
return this.columnIsAPC;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
[global::System.ComponentModel.Browsable(false)]
|
[global::System.ComponentModel.Browsable(false)]
|
||||||
@ -1005,7 +1015,23 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public ProdottiAreeBisognoRow AddProdottiAreeBisognoRow(string AreaBisogno, string Progetto, string DataSottoscrizione, string Contratto, string Descrizione, string @__IMAGE_, decimal Controvalore, string Var, string CreditRisk, string PerformanceYTD, string PerformanceDS, string CodiceAreaBisogno, string Copertura, string OrdinamentoProgetto, string Tipo_Prodotto) {
|
public ProdottiAreeBisognoRow AddProdottiAreeBisognoRow(
|
||||||
|
string AreaBisogno,
|
||||||
|
string Progetto,
|
||||||
|
string DataSottoscrizione,
|
||||||
|
string Contratto,
|
||||||
|
string Descrizione,
|
||||||
|
string @__IMAGE_,
|
||||||
|
decimal Controvalore,
|
||||||
|
string Var,
|
||||||
|
string CreditRisk,
|
||||||
|
string PerformanceYTD,
|
||||||
|
string PerformanceDS,
|
||||||
|
string CodiceAreaBisogno,
|
||||||
|
string Copertura,
|
||||||
|
string OrdinamentoProgetto,
|
||||||
|
string Tipo_Prodotto,
|
||||||
|
string isAPC) {
|
||||||
ProdottiAreeBisognoRow rowProdottiAreeBisognoRow = ((ProdottiAreeBisognoRow)(this.NewRow()));
|
ProdottiAreeBisognoRow rowProdottiAreeBisognoRow = ((ProdottiAreeBisognoRow)(this.NewRow()));
|
||||||
object[] columnValuesArray = new object[] {
|
object[] columnValuesArray = new object[] {
|
||||||
AreaBisogno,
|
AreaBisogno,
|
||||||
@ -1022,7 +1048,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
CodiceAreaBisogno,
|
CodiceAreaBisogno,
|
||||||
Copertura,
|
Copertura,
|
||||||
OrdinamentoProgetto,
|
OrdinamentoProgetto,
|
||||||
Tipo_Prodotto};
|
Tipo_Prodotto,
|
||||||
|
isAPC};
|
||||||
rowProdottiAreeBisognoRow.ItemArray = columnValuesArray;
|
rowProdottiAreeBisognoRow.ItemArray = columnValuesArray;
|
||||||
this.Rows.Add(rowProdottiAreeBisognoRow);
|
this.Rows.Add(rowProdottiAreeBisognoRow);
|
||||||
return rowProdottiAreeBisognoRow;
|
return rowProdottiAreeBisognoRow;
|
||||||
@ -1060,6 +1087,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
this.columnCopertura = base.Columns["Copertura"];
|
this.columnCopertura = base.Columns["Copertura"];
|
||||||
this.columnOrdinamentoProgetto = base.Columns["OrdinamentoProgetto"];
|
this.columnOrdinamentoProgetto = base.Columns["OrdinamentoProgetto"];
|
||||||
this.columnTipo_Prodotto = base.Columns["Tipo_Prodotto"];
|
this.columnTipo_Prodotto = base.Columns["Tipo_Prodotto"];
|
||||||
|
this.columnIsAPC = base.Columns["isAPC"];
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
@ -1097,6 +1125,10 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
base.Columns.Add(this.columnOrdinamentoProgetto);
|
base.Columns.Add(this.columnOrdinamentoProgetto);
|
||||||
this.columnTipo_Prodotto = new global::System.Data.DataColumn("Tipo_Prodotto", typeof(string), null, global::System.Data.MappingType.Element);
|
this.columnTipo_Prodotto = new global::System.Data.DataColumn("Tipo_Prodotto", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
base.Columns.Add(this.columnTipo_Prodotto);
|
base.Columns.Add(this.columnTipo_Prodotto);
|
||||||
|
this.columnIsAPC = new global::System.Data.DataColumn("isAPC", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
|
this.columnIsAPC.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnIsAPC");
|
||||||
|
this.columnIsAPC.ExtendedProperties.Add("Generator_UserColumnName", "isAPC");
|
||||||
|
base.Columns.Add(this.columnIsAPC);
|
||||||
this.columnDataSottoscrizione.Caption = "Data sott.";
|
this.columnDataSottoscrizione.Caption = "Data sott.";
|
||||||
this.columnContratto.Caption = "Contratto/ Dossier";
|
this.columnContratto.Caption = "Contratto/ Dossier";
|
||||||
this.columnVar.Caption = "Var <br> %";
|
this.columnVar.Caption = "Var <br> %";
|
||||||
@ -1580,6 +1612,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
private global::System.Data.DataColumn columnVar;
|
private global::System.Data.DataColumn columnVar;
|
||||||
|
|
||||||
|
private global::System.Data.DataColumn columnIsAPC;
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public ContoCorrenteDataTable() {
|
public ContoCorrenteDataTable() {
|
||||||
@ -1669,6 +1703,14 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public global::System.Data.DataColumn isAPCColumn {
|
||||||
|
get {
|
||||||
|
return this.columnIsAPC;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
[global::System.ComponentModel.Browsable(false)]
|
[global::System.ComponentModel.Browsable(false)]
|
||||||
@ -1706,7 +1748,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public ContoCorrenteRow AddContoCorrenteRow(string Data, string Numero, string @__IMAGE_, decimal SaldoContabile, decimal SaldoDisponibile, string CreditRisk, string Var) {
|
public ContoCorrenteRow AddContoCorrenteRow(string Data, string Numero, string @__IMAGE_, decimal SaldoContabile, decimal SaldoDisponibile, string CreditRisk, string Var, string isAPC) {
|
||||||
ContoCorrenteRow rowContoCorrenteRow = ((ContoCorrenteRow)(this.NewRow()));
|
ContoCorrenteRow rowContoCorrenteRow = ((ContoCorrenteRow)(this.NewRow()));
|
||||||
object[] columnValuesArray = new object[] {
|
object[] columnValuesArray = new object[] {
|
||||||
Data,
|
Data,
|
||||||
@ -1715,7 +1757,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
SaldoContabile,
|
SaldoContabile,
|
||||||
SaldoDisponibile,
|
SaldoDisponibile,
|
||||||
CreditRisk,
|
CreditRisk,
|
||||||
Var};
|
Var,
|
||||||
|
isAPC};
|
||||||
rowContoCorrenteRow.ItemArray = columnValuesArray;
|
rowContoCorrenteRow.ItemArray = columnValuesArray;
|
||||||
this.Rows.Add(rowContoCorrenteRow);
|
this.Rows.Add(rowContoCorrenteRow);
|
||||||
return rowContoCorrenteRow;
|
return rowContoCorrenteRow;
|
||||||
@ -1745,6 +1788,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
this.columnSaldoDisponibile = base.Columns["SaldoDisponibile"];
|
this.columnSaldoDisponibile = base.Columns["SaldoDisponibile"];
|
||||||
this.columnCreditRisk = base.Columns["CreditRisk"];
|
this.columnCreditRisk = base.Columns["CreditRisk"];
|
||||||
this.columnVar = base.Columns["Var"];
|
this.columnVar = base.Columns["Var"];
|
||||||
|
this.columnIsAPC = base.Columns["isAPC"];
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
@ -1766,6 +1810,10 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
base.Columns.Add(this.columnCreditRisk);
|
base.Columns.Add(this.columnCreditRisk);
|
||||||
this.columnVar = new global::System.Data.DataColumn("Var", typeof(string), null, global::System.Data.MappingType.Element);
|
this.columnVar = new global::System.Data.DataColumn("Var", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
base.Columns.Add(this.columnVar);
|
base.Columns.Add(this.columnVar);
|
||||||
|
this.columnIsAPC = new global::System.Data.DataColumn("isAPC", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
|
this.columnIsAPC.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnIsAPC");
|
||||||
|
this.columnIsAPC.ExtendedProperties.Add("Generator_UserColumnName", "isAPC");
|
||||||
|
base.Columns.Add(this.columnIsAPC);
|
||||||
this.columnData.Caption = "Data di apertura";
|
this.columnData.Caption = "Data di apertura";
|
||||||
this.columnNumero.Caption = "Numero di C/C";
|
this.columnNumero.Caption = "Numero di C/C";
|
||||||
this.columnSaldoContabile.Caption = "Saldo";
|
this.columnSaldoContabile.Caption = "Saldo";
|
||||||
@ -2958,6 +3006,22 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public string isAPC {
|
||||||
|
get {
|
||||||
|
try {
|
||||||
|
return ((string)(this[this.tableProdottiAreeBisogno.isAPCColumn]));
|
||||||
|
}
|
||||||
|
catch (global::System.InvalidCastException e) {
|
||||||
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'isAPC\' nella tabella \'ProdottiAreeBisogno\' è DBNull.", e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this[this.tableProdottiAreeBisogno.isAPCColumn] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public bool IsAreaBisognoNull() {
|
public bool IsAreaBisognoNull() {
|
||||||
@ -3137,6 +3201,18 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public void SetTipo_ProdottoNull() {
|
public void SetTipo_ProdottoNull() {
|
||||||
this[this.tableProdottiAreeBisogno.Tipo_ProdottoColumn] = global::System.Convert.DBNull;
|
this[this.tableProdottiAreeBisogno.Tipo_ProdottoColumn] = global::System.Convert.DBNull;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public bool IsisAPCNull() {
|
||||||
|
return this.IsNull(this.tableProdottiAreeBisogno.isAPCColumn);
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public void SetisAPCNull() {
|
||||||
|
this[this.tableProdottiAreeBisogno.isAPCColumn] = global::System.Convert.DBNull;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -3478,6 +3554,22 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public string isAPC {
|
||||||
|
get {
|
||||||
|
try {
|
||||||
|
return ((string)(this[this.tableContoCorrente.isAPCColumn]));
|
||||||
|
}
|
||||||
|
catch (global::System.InvalidCastException e) {
|
||||||
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'isAPC\' nella tabella \'ContoCorrente\' è DBNull.", e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this[this.tableContoCorrente.isAPCColumn] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public bool IsDataNull() {
|
public bool IsDataNull() {
|
||||||
@ -3561,6 +3653,18 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public void SetVarNull() {
|
public void SetVarNull() {
|
||||||
this[this.tableContoCorrente.VarColumn] = global::System.Convert.DBNull;
|
this[this.tableContoCorrente.VarColumn] = global::System.Convert.DBNull;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public bool IsisAPCNull() {
|
||||||
|
return this.IsNull(this.tableContoCorrente.isAPCColumn);
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public void SetisAPCNull() {
|
||||||
|
this[this.tableContoCorrente.isAPCColumn] = global::System.Convert.DBNull;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<xs:schema id="DataSetS160" targetNamespace="http://tempuri.org/DataSetS160.xsd" xmlns:mstns="http://tempuri.org/DataSetS160.xsd" xmlns="http://tempuri.org/DataSetS160.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
<xs:schema id="DataSetS160" targetNamespace="http://tempuri.org/DataSetS160.xsd" xmlns:mstns="http://tempuri.org/DataSetS160.xsd" xmlns="http://tempuri.org/DataSetS160.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
@ -43,6 +43,7 @@
|
|||||||
<xs:element name="Copertura" msprop:Generator_ColumnVarNameInTable="columnCopertura" msprop:Generator_ColumnPropNameInRow="Copertura" msprop:Generator_ColumnPropNameInTable="CoperturaColumn" msprop:Generator_UserColumnName="Copertura" type="xs:string" minOccurs="0" />
|
<xs:element name="Copertura" msprop:Generator_ColumnVarNameInTable="columnCopertura" msprop:Generator_ColumnPropNameInRow="Copertura" msprop:Generator_ColumnPropNameInTable="CoperturaColumn" msprop:Generator_UserColumnName="Copertura" type="xs:string" minOccurs="0" />
|
||||||
<xs:element name="OrdinamentoProgetto" msprop:Generator_ColumnVarNameInTable="columnOrdinamentoProgetto" msprop:Generator_ColumnPropNameInRow="OrdinamentoProgetto" msprop:Generator_ColumnPropNameInTable="OrdinamentoProgettoColumn" msprop:Generator_UserColumnName="OrdinamentoProgetto" type="xs:string" minOccurs="0" />
|
<xs:element name="OrdinamentoProgetto" msprop:Generator_ColumnVarNameInTable="columnOrdinamentoProgetto" msprop:Generator_ColumnPropNameInRow="OrdinamentoProgetto" msprop:Generator_ColumnPropNameInTable="OrdinamentoProgettoColumn" msprop:Generator_UserColumnName="OrdinamentoProgetto" type="xs:string" minOccurs="0" />
|
||||||
<xs:element name="Tipo_Prodotto" msprop:Generator_ColumnVarNameInTable="columnTipo_Prodotto" msprop:Generator_ColumnPropNameInRow="Tipo_Prodotto" msprop:Generator_ColumnPropNameInTable="Tipo_ProdottoColumn" msprop:Generator_UserColumnName="Tipo_Prodotto" type="xs:string" minOccurs="0" />
|
<xs:element name="Tipo_Prodotto" msprop:Generator_ColumnVarNameInTable="columnTipo_Prodotto" msprop:Generator_ColumnPropNameInRow="Tipo_Prodotto" msprop:Generator_ColumnPropNameInTable="Tipo_ProdottoColumn" msprop:Generator_UserColumnName="Tipo_Prodotto" type="xs:string" minOccurs="0" />
|
||||||
|
<xs:element name="isAPC" msprop:Generator_ColumnVarNameInTable="columnIsAPC" msprop:Generator_ColumnPropNameInRow="isAPC" msprop:Generator_ColumnPropNameInTable="isAPCColumn" msprop:Generator_UserColumnName="isAPC" type="xs:string" minOccurs="0" />
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
@ -69,6 +70,7 @@
|
|||||||
<xs:element name="SaldoDisponibile" msprop:Generator_ColumnVarNameInTable="columnSaldoDisponibile" msprop:Generator_ColumnPropNameInRow="SaldoDisponibile" msprop:Generator_ColumnPropNameInTable="SaldoDisponibileColumn" msprop:Generator_UserColumnName="SaldoDisponibile" type="xs:decimal" minOccurs="0" />
|
<xs:element name="SaldoDisponibile" msprop:Generator_ColumnVarNameInTable="columnSaldoDisponibile" msprop:Generator_ColumnPropNameInRow="SaldoDisponibile" msprop:Generator_ColumnPropNameInTable="SaldoDisponibileColumn" msprop:Generator_UserColumnName="SaldoDisponibile" type="xs:decimal" minOccurs="0" />
|
||||||
<xs:element name="CreditRisk" msdata:Caption="Rischio Credito" msprop:Generator_ColumnVarNameInTable="columnCreditRisk" msprop:Generator_ColumnPropNameInRow="CreditRisk" msprop:Generator_ColumnPropNameInTable="CreditRiskColumn" msprop:Generator_UserColumnName="CreditRisk" type="xs:string" minOccurs="0" />
|
<xs:element name="CreditRisk" msdata:Caption="Rischio Credito" msprop:Generator_ColumnVarNameInTable="columnCreditRisk" msprop:Generator_ColumnPropNameInRow="CreditRisk" msprop:Generator_ColumnPropNameInTable="CreditRiskColumn" msprop:Generator_UserColumnName="CreditRisk" type="xs:string" minOccurs="0" />
|
||||||
<xs:element name="Var" msdata:Caption="Rischio (VaR %)" msprop:Generator_ColumnVarNameInTable="columnVar" msprop:Generator_ColumnPropNameInRow="Var" msprop:Generator_ColumnPropNameInTable="VarColumn" msprop:Generator_UserColumnName="Var" type="xs:string" minOccurs="0" />
|
<xs:element name="Var" msdata:Caption="Rischio (VaR %)" msprop:Generator_ColumnVarNameInTable="columnVar" msprop:Generator_ColumnPropNameInRow="Var" msprop:Generator_ColumnPropNameInTable="VarColumn" msprop:Generator_UserColumnName="Var" type="xs:string" minOccurs="0" />
|
||||||
|
<xs:element name="isAPC" msprop:Generator_ColumnVarNameInTable="columnIsAPC" msprop:Generator_ColumnPropNameInRow="isAPC" msprop:Generator_ColumnPropNameInTable="isAPCColumn" msprop:Generator_UserColumnName="isAPC" type="xs:string" minOccurs="0" />
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
@ -667,6 +667,10 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
private global::System.Data.DataColumn columncopertura;
|
private global::System.Data.DataColumn columncopertura;
|
||||||
|
|
||||||
|
private global::System.Data.DataColumn columnordine;
|
||||||
|
|
||||||
|
private global::System.Data.DataColumn columncomplessita;
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public RischioDiversificazioneDataTable() {
|
public RischioDiversificazioneDataTable() {
|
||||||
@ -732,6 +736,22 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public global::System.Data.DataColumn ordineColumn {
|
||||||
|
get {
|
||||||
|
return this.columnordine;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public global::System.Data.DataColumn complessitaColumn {
|
||||||
|
get {
|
||||||
|
return this.columncomplessita;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
[global::System.ComponentModel.Browsable(false)]
|
[global::System.ComponentModel.Browsable(false)]
|
||||||
@ -769,13 +789,15 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public RischioDiversificazioneRow AddRischioDiversificazioneRow(string patrimonio, decimal var, decimal diversificazione, string copertura) {
|
public RischioDiversificazioneRow AddRischioDiversificazioneRow(string patrimonio, decimal var, decimal diversificazione, string copertura, int ordine, string complessita) {
|
||||||
RischioDiversificazioneRow rowRischioDiversificazioneRow = ((RischioDiversificazioneRow)(this.NewRow()));
|
RischioDiversificazioneRow rowRischioDiversificazioneRow = ((RischioDiversificazioneRow)(this.NewRow()));
|
||||||
object[] columnValuesArray = new object[] {
|
object[] columnValuesArray = new object[] {
|
||||||
patrimonio,
|
patrimonio,
|
||||||
var,
|
var,
|
||||||
diversificazione,
|
diversificazione,
|
||||||
copertura};
|
copertura,
|
||||||
|
ordine,
|
||||||
|
complessita};
|
||||||
rowRischioDiversificazioneRow.ItemArray = columnValuesArray;
|
rowRischioDiversificazioneRow.ItemArray = columnValuesArray;
|
||||||
this.Rows.Add(rowRischioDiversificazioneRow);
|
this.Rows.Add(rowRischioDiversificazioneRow);
|
||||||
return rowRischioDiversificazioneRow;
|
return rowRischioDiversificazioneRow;
|
||||||
@ -802,6 +824,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
this.columnvar = base.Columns["var"];
|
this.columnvar = base.Columns["var"];
|
||||||
this.columndiversificazione = base.Columns["diversificazione"];
|
this.columndiversificazione = base.Columns["diversificazione"];
|
||||||
this.columncopertura = base.Columns["copertura"];
|
this.columncopertura = base.Columns["copertura"];
|
||||||
|
this.columnordine = base.Columns["ordine"];
|
||||||
|
this.columncomplessita = base.Columns["complessita"];
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
@ -815,6 +839,10 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
base.Columns.Add(this.columndiversificazione);
|
base.Columns.Add(this.columndiversificazione);
|
||||||
this.columncopertura = new global::System.Data.DataColumn("copertura", typeof(string), null, global::System.Data.MappingType.Element);
|
this.columncopertura = new global::System.Data.DataColumn("copertura", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
base.Columns.Add(this.columncopertura);
|
base.Columns.Add(this.columncopertura);
|
||||||
|
this.columnordine = new global::System.Data.DataColumn("ordine", typeof(int), null, global::System.Data.MappingType.Element);
|
||||||
|
base.Columns.Add(this.columnordine);
|
||||||
|
this.columncomplessita = new global::System.Data.DataColumn("complessita", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
|
base.Columns.Add(this.columncomplessita);
|
||||||
this.columnpatrimonio.Caption = "Patrimonio";
|
this.columnpatrimonio.Caption = "Patrimonio";
|
||||||
this.columnvar.Caption = "Rischio Mercato<BR> (VaR %)";
|
this.columnvar.Caption = "Rischio Mercato<BR> (VaR %)";
|
||||||
this.columndiversificazione.Caption = "Diversificazione<BR> (%)";
|
this.columndiversificazione.Caption = "Diversificazione<BR> (%)";
|
||||||
@ -964,6 +992,10 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
private global::System.Data.DataColumn columncopertura;
|
private global::System.Data.DataColumn columncopertura;
|
||||||
|
|
||||||
|
private global::System.Data.DataColumn columnordine;
|
||||||
|
|
||||||
|
private global::System.Data.DataColumn columncomplessita;
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public RischioDiversificazioneTableDataTable() {
|
public RischioDiversificazioneTableDataTable() {
|
||||||
@ -1045,6 +1077,22 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public global::System.Data.DataColumn ordineColumn {
|
||||||
|
get {
|
||||||
|
return this.columnordine;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public global::System.Data.DataColumn complessitaColumn {
|
||||||
|
get {
|
||||||
|
return this.columncomplessita;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
[global::System.ComponentModel.Browsable(false)]
|
[global::System.ComponentModel.Browsable(false)]
|
||||||
@ -1082,7 +1130,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public RischioDiversificazioneTableRow AddRischioDiversificazioneTableRow(string patrimonio, decimal controvalore, string rischioCredito, string varString, decimal diversificazione, string copertura) {
|
public RischioDiversificazioneTableRow AddRischioDiversificazioneTableRow(string patrimonio, decimal controvalore, string rischioCredito, string varString, decimal diversificazione, string copertura, int ordine, string complessita) {
|
||||||
RischioDiversificazioneTableRow rowRischioDiversificazioneTableRow = ((RischioDiversificazioneTableRow)(this.NewRow()));
|
RischioDiversificazioneTableRow rowRischioDiversificazioneTableRow = ((RischioDiversificazioneTableRow)(this.NewRow()));
|
||||||
object[] columnValuesArray = new object[] {
|
object[] columnValuesArray = new object[] {
|
||||||
patrimonio,
|
patrimonio,
|
||||||
@ -1090,7 +1138,9 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
rischioCredito,
|
rischioCredito,
|
||||||
varString,
|
varString,
|
||||||
diversificazione,
|
diversificazione,
|
||||||
copertura};
|
copertura,
|
||||||
|
ordine,
|
||||||
|
complessita};
|
||||||
rowRischioDiversificazioneTableRow.ItemArray = columnValuesArray;
|
rowRischioDiversificazioneTableRow.ItemArray = columnValuesArray;
|
||||||
this.Rows.Add(rowRischioDiversificazioneTableRow);
|
this.Rows.Add(rowRischioDiversificazioneTableRow);
|
||||||
return rowRischioDiversificazioneTableRow;
|
return rowRischioDiversificazioneTableRow;
|
||||||
@ -1119,6 +1169,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
this.columnvarString = base.Columns["varString"];
|
this.columnvarString = base.Columns["varString"];
|
||||||
this.columndiversificazione = base.Columns["diversificazione"];
|
this.columndiversificazione = base.Columns["diversificazione"];
|
||||||
this.columncopertura = base.Columns["copertura"];
|
this.columncopertura = base.Columns["copertura"];
|
||||||
|
this.columnordine = base.Columns["ordine"];
|
||||||
|
this.columncomplessita = base.Columns["complessita"];
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
@ -1136,6 +1188,10 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
base.Columns.Add(this.columndiversificazione);
|
base.Columns.Add(this.columndiversificazione);
|
||||||
this.columncopertura = new global::System.Data.DataColumn("copertura", typeof(string), null, global::System.Data.MappingType.Element);
|
this.columncopertura = new global::System.Data.DataColumn("copertura", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
base.Columns.Add(this.columncopertura);
|
base.Columns.Add(this.columncopertura);
|
||||||
|
this.columnordine = new global::System.Data.DataColumn("ordine", typeof(int), null, global::System.Data.MappingType.Element);
|
||||||
|
base.Columns.Add(this.columnordine);
|
||||||
|
this.columncomplessita = new global::System.Data.DataColumn("complessita", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
|
base.Columns.Add(this.columncomplessita);
|
||||||
this.columnpatrimonio.Caption = "Patrimonio";
|
this.columnpatrimonio.Caption = "Patrimonio";
|
||||||
this.columncontrovalore.Caption = "Controvalore* (€)";
|
this.columncontrovalore.Caption = "Controvalore* (€)";
|
||||||
this.columnrischioCredito.Caption = "Rischio Credito";
|
this.columnrischioCredito.Caption = "Rischio Credito";
|
||||||
@ -1698,6 +1754,40 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public int ordine {
|
||||||
|
get {
|
||||||
|
try {
|
||||||
|
return ((int)(this[this.tableRischioDiversificazione.ordineColumn]));
|
||||||
|
}
|
||||||
|
catch (global::System.InvalidCastException e) {
|
||||||
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ordine\' nella tabella \'RischioDiversificazione\' è DBNull" +
|
||||||
|
".", e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this[this.tableRischioDiversificazione.ordineColumn] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public string complessita {
|
||||||
|
get {
|
||||||
|
try {
|
||||||
|
return ((string)(this[this.tableRischioDiversificazione.complessitaColumn]));
|
||||||
|
}
|
||||||
|
catch (global::System.InvalidCastException e) {
|
||||||
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'complessita\' nella tabella \'RischioDiversificazione\' è D" +
|
||||||
|
"BNull.", e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this[this.tableRischioDiversificazione.complessitaColumn] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public bool IspatrimonioNull() {
|
public bool IspatrimonioNull() {
|
||||||
@ -1745,6 +1835,30 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public void SetcoperturaNull() {
|
public void SetcoperturaNull() {
|
||||||
this[this.tableRischioDiversificazione.coperturaColumn] = global::System.Convert.DBNull;
|
this[this.tableRischioDiversificazione.coperturaColumn] = global::System.Convert.DBNull;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public bool IsordineNull() {
|
||||||
|
return this.IsNull(this.tableRischioDiversificazione.ordineColumn);
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public void SetordineNull() {
|
||||||
|
this[this.tableRischioDiversificazione.ordineColumn] = global::System.Convert.DBNull;
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public bool IscomplessitaNull() {
|
||||||
|
return this.IsNull(this.tableRischioDiversificazione.complessitaColumn);
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public void SetcomplessitaNull() {
|
||||||
|
this[this.tableRischioDiversificazione.complessitaColumn] = global::System.Convert.DBNull;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -1863,6 +1977,40 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public int ordine {
|
||||||
|
get {
|
||||||
|
try {
|
||||||
|
return ((int)(this[this.tableRischioDiversificazioneTable.ordineColumn]));
|
||||||
|
}
|
||||||
|
catch (global::System.InvalidCastException e) {
|
||||||
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ordine\' nella tabella \'RischioDiversificazioneTable\' è D" +
|
||||||
|
"BNull.", e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this[this.tableRischioDiversificazioneTable.ordineColumn] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public string complessita {
|
||||||
|
get {
|
||||||
|
try {
|
||||||
|
return ((string)(this[this.tableRischioDiversificazioneTable.complessitaColumn]));
|
||||||
|
}
|
||||||
|
catch (global::System.InvalidCastException e) {
|
||||||
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'complessita\' nella tabella \'RischioDiversificazioneTable" +
|
||||||
|
"\' è DBNull.", e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this[this.tableRischioDiversificazioneTable.complessitaColumn] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public bool IspatrimonioNull() {
|
public bool IspatrimonioNull() {
|
||||||
@ -1934,6 +2082,30 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public void SetcoperturaNull() {
|
public void SetcoperturaNull() {
|
||||||
this[this.tableRischioDiversificazioneTable.coperturaColumn] = global::System.Convert.DBNull;
|
this[this.tableRischioDiversificazioneTable.coperturaColumn] = global::System.Convert.DBNull;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public bool IsordineNull() {
|
||||||
|
return this.IsNull(this.tableRischioDiversificazioneTable.ordineColumn);
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public void SetordineNull() {
|
||||||
|
this[this.tableRischioDiversificazioneTable.ordineColumn] = global::System.Convert.DBNull;
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public bool IscomplessitaNull() {
|
||||||
|
return this.IsNull(this.tableRischioDiversificazioneTable.complessitaColumn);
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public void SetcomplessitaNull() {
|
||||||
|
this[this.tableRischioDiversificazioneTable.complessitaColumn] = global::System.Convert.DBNull;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<xs:schema id="DataSetS170" targetNamespace="http://tempuri.org/DataSetS170.xsd" xmlns:mstns="http://tempuri.org/DataSetS170.xsd" xmlns="http://tempuri.org/DataSetS170.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
<xs:schema id="DataSetS170" targetNamespace="http://tempuri.org/DataSetS170.xsd" xmlns:mstns="http://tempuri.org/DataSetS170.xsd" xmlns="http://tempuri.org/DataSetS170.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
@ -28,6 +28,8 @@
|
|||||||
<xs:element name="var" msdata:Caption="Rischio Mercato<BR> (VaR %)" msprop:Generator_ColumnVarNameInTable="columnvar" msprop:Generator_ColumnPropNameInRow="var" msprop:Generator_ColumnPropNameInTable="varColumn" msprop:Generator_UserColumnName="var" type="xs:decimal" minOccurs="0" />
|
<xs:element name="var" msdata:Caption="Rischio Mercato<BR> (VaR %)" msprop:Generator_ColumnVarNameInTable="columnvar" msprop:Generator_ColumnPropNameInRow="var" msprop:Generator_ColumnPropNameInTable="varColumn" msprop:Generator_UserColumnName="var" type="xs:decimal" minOccurs="0" />
|
||||||
<xs:element name="diversificazione" msdata:Caption="Diversificazione<BR> (%)" msprop:Generator_ColumnVarNameInTable="columndiversificazione" msprop:Generator_ColumnPropNameInRow="diversificazione" msprop:Generator_ColumnPropNameInTable="diversificazioneColumn" msprop:Generator_UserColumnName="diversificazione" type="xs:decimal" minOccurs="0" />
|
<xs:element name="diversificazione" msdata:Caption="Diversificazione<BR> (%)" msprop:Generator_ColumnVarNameInTable="columndiversificazione" msprop:Generator_ColumnPropNameInRow="diversificazione" msprop:Generator_ColumnPropNameInTable="diversificazioneColumn" msprop:Generator_UserColumnName="diversificazione" type="xs:decimal" minOccurs="0" />
|
||||||
<xs:element name="copertura" msdata:Caption="Copertura <BR> (%)" msprop:Generator_ColumnVarNameInTable="columncopertura" msprop:Generator_ColumnPropNameInRow="copertura" msprop:Generator_ColumnPropNameInTable="coperturaColumn" msprop:Generator_UserColumnName="copertura" type="xs:string" minOccurs="0" />
|
<xs:element name="copertura" msdata:Caption="Copertura <BR> (%)" msprop:Generator_ColumnVarNameInTable="columncopertura" msprop:Generator_ColumnPropNameInRow="copertura" msprop:Generator_ColumnPropNameInTable="coperturaColumn" msprop:Generator_UserColumnName="copertura" type="xs:string" minOccurs="0" />
|
||||||
|
<xs:element name="ordine" msprop:Generator_ColumnVarNameInTable="columnordine" msprop:Generator_ColumnPropNameInRow="ordine" msprop:Generator_ColumnPropNameInTable="ordineColumn" msprop:Generator_UserColumnName="ordine" type="xs:int" minOccurs="0" />
|
||||||
|
<xs:element name="complessita" msprop:Generator_ColumnVarNameInTable="columncomplessita" msprop:Generator_ColumnPropNameInRow="complessita" msprop:Generator_ColumnPropNameInTable="complessitaColumn" msprop:Generator_UserColumnName="complessita" type="xs:string" minOccurs="0" />
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
@ -40,6 +42,8 @@
|
|||||||
<xs:element name="varString" msdata:Caption="Rischio Mercato<BR>(VaR %)" msprop:Generator_ColumnVarNameInTable="columnvarString" msprop:Generator_ColumnPropNameInRow="varString" msprop:Generator_ColumnPropNameInTable="varStringColumn" msprop:Generator_UserColumnName="varString" type="xs:string" minOccurs="0" />
|
<xs:element name="varString" msdata:Caption="Rischio Mercato<BR>(VaR %)" msprop:Generator_ColumnVarNameInTable="columnvarString" msprop:Generator_ColumnPropNameInRow="varString" msprop:Generator_ColumnPropNameInTable="varStringColumn" msprop:Generator_UserColumnName="varString" type="xs:string" minOccurs="0" />
|
||||||
<xs:element name="diversificazione" msdata:Caption="Diversificazione<BR> (%)" msprop:Generator_ColumnVarNameInTable="columndiversificazione" msprop:Generator_ColumnPropNameInRow="diversificazione" msprop:Generator_ColumnPropNameInTable="diversificazioneColumn" msprop:Generator_UserColumnName="diversificazione" type="xs:decimal" minOccurs="0" />
|
<xs:element name="diversificazione" msdata:Caption="Diversificazione<BR> (%)" msprop:Generator_ColumnVarNameInTable="columndiversificazione" msprop:Generator_ColumnPropNameInRow="diversificazione" msprop:Generator_ColumnPropNameInTable="diversificazioneColumn" msprop:Generator_UserColumnName="diversificazione" type="xs:decimal" minOccurs="0" />
|
||||||
<xs:element name="copertura" msdata:Caption="Copertura <BR> (%)" msprop:Generator_ColumnVarNameInTable="columncopertura" msprop:Generator_ColumnPropNameInRow="copertura" msprop:Generator_ColumnPropNameInTable="coperturaColumn" msprop:Generator_UserColumnName="copertura" type="xs:string" minOccurs="0" />
|
<xs:element name="copertura" msdata:Caption="Copertura <BR> (%)" msprop:Generator_ColumnVarNameInTable="columncopertura" msprop:Generator_ColumnPropNameInRow="copertura" msprop:Generator_ColumnPropNameInTable="coperturaColumn" msprop:Generator_UserColumnName="copertura" type="xs:string" minOccurs="0" />
|
||||||
|
<xs:element name="ordine" msprop:Generator_ColumnVarNameInTable="columnordine" msprop:Generator_ColumnPropNameInRow="ordine" msprop:Generator_ColumnPropNameInTable="ordineColumn" msprop:Generator_UserColumnName="ordine" type="xs:int" minOccurs="0" />
|
||||||
|
<xs:element name="complessita" msprop:Generator_ColumnVarNameInTable="columncomplessita" msprop:Generator_ColumnPropNameInRow="complessita" msprop:Generator_ColumnPropNameInTable="complessitaColumn" msprop:Generator_UserColumnName="complessita" type="xs:string" minOccurs="0" />
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
@ -489,7 +489,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
private void InitClass() {
|
private void InitClass() {
|
||||||
this.DataSetName = "DataSetS172";
|
this.DataSetName = "DataSetS172";
|
||||||
this.Prefix = "";
|
this.Prefix = "";
|
||||||
this.Namespace = "http://tempuri.org/DataSetS133.xsd";
|
this.Namespace = "http://tempuri.org/DataSetS172.xsd";
|
||||||
this.EnforceConstraints = true;
|
this.EnforceConstraints = true;
|
||||||
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
||||||
this.tableGraficoPiramide = new GraficoPiramideDataTable();
|
this.tableGraficoPiramide = new GraficoPiramideDataTable();
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
namespace PDFGenerator.BusinessLayer.DataSection
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace PDFGenerator.BusinessLayer.DataSection
|
namespace PDFGenerator.BusinessLayer.DataSection
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
public partial class DataSetS172
|
public partial class DataSetS172
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<xs:schema id="DataSetS172" targetNamespace="http://tempuri.org/DataSetS133.xsd" xmlns:mstns="http://tempuri.org/DataSetS133.xsd" xmlns="http://tempuri.org/DataSetS133.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
<xs:schema id="DataSetS172" targetNamespace="http://tempuri.org/DataSetS172.xsd" xmlns:mstns="http://tempuri.org/DataSetS172.xsd" xmlns="http://tempuri.org/DataSetS172.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
|
@ -20,9 +20,9 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
[global::System.ComponentModel.ToolboxItem(true)]
|
[global::System.ComponentModel.ToolboxItem(true)]
|
||||||
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
||||||
[global::System.Xml.Serialization.XmlRootAttribute("DataSetS172")]
|
[global::System.Xml.Serialization.XmlRootAttribute("DataSetS172Bis")]
|
||||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
||||||
public partial class DataSetS172 : global::System.Data.DataSet {
|
public partial class DataSetS172Bis : global::System.Data.DataSet {
|
||||||
|
|
||||||
private LineeProtetteBisDataTable tableLineeProtetteBis;
|
private LineeProtetteBisDataTable tableLineeProtetteBis;
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public DataSetS172() {
|
public DataSetS172Bis() {
|
||||||
this.BeginInit();
|
this.BeginInit();
|
||||||
this.InitClass();
|
this.InitClass();
|
||||||
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
||||||
@ -41,7 +41,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
protected DataSetS172(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
protected DataSetS172Bis(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
||||||
base(info, context, false) {
|
base(info, context, false) {
|
||||||
if ((this.IsBinarySerialized(info, context) == true)) {
|
if ((this.IsBinarySerialized(info, context) == true)) {
|
||||||
this.InitVars(false);
|
this.InitVars(false);
|
||||||
@ -127,7 +127,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public override global::System.Data.DataSet Clone() {
|
public override global::System.Data.DataSet Clone() {
|
||||||
DataSetS172 cln = ((DataSetS172)(base.Clone()));
|
DataSetS172Bis cln = ((DataSetS172Bis)(base.Clone()));
|
||||||
cln.InitVars();
|
cln.InitVars();
|
||||||
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
||||||
return cln;
|
return cln;
|
||||||
@ -199,9 +199,9 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
private void InitClass() {
|
private void InitClass() {
|
||||||
this.DataSetName = "DataSetS172";
|
this.DataSetName = "DataSetS172Bis";
|
||||||
this.Prefix = "";
|
this.Prefix = "";
|
||||||
this.Namespace = "http://tempuri.org/DataSetS133.xsd";
|
this.Namespace = "http://tempuri.org/DataSetS172.xsd";
|
||||||
this.EnforceConstraints = true;
|
this.EnforceConstraints = true;
|
||||||
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
||||||
this.tableLineeProtetteBis = new LineeProtetteBisDataTable();
|
this.tableLineeProtetteBis = new LineeProtetteBisDataTable();
|
||||||
@ -225,7 +225,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
DataSetS172 ds = new DataSetS172();
|
DataSetS172Bis ds = new DataSetS172Bis();
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
@ -586,7 +586,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS172 ds = new DataSetS172();
|
DataSetS172Bis ds = new DataSetS172Bis();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
|
@ -6,6 +6,10 @@ namespace PDFGenerator.BusinessLayer.DataSection
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace PDFGenerator.BusinessLayer.DataSection
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
namespace PDFGenerator.BusinessLayer.DataSection
|
namespace PDFGenerator.BusinessLayer.DataSection
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<xs:schema id="DataSetS172" targetNamespace="http://tempuri.org/DataSetS133.xsd" xmlns:mstns="http://tempuri.org/DataSetS133.xsd" xmlns="http://tempuri.org/DataSetS133.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
<xs:schema id="DataSetS172Bis" targetNamespace="http://tempuri.org/DataSetS172.xsd" xmlns:mstns="http://tempuri.org/DataSetS172.xsd" xmlns="http://tempuri.org/DataSetS172.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</DataSource>
|
</DataSource>
|
||||||
</xs:appinfo>
|
</xs:appinfo>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
<xs:element name="DataSetS172" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DataSetS172" msprop:Generator_UserDSName="DataSetS172">
|
<xs:element name="DataSetS172Bis" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DataSetS172" msprop:Generator_UserDSName="DataSetS172">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
<xs:element name="LineeProtetteBis" msprop:Generator_TableClassName="LineeProtetteBisDataTable" msprop:Generator_TableVarName="tableLineeProtetteBis" msprop:Generator_RowChangedName="LineeProtetteBisRowChanged" msprop:Generator_TablePropName="LineeProtetteBis" msprop:Generator_RowDeletingName="LineeProtetteBisRowDeleting" msprop:Generator_RowChangingName="LineeProtetteBisRowChanging" msprop:Generator_RowEvHandlerName="LineeProtetteBisRowChangeEventHandler" msprop:Generator_RowDeletedName="LineeProtetteBisRowDeleted" msprop:Generator_RowClassName="LineeProtetteBisRow" msprop:Generator_UserTableName="LineeProtetteBis" msprop:Generator_RowEvArgName="LineeProtetteBisRowChangeEvent">
|
<xs:element name="LineeProtetteBis" msprop:Generator_TableClassName="LineeProtetteBisDataTable" msprop:Generator_TableVarName="tableLineeProtetteBis" msprop:Generator_RowChangedName="LineeProtetteBisRowChanged" msprop:Generator_TablePropName="LineeProtetteBis" msprop:Generator_RowDeletingName="LineeProtetteBisRowDeleting" msprop:Generator_RowChangingName="LineeProtetteBisRowChanging" msprop:Generator_RowEvHandlerName="LineeProtetteBisRowChangeEventHandler" msprop:Generator_RowDeletedName="LineeProtetteBisRowDeleted" msprop:Generator_RowClassName="LineeProtetteBisRow" msprop:Generator_UserTableName="LineeProtetteBis" msprop:Generator_RowEvArgName="LineeProtetteBisRowChangeEvent">
|
||||||
|
@ -20,9 +20,9 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
[global::System.ComponentModel.ToolboxItem(true)]
|
[global::System.ComponentModel.ToolboxItem(true)]
|
||||||
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
||||||
[global::System.Xml.Serialization.XmlRootAttribute("DataSetS173")]
|
[global::System.Xml.Serialization.XmlRootAttribute("DataSetS174")]
|
||||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
||||||
public partial class DataSetS173 : global::System.Data.DataSet {
|
public partial class DataSetS174 : global::System.Data.DataSet {
|
||||||
|
|
||||||
private BonusDataTable tableBonus;
|
private BonusDataTable tableBonus;
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public DataSetS173() {
|
public DataSetS174() {
|
||||||
this.BeginInit();
|
this.BeginInit();
|
||||||
this.InitClass();
|
this.InitClass();
|
||||||
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
||||||
@ -47,7 +47,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
protected DataSetS173(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
protected DataSetS174(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
||||||
base(info, context, false) {
|
base(info, context, false) {
|
||||||
if ((this.IsBinarySerialized(info, context) == true)) {
|
if ((this.IsBinarySerialized(info, context) == true)) {
|
||||||
this.InitVars(false);
|
this.InitVars(false);
|
||||||
@ -172,7 +172,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public override global::System.Data.DataSet Clone() {
|
public override global::System.Data.DataSet Clone() {
|
||||||
DataSetS173 cln = ((DataSetS173)(base.Clone()));
|
DataSetS174 cln = ((DataSetS174)(base.Clone()));
|
||||||
cln.InitVars();
|
cln.InitVars();
|
||||||
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
||||||
return cln;
|
return cln;
|
||||||
@ -271,9 +271,9 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
private void InitClass() {
|
private void InitClass() {
|
||||||
this.DataSetName = "DataSetS173";
|
this.DataSetName = "DataSetS174";
|
||||||
this.Prefix = "";
|
this.Prefix = "";
|
||||||
this.Namespace = "http://tempuri.org/DataSetS173.xsd";
|
this.Namespace = "http://tempuri.org/DataSetS174.xsd";
|
||||||
this.EnforceConstraints = true;
|
this.EnforceConstraints = true;
|
||||||
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
||||||
this.tableBonus = new BonusDataTable();
|
this.tableBonus = new BonusDataTable();
|
||||||
@ -321,7 +321,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS174 ds = new DataSetS174();
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
@ -747,7 +747,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS174 ds = new DataSetS174();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
@ -1178,7 +1178,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS174 ds = new DataSetS174();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
@ -1726,7 +1726,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS174 ds = new DataSetS174();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
@ -2169,7 +2169,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS174 ds = new DataSetS174();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<xs:schema id="DataSetS173" targetNamespace="http://tempuri.org/DataSetS173.xsd" xmlns:mstns="http://tempuri.org/DataSetS173.xsd" xmlns="http://tempuri.org/DataSetS173.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
<xs:schema id="DataSetS174" targetNamespace="http://tempuri.org/DataSetS174.xsd" xmlns:mstns="http://tempuri.org/DataSetS174.xsd" xmlns="http://tempuri.org/DataSetS174.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</DataSource>
|
</DataSource>
|
||||||
</xs:appinfo>
|
</xs:appinfo>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
<xs:element name="DataSetS173" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DataSetS173" msprop:Generator_UserDSName="DataSetS173">
|
<xs:element name="DataSetS174" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DataSetS174" msprop:Generator_UserDSName="DataSetS174">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
<xs:element name="Bonus" msprop:Generator_TableClassName="BonusDataTable" msprop:Generator_TableVarName="tableBonus" msprop:Generator_RowChangedName="BonusRowChanged" msprop:Generator_TablePropName="Bonus" msprop:Generator_RowDeletingName="BonusRowDeleting" msprop:Generator_RowChangingName="BonusRowChanging" msprop:Generator_RowEvHandlerName="BonusRowChangeEventHandler" msprop:Generator_RowDeletedName="BonusRowDeleted" msprop:Generator_RowClassName="BonusRow" msprop:Generator_UserTableName="Bonus" msprop:Generator_RowEvArgName="BonusRowChangeEvent">
|
<xs:element name="Bonus" msprop:Generator_TableClassName="BonusDataTable" msprop:Generator_TableVarName="tableBonus" msprop:Generator_RowChangedName="BonusRowChanged" msprop:Generator_TablePropName="Bonus" msprop:Generator_RowDeletingName="BonusRowDeleting" msprop:Generator_RowChangingName="BonusRowChanging" msprop:Generator_RowEvHandlerName="BonusRowChangeEventHandler" msprop:Generator_RowDeletedName="BonusRowDeleted" msprop:Generator_RowClassName="BonusRow" msprop:Generator_UserTableName="Bonus" msprop:Generator_RowEvArgName="BonusRowChangeEvent">
|
||||||
|
@ -20,9 +20,9 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
[global::System.ComponentModel.ToolboxItem(true)]
|
[global::System.ComponentModel.ToolboxItem(true)]
|
||||||
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
||||||
[global::System.Xml.Serialization.XmlRootAttribute("DataSetS173")]
|
[global::System.Xml.Serialization.XmlRootAttribute("DataSetS175")]
|
||||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
||||||
public partial class DataSetS173 : global::System.Data.DataSet {
|
public partial class DataSetS175 : global::System.Data.DataSet {
|
||||||
|
|
||||||
private ProdottoDataTable tableProdotto;
|
private ProdottoDataTable tableProdotto;
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public DataSetS173() {
|
public DataSetS175() {
|
||||||
this.BeginInit();
|
this.BeginInit();
|
||||||
this.InitClass();
|
this.InitClass();
|
||||||
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
||||||
@ -53,7 +53,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
protected DataSetS173(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
protected DataSetS175(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
||||||
base(info, context, false) {
|
base(info, context, false) {
|
||||||
if ((this.IsBinarySerialized(info, context) == true)) {
|
if ((this.IsBinarySerialized(info, context) == true)) {
|
||||||
this.InitVars(false);
|
this.InitVars(false);
|
||||||
@ -217,7 +217,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public override global::System.Data.DataSet Clone() {
|
public override global::System.Data.DataSet Clone() {
|
||||||
DataSetS173 cln = ((DataSetS173)(base.Clone()));
|
DataSetS175 cln = ((DataSetS175)(base.Clone()));
|
||||||
cln.InitVars();
|
cln.InitVars();
|
||||||
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
||||||
return cln;
|
return cln;
|
||||||
@ -343,9 +343,9 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
private void InitClass() {
|
private void InitClass() {
|
||||||
this.DataSetName = "DataSetS173";
|
this.DataSetName = "DataSetS175";
|
||||||
this.Prefix = "";
|
this.Prefix = "";
|
||||||
this.Namespace = "http://tempuri.org/DataSetS173.xsd";
|
this.Namespace = "http://tempuri.org/DataSetS175.xsd";
|
||||||
this.EnforceConstraints = true;
|
this.EnforceConstraints = true;
|
||||||
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
||||||
this.tableProdotto = new ProdottoDataTable();
|
this.tableProdotto = new ProdottoDataTable();
|
||||||
@ -417,7 +417,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS175 ds = new DataSetS175();
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
@ -684,7 +684,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS175 ds = new DataSetS175();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
@ -1029,7 +1029,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS175 ds = new DataSetS175();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
@ -1290,7 +1290,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS175 ds = new DataSetS175();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
@ -1593,7 +1593,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS175 ds = new DataSetS175();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
@ -1896,7 +1896,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS175 ds = new DataSetS175();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
@ -2157,7 +2157,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS175 ds = new DataSetS175();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
@ -2418,7 +2418,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
||||||
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
||||||
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
||||||
DataSetS173 ds = new DataSetS173();
|
DataSetS175 ds = new DataSetS175();
|
||||||
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
||||||
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
||||||
any1.MinOccurs = new decimal(0);
|
any1.MinOccurs = new decimal(0);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<xs:schema id="DataSetS173" targetNamespace="http://tempuri.org/DataSetS173.xsd" xmlns:mstns="http://tempuri.org/DataSetS173.xsd" xmlns="http://tempuri.org/DataSetS173.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
<xs:schema id="DataSetS175" targetNamespace="http://tempuri.org/DataSetS175.xsd" xmlns:mstns="http://tempuri.org/DataSetS175.xsd" xmlns="http://tempuri.org/DataSetS175.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</DataSource>
|
</DataSource>
|
||||||
</xs:appinfo>
|
</xs:appinfo>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
<xs:element name="DataSetS173" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DataSetS173" msprop:Generator_UserDSName="DataSetS173">
|
<xs:element name="DataSetS175" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DataSetS175" msprop:Generator_UserDSName="DataSetS175">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
<xs:element name="Prodotto" msprop:Generator_TableClassName="ProdottoDataTable" msprop:Generator_TableVarName="tableProdotto" msprop:Generator_RowChangedName="ProdottoRowChanged" msprop:Generator_TablePropName="Prodotto" msprop:Generator_RowDeletingName="ProdottoRowDeleting" msprop:Generator_RowChangingName="ProdottoRowChanging" msprop:Generator_RowEvHandlerName="ProdottoRowChangeEventHandler" msprop:Generator_RowDeletedName="ProdottoRowDeleted" msprop:Generator_RowClassName="ProdottoRow" msprop:Generator_UserTableName="Prodotto" msprop:Generator_RowEvArgName="ProdottoRowChangeEvent">
|
<xs:element name="Prodotto" msprop:Generator_TableClassName="ProdottoDataTable" msprop:Generator_TableVarName="tableProdotto" msprop:Generator_RowChangedName="ProdottoRowChanged" msprop:Generator_TablePropName="Prodotto" msprop:Generator_RowDeletingName="ProdottoRowDeleting" msprop:Generator_RowChangingName="ProdottoRowChanging" msprop:Generator_RowEvHandlerName="ProdottoRowChangeEventHandler" msprop:Generator_RowDeletedName="ProdottoRowDeleted" msprop:Generator_RowClassName="ProdottoRow" msprop:Generator_UserTableName="Prodotto" msprop:Generator_RowEvArgName="ProdottoRowChangeEvent">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<xs:schema id="DataSetS177" targetNamespace="http://tempuri.org/DataSetS151.xsd" xmlns:mstns="http://tempuri.org/DataSetS151.xsd" xmlns="http://tempuri.org/DataSetS151.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
<xs:schema id="DataSetS177" targetNamespace="http://tempuri.org/DataSetS177.xsd" xmlns:mstns="http://tempuri.org/DataSetS177.xsd" xmlns="http://tempuri.org/DataSetS177.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
|
@ -297,7 +297,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
private void InitClass() {
|
private void InitClass() {
|
||||||
this.DataSetName = "DataSetS177";
|
this.DataSetName = "DataSetS177";
|
||||||
this.Prefix = "";
|
this.Prefix = "";
|
||||||
this.Namespace = "http://tempuri.org/DataSetS151.xsd";
|
this.Namespace = "http://tempuri.org/DataSetS177.xsd";
|
||||||
this.EnforceConstraints = true;
|
this.EnforceConstraints = true;
|
||||||
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
||||||
this.tableProfiloRischio = new ProfiloRischioDataTable();
|
this.tableProfiloRischio = new ProfiloRischioDataTable();
|
||||||
|
@ -815,6 +815,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
private global::System.Data.DataColumn columnTipo_Prodotto;
|
private global::System.Data.DataColumn columnTipo_Prodotto;
|
||||||
|
|
||||||
|
private global::System.Data.DataColumn columnIsAPC;
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public ProdottiAreeBisognoDataTable() {
|
public ProdottiAreeBisognoDataTable() {
|
||||||
@ -968,6 +970,14 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public global::System.Data.DataColumn isAPCColumn {
|
||||||
|
get {
|
||||||
|
return this.columnIsAPC;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
[global::System.ComponentModel.Browsable(false)]
|
[global::System.ComponentModel.Browsable(false)]
|
||||||
@ -1005,7 +1015,23 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public ProdottiAreeBisognoRow AddProdottiAreeBisognoRow(string AreaBisogno, string Progetto, string DataSottoscrizione, string Contratto, string Descrizione, string @__IMAGE_, decimal Controvalore, string Var, string CreditRisk, string PerformanceYTD, string PerformanceDS, string CodiceAreaBisogno, string Copertura, string OrdinamentoProgetto, string Tipo_Prodotto) {
|
public ProdottiAreeBisognoRow AddProdottiAreeBisognoRow(
|
||||||
|
string AreaBisogno,
|
||||||
|
string Progetto,
|
||||||
|
string DataSottoscrizione,
|
||||||
|
string Contratto,
|
||||||
|
string Descrizione,
|
||||||
|
string @__IMAGE_,
|
||||||
|
decimal Controvalore,
|
||||||
|
string Var,
|
||||||
|
string CreditRisk,
|
||||||
|
string PerformanceYTD,
|
||||||
|
string PerformanceDS,
|
||||||
|
string CodiceAreaBisogno,
|
||||||
|
string Copertura,
|
||||||
|
string OrdinamentoProgetto,
|
||||||
|
string Tipo_Prodotto,
|
||||||
|
string isAPC) {
|
||||||
ProdottiAreeBisognoRow rowProdottiAreeBisognoRow = ((ProdottiAreeBisognoRow)(this.NewRow()));
|
ProdottiAreeBisognoRow rowProdottiAreeBisognoRow = ((ProdottiAreeBisognoRow)(this.NewRow()));
|
||||||
object[] columnValuesArray = new object[] {
|
object[] columnValuesArray = new object[] {
|
||||||
AreaBisogno,
|
AreaBisogno,
|
||||||
@ -1022,7 +1048,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
CodiceAreaBisogno,
|
CodiceAreaBisogno,
|
||||||
Copertura,
|
Copertura,
|
||||||
OrdinamentoProgetto,
|
OrdinamentoProgetto,
|
||||||
Tipo_Prodotto};
|
Tipo_Prodotto,
|
||||||
|
isAPC};
|
||||||
rowProdottiAreeBisognoRow.ItemArray = columnValuesArray;
|
rowProdottiAreeBisognoRow.ItemArray = columnValuesArray;
|
||||||
this.Rows.Add(rowProdottiAreeBisognoRow);
|
this.Rows.Add(rowProdottiAreeBisognoRow);
|
||||||
return rowProdottiAreeBisognoRow;
|
return rowProdottiAreeBisognoRow;
|
||||||
@ -1060,6 +1087,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
this.columnCopertura = base.Columns["Copertura"];
|
this.columnCopertura = base.Columns["Copertura"];
|
||||||
this.columnOrdinamentoProgetto = base.Columns["OrdinamentoProgetto"];
|
this.columnOrdinamentoProgetto = base.Columns["OrdinamentoProgetto"];
|
||||||
this.columnTipo_Prodotto = base.Columns["Tipo_Prodotto"];
|
this.columnTipo_Prodotto = base.Columns["Tipo_Prodotto"];
|
||||||
|
this.columnIsAPC = base.Columns["isAPC"];
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
@ -1097,6 +1125,10 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
base.Columns.Add(this.columnOrdinamentoProgetto);
|
base.Columns.Add(this.columnOrdinamentoProgetto);
|
||||||
this.columnTipo_Prodotto = new global::System.Data.DataColumn("Tipo_Prodotto", typeof(string), null, global::System.Data.MappingType.Element);
|
this.columnTipo_Prodotto = new global::System.Data.DataColumn("Tipo_Prodotto", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
base.Columns.Add(this.columnTipo_Prodotto);
|
base.Columns.Add(this.columnTipo_Prodotto);
|
||||||
|
this.columnIsAPC = new global::System.Data.DataColumn("isAPC", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
|
this.columnIsAPC.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnIsAPC");
|
||||||
|
this.columnIsAPC.ExtendedProperties.Add("Generator_UserColumnName", "isAPC");
|
||||||
|
base.Columns.Add(this.columnIsAPC);
|
||||||
this.columnDataSottoscrizione.Caption = "Data sott.";
|
this.columnDataSottoscrizione.Caption = "Data sott.";
|
||||||
this.columnContratto.Caption = "Contratto/ Dossier";
|
this.columnContratto.Caption = "Contratto/ Dossier";
|
||||||
this.columnVar.Caption = "Var <br> %";
|
this.columnVar.Caption = "Var <br> %";
|
||||||
@ -1580,6 +1612,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
private global::System.Data.DataColumn columnVar;
|
private global::System.Data.DataColumn columnVar;
|
||||||
|
|
||||||
|
private global::System.Data.DataColumn columnIsAPC;
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public ContoCorrenteDataTable() {
|
public ContoCorrenteDataTable() {
|
||||||
@ -1669,6 +1703,14 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public global::System.Data.DataColumn isAPCColumn {
|
||||||
|
get {
|
||||||
|
return this.columnIsAPC;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
[global::System.ComponentModel.Browsable(false)]
|
[global::System.ComponentModel.Browsable(false)]
|
||||||
@ -1706,7 +1748,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public ContoCorrenteRow AddContoCorrenteRow(string Data, string Numero, string @__IMAGE_, decimal SaldoContabile, decimal SaldoDisponibile, string CreditRisk, string Var) {
|
public ContoCorrenteRow AddContoCorrenteRow(string Data, string Numero, string @__IMAGE_, decimal SaldoContabile, decimal SaldoDisponibile, string CreditRisk, string Var, string isAPC) {
|
||||||
ContoCorrenteRow rowContoCorrenteRow = ((ContoCorrenteRow)(this.NewRow()));
|
ContoCorrenteRow rowContoCorrenteRow = ((ContoCorrenteRow)(this.NewRow()));
|
||||||
object[] columnValuesArray = new object[] {
|
object[] columnValuesArray = new object[] {
|
||||||
Data,
|
Data,
|
||||||
@ -1715,7 +1757,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
SaldoContabile,
|
SaldoContabile,
|
||||||
SaldoDisponibile,
|
SaldoDisponibile,
|
||||||
CreditRisk,
|
CreditRisk,
|
||||||
Var};
|
Var,
|
||||||
|
isAPC};
|
||||||
rowContoCorrenteRow.ItemArray = columnValuesArray;
|
rowContoCorrenteRow.ItemArray = columnValuesArray;
|
||||||
this.Rows.Add(rowContoCorrenteRow);
|
this.Rows.Add(rowContoCorrenteRow);
|
||||||
return rowContoCorrenteRow;
|
return rowContoCorrenteRow;
|
||||||
@ -1745,6 +1788,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
this.columnSaldoDisponibile = base.Columns["SaldoDisponibile"];
|
this.columnSaldoDisponibile = base.Columns["SaldoDisponibile"];
|
||||||
this.columnCreditRisk = base.Columns["CreditRisk"];
|
this.columnCreditRisk = base.Columns["CreditRisk"];
|
||||||
this.columnVar = base.Columns["Var"];
|
this.columnVar = base.Columns["Var"];
|
||||||
|
this.columnIsAPC = base.Columns["isAPC"];
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
@ -1766,6 +1810,10 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
base.Columns.Add(this.columnCreditRisk);
|
base.Columns.Add(this.columnCreditRisk);
|
||||||
this.columnVar = new global::System.Data.DataColumn("Var", typeof(string), null, global::System.Data.MappingType.Element);
|
this.columnVar = new global::System.Data.DataColumn("Var", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
base.Columns.Add(this.columnVar);
|
base.Columns.Add(this.columnVar);
|
||||||
|
this.columnIsAPC = new global::System.Data.DataColumn("isAPC", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
|
this.columnIsAPC.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnIsAPC");
|
||||||
|
this.columnIsAPC.ExtendedProperties.Add("Generator_UserColumnName", "isAPC");
|
||||||
|
base.Columns.Add(this.columnIsAPC);
|
||||||
this.columnData.Caption = "Data di apertura";
|
this.columnData.Caption = "Data di apertura";
|
||||||
this.columnNumero.Caption = "Numero di C/C";
|
this.columnNumero.Caption = "Numero di C/C";
|
||||||
this.columnSaldoContabile.Caption = "Saldo";
|
this.columnSaldoContabile.Caption = "Saldo";
|
||||||
@ -3018,6 +3066,22 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public string isAPC {
|
||||||
|
get {
|
||||||
|
try {
|
||||||
|
return ((string)(this[this.tableProdottiAreeBisogno.isAPCColumn]));
|
||||||
|
}
|
||||||
|
catch (global::System.InvalidCastException e) {
|
||||||
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'isAPC\' nella tabella \'ProdottiAreeBisogno\' è DBNull.", e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this[this.tableProdottiAreeBisogno.isAPCColumn] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public bool IsAreaBisognoNull() {
|
public bool IsAreaBisognoNull() {
|
||||||
@ -3197,6 +3261,18 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public void SetTipo_ProdottoNull() {
|
public void SetTipo_ProdottoNull() {
|
||||||
this[this.tableProdottiAreeBisogno.Tipo_ProdottoColumn] = global::System.Convert.DBNull;
|
this[this.tableProdottiAreeBisogno.Tipo_ProdottoColumn] = global::System.Convert.DBNull;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public bool IsisAPCNull() {
|
||||||
|
return this.IsNull(this.tableProdottiAreeBisogno.isAPCColumn);
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public void SetisAPCNull() {
|
||||||
|
this[this.tableProdottiAreeBisogno.isAPCColumn] = global::System.Convert.DBNull;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -3538,6 +3614,22 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public string isAPC {
|
||||||
|
get {
|
||||||
|
try {
|
||||||
|
return ((string)(this[this.tableContoCorrente.isAPCColumn]));
|
||||||
|
}
|
||||||
|
catch (global::System.InvalidCastException e) {
|
||||||
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'isAPC\' nella tabella \'ContoCorrente\' è DBNull.", e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this[this.tableContoCorrente.isAPCColumn] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public bool IsDataNull() {
|
public bool IsDataNull() {
|
||||||
@ -3621,6 +3713,18 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public void SetVarNull() {
|
public void SetVarNull() {
|
||||||
this[this.tableContoCorrente.VarColumn] = global::System.Convert.DBNull;
|
this[this.tableContoCorrente.VarColumn] = global::System.Convert.DBNull;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public bool IsisAPCNull() {
|
||||||
|
return this.IsNull(this.tableContoCorrente.isAPCColumn);
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public void SetisAPCNull() {
|
||||||
|
this[this.tableContoCorrente.isAPCColumn] = global::System.Convert.DBNull;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<xs:schema id="DataSetS43" targetNamespace="http://tempuri.org/DataSetS43.xsd" xmlns:mstns="http://tempuri.org/DataSetS43.xsd" xmlns="http://tempuri.org/DataSetS43.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
<xs:schema id="DataSetS43" targetNamespace="http://tempuri.org/DataSetS43.xsd" xmlns:mstns="http://tempuri.org/DataSetS43.xsd" xmlns="http://tempuri.org/DataSetS43.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
@ -43,6 +43,7 @@
|
|||||||
<xs:element name="Copertura" msprop:Generator_ColumnVarNameInTable="columnCopertura" msprop:Generator_ColumnPropNameInRow="Copertura" msprop:Generator_ColumnPropNameInTable="CoperturaColumn" msprop:Generator_UserColumnName="Copertura" type="xs:string" minOccurs="0" />
|
<xs:element name="Copertura" msprop:Generator_ColumnVarNameInTable="columnCopertura" msprop:Generator_ColumnPropNameInRow="Copertura" msprop:Generator_ColumnPropNameInTable="CoperturaColumn" msprop:Generator_UserColumnName="Copertura" type="xs:string" minOccurs="0" />
|
||||||
<xs:element name="OrdinamentoProgetto" msprop:Generator_ColumnVarNameInTable="columnOrdinamentoProgetto" msprop:Generator_ColumnPropNameInRow="OrdinamentoProgetto" msprop:Generator_ColumnPropNameInTable="OrdinamentoProgettoColumn" msprop:Generator_UserColumnName="OrdinamentoProgetto" type="xs:string" minOccurs="0" />
|
<xs:element name="OrdinamentoProgetto" msprop:Generator_ColumnVarNameInTable="columnOrdinamentoProgetto" msprop:Generator_ColumnPropNameInRow="OrdinamentoProgetto" msprop:Generator_ColumnPropNameInTable="OrdinamentoProgettoColumn" msprop:Generator_UserColumnName="OrdinamentoProgetto" type="xs:string" minOccurs="0" />
|
||||||
<xs:element name="Tipo_Prodotto" msprop:Generator_ColumnVarNameInTable="columnTipo_Prodotto" msprop:Generator_ColumnPropNameInRow="Tipo_Prodotto" msprop:Generator_ColumnPropNameInTable="Tipo_ProdottoColumn" msprop:Generator_UserColumnName="Tipo_Prodotto" type="xs:string" minOccurs="0" />
|
<xs:element name="Tipo_Prodotto" msprop:Generator_ColumnVarNameInTable="columnTipo_Prodotto" msprop:Generator_ColumnPropNameInRow="Tipo_Prodotto" msprop:Generator_ColumnPropNameInTable="Tipo_ProdottoColumn" msprop:Generator_UserColumnName="Tipo_Prodotto" type="xs:string" minOccurs="0" />
|
||||||
|
<xs:element name="isAPC" msprop:Generator_ColumnVarNameInTable="columnIsAPC" msprop:Generator_ColumnPropNameInRow="isAPC" msprop:Generator_ColumnPropNameInTable="isAPCColumn" msprop:Generator_UserColumnName="isAPC" type="xs:string" minOccurs="0" />
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
@ -69,6 +70,7 @@
|
|||||||
<xs:element name="SaldoDisponibile" msprop:Generator_ColumnVarNameInTable="columnSaldoDisponibile" msprop:Generator_ColumnPropNameInRow="SaldoDisponibile" msprop:Generator_ColumnPropNameInTable="SaldoDisponibileColumn" msprop:Generator_UserColumnName="SaldoDisponibile" type="xs:decimal" minOccurs="0" />
|
<xs:element name="SaldoDisponibile" msprop:Generator_ColumnVarNameInTable="columnSaldoDisponibile" msprop:Generator_ColumnPropNameInRow="SaldoDisponibile" msprop:Generator_ColumnPropNameInTable="SaldoDisponibileColumn" msprop:Generator_UserColumnName="SaldoDisponibile" type="xs:decimal" minOccurs="0" />
|
||||||
<xs:element name="CreditRisk" msdata:Caption="Rischio Credito" msprop:Generator_ColumnVarNameInTable="columnCreditRisk" msprop:Generator_ColumnPropNameInRow="CreditRisk" msprop:Generator_ColumnPropNameInTable="CreditRiskColumn" msprop:Generator_UserColumnName="CreditRisk" type="xs:string" minOccurs="0" />
|
<xs:element name="CreditRisk" msdata:Caption="Rischio Credito" msprop:Generator_ColumnVarNameInTable="columnCreditRisk" msprop:Generator_ColumnPropNameInRow="CreditRisk" msprop:Generator_ColumnPropNameInTable="CreditRiskColumn" msprop:Generator_UserColumnName="CreditRisk" type="xs:string" minOccurs="0" />
|
||||||
<xs:element name="Var" msdata:Caption="Rischio (VaR %)" msprop:Generator_ColumnVarNameInTable="columnVar" msprop:Generator_ColumnPropNameInRow="Var" msprop:Generator_ColumnPropNameInTable="VarColumn" msprop:Generator_UserColumnName="Var" type="xs:string" minOccurs="0" />
|
<xs:element name="Var" msdata:Caption="Rischio (VaR %)" msprop:Generator_ColumnVarNameInTable="columnVar" msprop:Generator_ColumnPropNameInRow="Var" msprop:Generator_ColumnPropNameInTable="VarColumn" msprop:Generator_UserColumnName="Var" type="xs:string" minOccurs="0" />
|
||||||
|
<xs:element name="isAPC" msprop:Generator_ColumnVarNameInTable="columnIsAPC" msprop:Generator_ColumnPropNameInRow="isAPC" msprop:Generator_ColumnPropNameInTable="isAPCColumn" msprop:Generator_UserColumnName="isAPC" type="xs:string" minOccurs="0" />
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
@ -383,6 +383,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
|
|
||||||
private global::System.Data.DataColumn columnTipo_Prodotto;
|
private global::System.Data.DataColumn columnTipo_Prodotto;
|
||||||
|
|
||||||
|
private global::System.Data.DataColumn columnIsAPC;
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public ProdottiAreeBisognoDataTable() {
|
public ProdottiAreeBisognoDataTable() {
|
||||||
@ -552,6 +554,14 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public global::System.Data.DataColumn isAPCColumn {
|
||||||
|
get {
|
||||||
|
return this.columnIsAPC;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
[global::System.ComponentModel.Browsable(false)]
|
[global::System.ComponentModel.Browsable(false)]
|
||||||
@ -606,7 +616,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
string Nota,
|
string Nota,
|
||||||
string VersatoNetto,
|
string VersatoNetto,
|
||||||
string UtilePerdita,
|
string UtilePerdita,
|
||||||
string Tipo_Prodotto) {
|
string Tipo_Prodotto,
|
||||||
|
string isAPC) {
|
||||||
ProdottiAreeBisognoRow rowProdottiAreeBisognoRow = ((ProdottiAreeBisognoRow)(this.NewRow()));
|
ProdottiAreeBisognoRow rowProdottiAreeBisognoRow = ((ProdottiAreeBisognoRow)(this.NewRow()));
|
||||||
object[] columnValuesArray = new object[] {
|
object[] columnValuesArray = new object[] {
|
||||||
AreaBisogno,
|
AreaBisogno,
|
||||||
@ -625,7 +636,8 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
Nota,
|
Nota,
|
||||||
VersatoNetto,
|
VersatoNetto,
|
||||||
UtilePerdita,
|
UtilePerdita,
|
||||||
Tipo_Prodotto};
|
Tipo_Prodotto,
|
||||||
|
isAPC};
|
||||||
rowProdottiAreeBisognoRow.ItemArray = columnValuesArray;
|
rowProdottiAreeBisognoRow.ItemArray = columnValuesArray;
|
||||||
this.Rows.Add(rowProdottiAreeBisognoRow);
|
this.Rows.Add(rowProdottiAreeBisognoRow);
|
||||||
return rowProdottiAreeBisognoRow;
|
return rowProdottiAreeBisognoRow;
|
||||||
@ -665,6 +677,7 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
this.columnVersatoNetto = base.Columns["VersatoNetto"];
|
this.columnVersatoNetto = base.Columns["VersatoNetto"];
|
||||||
this.columnUtilePerdita = base.Columns["UtilePerdita"];
|
this.columnUtilePerdita = base.Columns["UtilePerdita"];
|
||||||
this.columnTipo_Prodotto = base.Columns["Tipo_Prodotto"];
|
this.columnTipo_Prodotto = base.Columns["Tipo_Prodotto"];
|
||||||
|
this.columnIsAPC = base.Columns["isAPC"];
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
@ -706,6 +719,10 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
base.Columns.Add(this.columnUtilePerdita);
|
base.Columns.Add(this.columnUtilePerdita);
|
||||||
this.columnTipo_Prodotto = new global::System.Data.DataColumn("Tipo_Prodotto", typeof(string), null, global::System.Data.MappingType.Element);
|
this.columnTipo_Prodotto = new global::System.Data.DataColumn("Tipo_Prodotto", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
base.Columns.Add(this.columnTipo_Prodotto);
|
base.Columns.Add(this.columnTipo_Prodotto);
|
||||||
|
this.columnIsAPC = new global::System.Data.DataColumn("isAPC", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
|
this.columnIsAPC.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnIsAPC");
|
||||||
|
this.columnIsAPC.ExtendedProperties.Add("Generator_UserColumnName", "isAPC");
|
||||||
|
base.Columns.Add(this.columnIsAPC);
|
||||||
this.columnDataAssociazione.Caption = "Data assoc.";
|
this.columnDataAssociazione.Caption = "Data assoc.";
|
||||||
this.columnContratto.Caption = "Contratto/ Dossier";
|
this.columnContratto.Caption = "Contratto/ Dossier";
|
||||||
this.columnVar.Caption = "Var <br> %";
|
this.columnVar.Caption = "Var <br> %";
|
||||||
@ -1742,6 +1759,22 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public string isAPC {
|
||||||
|
get {
|
||||||
|
try {
|
||||||
|
return ((string)(this[this.tableProdottiAreeBisogno.isAPCColumn]));
|
||||||
|
}
|
||||||
|
catch (global::System.InvalidCastException e) {
|
||||||
|
throw new global::System.Data.StrongTypingException("Il valore della colonna \'isAPC\' nella tabella \'ProdottiAreeBisogno\' è DBNull.", e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this[this.tableProdottiAreeBisogno.isAPCColumn] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
public bool IsAreaBisognoNull() {
|
public bool IsAreaBisognoNull() {
|
||||||
@ -1945,6 +1978,18 @@ namespace PDFGenerator.BusinessLayer.DataSection {
|
|||||||
public void SetTipo_ProdottoNull() {
|
public void SetTipo_ProdottoNull() {
|
||||||
this[this.tableProdottiAreeBisogno.Tipo_ProdottoColumn] = global::System.Convert.DBNull;
|
this[this.tableProdottiAreeBisogno.Tipo_ProdottoColumn] = global::System.Convert.DBNull;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public bool IsisAPCNull() {
|
||||||
|
return this.IsNull(this.tableProdottiAreeBisogno.isAPCColumn);
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||||
|
public void SetisAPCNull() {
|
||||||
|
this[this.tableProdottiAreeBisogno.isAPCColumn] = global::System.Convert.DBNull;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<xs:schema id="DataSetS43BIS" targetNamespace="http://tempuri.org/DataSetS43BIS.xsd" xmlns:mstns="http://tempuri.org/DataSetS43BIS.xsd" xmlns="http://tempuri.org/DataSetS43BIS.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
<xs:schema id="DataSetS43BIS" targetNamespace="http://tempuri.org/DataSetS43BIS.xsd" xmlns:mstns="http://tempuri.org/DataSetS43BIS.xsd" xmlns="http://tempuri.org/DataSetS43BIS.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
@ -32,6 +32,7 @@
|
|||||||
<xs:element name="VersatoNetto" msprop:Generator_ColumnVarNameInTable="columnVersatoNetto" msprop:Generator_ColumnPropNameInRow="VersatoNetto" msprop:Generator_ColumnPropNameInTable="VersatoNettoColumn" msprop:Generator_UserColumnName="VersatoNetto" type="xs:string" minOccurs="0" />
|
<xs:element name="VersatoNetto" msprop:Generator_ColumnVarNameInTable="columnVersatoNetto" msprop:Generator_ColumnPropNameInRow="VersatoNetto" msprop:Generator_ColumnPropNameInTable="VersatoNettoColumn" msprop:Generator_UserColumnName="VersatoNetto" type="xs:string" minOccurs="0" />
|
||||||
<xs:element name="UtilePerdita" msprop:Generator_ColumnVarNameInTable="columnUtilePerdita" msprop:Generator_ColumnPropNameInRow="UtilePerdita" msprop:Generator_ColumnPropNameInTable="UtilePerditaColumn" msprop:Generator_UserColumnName="UtilePerdita" type="xs:string" minOccurs="0" />
|
<xs:element name="UtilePerdita" msprop:Generator_ColumnVarNameInTable="columnUtilePerdita" msprop:Generator_ColumnPropNameInRow="UtilePerdita" msprop:Generator_ColumnPropNameInTable="UtilePerditaColumn" msprop:Generator_UserColumnName="UtilePerdita" type="xs:string" minOccurs="0" />
|
||||||
<xs:element name="Tipo_Prodotto" msprop:Generator_ColumnVarNameInTable="columnTipo_Prodotto" msprop:Generator_ColumnPropNameInRow="Tipo_Prodotto" msprop:Generator_ColumnPropNameInTable="Tipo_ProdottoColumn" msprop:Generator_UserColumnName="Tipo_Prodotto" type="xs:string" minOccurs="0" />
|
<xs:element name="Tipo_Prodotto" msprop:Generator_ColumnVarNameInTable="columnTipo_Prodotto" msprop:Generator_ColumnPropNameInRow="Tipo_Prodotto" msprop:Generator_ColumnPropNameInTable="Tipo_ProdottoColumn" msprop:Generator_UserColumnName="Tipo_Prodotto" type="xs:string" minOccurs="0" />
|
||||||
|
<xs:element name="isAPC" msprop:Generator_ColumnVarNameInTable="columnIsAPC" msprop:Generator_ColumnPropNameInRow="isAPC" msprop:Generator_ColumnPropNameInTable="isAPCColumn" msprop:Generator_UserColumnName="isAPC" type="xs:string" minOccurs="0" />
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
@ -139,17 +139,7 @@
|
|||||||
<DependentUpon>DataSetS128.xsd</DependentUpon>
|
<DependentUpon>DataSetS128.xsd</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS128.Designer.cs" />
|
<Compile Include="BusinessLayer\DataSection\DataSetS128.Designer.cs" />
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS1281.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DesignTime>True</DesignTime>
|
|
||||||
<DependentUpon>DataSetS128.xsd</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS130.Designer.cs" />
|
<Compile Include="BusinessLayer\DataSection\DataSetS130.Designer.cs" />
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS1301.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DesignTime>True</DesignTime>
|
|
||||||
<DependentUpon>DataSetS130.xsd</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS1311.Designer.cs">
|
<Compile Include="BusinessLayer\DataSection\DataSetS1311.Designer.cs">
|
||||||
<AutoGen>True</AutoGen>
|
<AutoGen>True</AutoGen>
|
||||||
<DesignTime>True</DesignTime>
|
<DesignTime>True</DesignTime>
|
||||||
@ -162,11 +152,6 @@
|
|||||||
<DependentUpon>DataSetS136.xsd</DependentUpon>
|
<DependentUpon>DataSetS136.xsd</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS151.Designer.cs" />
|
<Compile Include="BusinessLayer\DataSection\DataSetS151.Designer.cs" />
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS1511.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DesignTime>True</DesignTime>
|
|
||||||
<DependentUpon>DataSetS151.xsd</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS1691.Designer.cs">
|
<Compile Include="BusinessLayer\DataSection\DataSetS1691.Designer.cs">
|
||||||
<AutoGen>True</AutoGen>
|
<AutoGen>True</AutoGen>
|
||||||
<DesignTime>True</DesignTime>
|
<DesignTime>True</DesignTime>
|
||||||
@ -221,23 +206,8 @@
|
|||||||
<DependentUpon>DataSetS176.xsd</DependentUpon>
|
<DependentUpon>DataSetS176.xsd</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS177.Designer.cs" />
|
<Compile Include="BusinessLayer\DataSection\DataSetS177.Designer.cs" />
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS1771.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DesignTime>True</DesignTime>
|
|
||||||
<DependentUpon>DataSetS177.xsd</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS178.Designer.cs" />
|
<Compile Include="BusinessLayer\DataSection\DataSetS178.Designer.cs" />
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS1781.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DesignTime>True</DesignTime>
|
|
||||||
<DependentUpon>DataSetS178.xsd</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS179.Designer.cs" />
|
<Compile Include="BusinessLayer\DataSection\DataSetS179.Designer.cs" />
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS1791.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DesignTime>True</DesignTime>
|
|
||||||
<DependentUpon>DataSetS179.xsd</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS180.cs">
|
<Compile Include="BusinessLayer\DataSection\DataSetS180.cs">
|
||||||
<DependentUpon>DataSetS180.xsd</DependentUpon>
|
<DependentUpon>DataSetS180.xsd</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
@ -322,17 +292,7 @@
|
|||||||
<Compile Include="BusinessLayer\DataSection\DataSetS76.cs">
|
<Compile Include="BusinessLayer\DataSection\DataSetS76.cs">
|
||||||
<DependentUpon>DataSetS76.xsd</DependentUpon>
|
<DependentUpon>DataSetS76.xsd</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS761.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DesignTime>True</DesignTime>
|
|
||||||
<DependentUpon>DataSetS76.xsd</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS96.Designer.cs" />
|
<Compile Include="BusinessLayer\DataSection\DataSetS96.Designer.cs" />
|
||||||
<Compile Include="BusinessLayer\DataSection\DataSetS961.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DesignTime>True</DesignTime>
|
|
||||||
<DependentUpon>DataSetS96.xsd</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="BusinessLayer\DataSection\DSFD10PatrimonioFinanziario.cs" />
|
<Compile Include="BusinessLayer\DataSection\DSFD10PatrimonioFinanziario.cs" />
|
||||||
<Compile Include="BusinessLayer\DataSection\DSFD133AreeBisognoPrincProd.cs" />
|
<Compile Include="BusinessLayer\DataSection\DSFD133AreeBisognoPrincProd.cs" />
|
||||||
<Compile Include="BusinessLayer\DataSection\DSFD133BISPrincipaliProdotti.cs" />
|
<Compile Include="BusinessLayer\DataSection\DSFD133BISPrincipaliProdotti.cs" />
|
||||||
|
@ -1,61 +1,61 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="SqlServerStampeC6Connection" providerName="System.Data.SqlClient" connectionString="Data Source=10.10.32.203; Database=C6StampeCentralizzate;User Id=F701264; Password=contrsei; Max Pool Size=1000;Pooling=yes;Load Balance Timeout=1000; Connection Timeout=200"/>
|
<add name="SqlServerStampeC6Connection" providerName="System.Data.SqlClient" connectionString="Data Source=10.10.32.203; Database=C6StampeCentralizzate;User Id=F701264; Password=contrsei; Max Pool Size=1000;Pooling=yes;Load Balance Timeout=1000; Connection Timeout=200" />
|
||||||
<add name="SqlServerConnection" providerName="System.Data.SqlClient" connectionString="Data Source=10.14.152.20\i1; Database=SEIReport;User Id=SEIReport; Password=SEIReport; Max Pool Size=10"/>
|
<add name="SqlServerConnection" providerName="System.Data.SqlClient" connectionString="Data Source=10.14.152.20\i1; Database=SEIReport;User Id=SEIReport; Password=SEIReport; Max Pool Size=10" />
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<add key="DataFineTrimestreCorrente_LetteraAccompagnamento" value="15/10/2009"/>
|
<add key="DataFineTrimestreCorrente_LetteraAccompagnamento" value="15/10/2009" />
|
||||||
<add key="IndirizzoBF" value="Piazzale Giulio Douhet, 31 00143 Roma"/>
|
<add key="IndirizzoBF" value="Piazzale Giulio Douhet, 31 00143 Roma" />
|
||||||
<add key="IndirizzoSPI" value="Via del Serafico, 43 00142 Roma"/>
|
<add key="IndirizzoSPI" value="Via del Serafico, 43 00142 Roma" />
|
||||||
<add key="MargineSupPX" value="14"/>
|
<add key="MargineSupPX" value="14" />
|
||||||
<!-- 14px equivalgono a circa 0,5 cm -->
|
<!-- 14px equivalgono a circa 0,5 cm -->
|
||||||
<add key="MargineSxPX" value="29"/>
|
<add key="MargineSxPX" value="29" />
|
||||||
<add key="MargineDxPX" value="14"/>
|
<add key="MargineDxPX" value="14" />
|
||||||
<add key="MargineInfPX" value="29"/>
|
<add key="MargineInfPX" value="29" />
|
||||||
<add key="AreaClientePX" value="308,158,200,60"/>
|
<add key="AreaClientePX" value="308,158,200,60" />
|
||||||
<!-- (X,Y,Height,Width) -->
|
<!-- (X,Y,Height,Width) -->
|
||||||
<add key="AreaLuogoPX" value="0,258,200,30"/>
|
<add key="AreaLuogoPX" value="0,258,200,30" />
|
||||||
<add key="AreaOggettoPX" value="0,288,480,30"/>
|
<add key="AreaOggettoPX" value="0,288,480,30" />
|
||||||
<add key="AreaCorpoPX" value="0,346,480,320"/>
|
<add key="AreaCorpoPX" value="0,346,480,320" />
|
||||||
<add key="AreaSalutiPX" value="240,685,230,56"/>
|
<add key="AreaSalutiPX" value="240,685,230,56" />
|
||||||
<add key="IndirizzoBFPX" value="15,35,238,30"/>
|
<add key="IndirizzoBFPX" value="15,35,238,30" />
|
||||||
<add key="IndirizzoSPIPX" value="15,26,238,30"/>
|
<add key="IndirizzoSPIPX" value="15,26,238,30" />
|
||||||
<!-- Campo usato per LetteraRistampa -->
|
<!-- Campo usato per LetteraRistampa -->
|
||||||
<!-- Incremento delle coordinate delle textarea rispetto a quelle del modello base -->
|
<!-- Incremento delle coordinate delle textarea rispetto a quelle del modello base -->
|
||||||
<add key="OffSetLetteraRistampaLuogo" value="0,35,0,0"/>
|
<add key="OffSetLetteraRistampaLuogo" value="0,35,0,0" />
|
||||||
<add key="OffSetLetteraRistampaOggetto" value="0,45,300,0"/>
|
<add key="OffSetLetteraRistampaOggetto" value="0,45,300,0" />
|
||||||
<add key="OffSetLetteraRistampaCorpo" value="0,35,20,-240"/>
|
<add key="OffSetLetteraRistampaCorpo" value="0,35,20,-240" />
|
||||||
<add key="OffSetLetteraRistampaCliente" value="0,0,0,50"/>
|
<add key="OffSetLetteraRistampaCliente" value="0,0,0,50" />
|
||||||
<add key="OffsetLetteraRistampaSaluti" value="20,-98,0,10"/>
|
<add key="OffsetLetteraRistampaSaluti" value="20,-98,0,10" />
|
||||||
<!-- X,Y,ratio -->
|
<!-- X,Y,ratio -->
|
||||||
<add key="LogoBF" value="15,0,0.2"/>
|
<add key="LogoBF" value="15,0,0.2" />
|
||||||
<add key="LogoSPI" value="15,0,0.8"/>
|
<add key="LogoSPI" value="15,0,0.8" />
|
||||||
<add key="OffsetFirmaAttivazioneSei" value="-150,10,1"/>
|
<add key="OffsetFirmaAttivazioneSei" value="-150,10,1" />
|
||||||
<add key="OffsetFirmaPostSei" value="-160,10,1"/>
|
<add key="OffsetFirmaPostSei" value="-160,10,1" />
|
||||||
<add key="OffsetFirmaRistampa" value="-140,-95,1"/>
|
<add key="OffsetFirmaRistampa" value="-140,-95,1" />
|
||||||
<add key="fontSize" value="11"/>
|
<add key="fontSize" value="11" />
|
||||||
<add key="pathScritturaLettera" value="C:\"/>
|
<add key="pathScritturaLettera" value="C:\" />
|
||||||
<add key="S_AccettazioneSei_Code" value="1"/>
|
<add key="S_AccettazioneSei_Code" value="1" />
|
||||||
<add key="F_AccettazioneSei_Code" value="2"/>
|
<add key="F_AccettazioneSei_Code" value="2" />
|
||||||
<add key="S_AccettazionePostSei_Code" value="3"/>
|
<add key="S_AccettazionePostSei_Code" value="3" />
|
||||||
<add key="F_AccettazionePostSei_Code" value="4"/>
|
<add key="F_AccettazionePostSei_Code" value="4" />
|
||||||
<add key="RistampaAccettazioneSei_Code" value="5"/>
|
<add key="RistampaAccettazioneSei_Code" value="5" />
|
||||||
<add key="scriviErroreNelDB" value="1"/>
|
<add key="scriviErroreNelDB" value="1" />
|
||||||
<add key="ClientSettingsProvider.ServiceUri" value=""/>
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||||
</appSettings>
|
</appSettings>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
||||||
</startup>
|
</startup>
|
||||||
<system.web>
|
<system.web>
|
||||||
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
||||||
<providers>
|
<providers>
|
||||||
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
|
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
||||||
</providers>
|
</providers>
|
||||||
</membership>
|
</membership>
|
||||||
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
||||||
<providers>
|
<providers>
|
||||||
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
|
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
||||||
</providers>
|
</providers>
|
||||||
</roleManager>
|
</roleManager>
|
||||||
</system.web>
|
</system.web>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
@ -47,7 +47,6 @@
|
|||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||||
<Prefer32Bit>false</Prefer32Bit>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType>pdbonly</DebugType>
|
||||||
@ -57,7 +56,6 @@
|
|||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||||
<Prefer32Bit>false</Prefer32Bit>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
@ -67,7 +65,6 @@
|
|||||||
<PlatformTarget>x64</PlatformTarget>
|
<PlatformTarget>x64</PlatformTarget>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||||
<Prefer32Bit>false</Prefer32Bit>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
||||||
<OutputPath>bin\x64\Release\</OutputPath>
|
<OutputPath>bin\x64\Release\</OutputPath>
|
||||||
@ -77,7 +74,6 @@
|
|||||||
<PlatformTarget>x64</PlatformTarget>
|
<PlatformTarget>x64</PlatformTarget>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||||
<Prefer32Bit>false</Prefer32Bit>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="ceTe.DynamicPDF.20">
|
<Reference Include="ceTe.DynamicPDF.20">
|
||||||
|
@ -360,7 +360,7 @@
|
|||||||
|
|
||||||
<add key="ClientSettingsProvider.ServiceUri" value=""/>
|
<add key="ClientSettingsProvider.ServiceUri" value=""/>
|
||||||
|
|
||||||
<add key="PathRolExe" value="C:\Projekty\Fideuram\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe"/>
|
<add key="PathRolExe" value="C:\TFS Fideuram\TP_SEI_Project\ContrattoSEI\SIMPB_Wrapper\SIMPB_Wrapper_Net\SIMPBConsole\bin\Debug\SIMPBConsole.exe"/>
|
||||||
<add key="ArgRolExe" value="Test Prova"/>
|
<add key="ArgRolExe" value="Test Prova"/>
|
||||||
</appSettings>
|
</appSettings>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
|
@ -11,7 +11,7 @@ namespace TestMemoryApp
|
|||||||
private static string ZipFolder { get { return @"C:\ReportisticaTrimestrale\SELECTA\"; } }
|
private static string ZipFolder { get { return @"C:\ReportisticaTrimestrale\SELECTA\"; } }
|
||||||
private static string ZipBackupFolder { get { return @"C:\ReportisticaTrimestrale\SEND\"; } }
|
private static string ZipBackupFolder { get { return @"C:\ReportisticaTrimestrale\SEND\"; } }
|
||||||
private static string WorkFolder { get { return ZipFolder + @"temp\"; } }
|
private static string WorkFolder { get { return ZipFolder + @"temp\"; } }
|
||||||
private static string GestorePDFLocation { get { return @"C:\Projekty\Fideuram\ContrattoSEI\GestorePDF_NuoviSviluppi\bin\Debug\GestorePDF.exe"; } }
|
private static string GestorePDFLocation { get { return @"C:\TFS Fideuram\TP_SEI_Project\ContrattoSEI\GestorePDF_NuoviSviluppi\bin\Debug\GestorePDF.exe"; } }
|
||||||
|
|
||||||
//static string FtpServer = @"ftp://10.0.3.189"; //your ftp server
|
//static string FtpServer = @"ftp://10.0.3.189"; //your ftp server
|
||||||
//static string FtpUser = "pkowalski@hpe.com";
|
//static string FtpUser = "pkowalski@hpe.com";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>TestMemoryApp</RootNamespace>
|
<RootNamespace>TestMemoryApp</RootNamespace>
|
||||||
<AssemblyName>TestMemoryApp</AssemblyName>
|
<AssemblyName>TestMemoryApp</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
<SccProjectName>SAK</SccProjectName>
|
<SccProjectName>SAK</SccProjectName>
|
||||||
|
48
root/Powershell/ConvertLineEndings.ps1
Normal file
48
root/Powershell/ConvertLineEndings.ps1
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
# Script to convert line endings from Unix (LF) to Windows (CRLF) format
|
||||||
|
param(
|
||||||
|
[Parameter(Mandatory=$true)]
|
||||||
|
[string]$FolderPath,
|
||||||
|
|
||||||
|
[Parameter(Mandatory=$false)]
|
||||||
|
[string[]]$FileExtensions = @("*.txt", "*.cs", "*.json", "*.xml", "*.config", "*.ps1")
|
||||||
|
)
|
||||||
|
|
||||||
|
# Verify the folder exists
|
||||||
|
if (-not (Test-Path -Path $FolderPath -PathType Container)) {
|
||||||
|
Write-Error "The specified folder does not exist: $FolderPath"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
|
Write-Host "Converting line endings in folder: $FolderPath"
|
||||||
|
|
||||||
|
foreach ($extension in $FileExtensions) {
|
||||||
|
$files = Get-ChildItem -Path $FolderPath -Filter $extension -Recurse -File
|
||||||
|
|
||||||
|
foreach ($file in $files) {
|
||||||
|
try {
|
||||||
|
Write-Host "Processing: $($file.FullName)"
|
||||||
|
|
||||||
|
# Read file as bytes to properly handle line endings
|
||||||
|
$bytes = [System.IO.File]::ReadAllBytes($file.FullName)
|
||||||
|
$content = [System.Text.Encoding]::UTF8.GetString($bytes)
|
||||||
|
|
||||||
|
# Replace only LF (not preceded by CR) with CRLF
|
||||||
|
$newContent = $content -replace "(?<!\r)\n", "\r\n"
|
||||||
|
|
||||||
|
# Only write if content has changed
|
||||||
|
if ($content -ne $newContent) {
|
||||||
|
|
||||||
|
if ($content) {
|
||||||
|
[System.IO.File]::WriteAllText($file.FullName, $newContent)
|
||||||
|
Write-Host "Converted: $($file.FullName)" -ForegroundColor Green
|
||||||
|
} else {
|
||||||
|
Write-Host "No changes needed: $($file.FullName)" -ForegroundColor Yellow
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch {
|
||||||
|
Write-Error "Error processing file $($file.FullName): $_"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Write-Host "`nConversion complete!" -ForegroundColor Green
|
85
root/Powershell/arm_build.md
Normal file
85
root/Powershell/arm_build.md
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
# ARM Build Script Documentation
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
The `arm_build.ps1` script automates the build process for the GestoreTrimestrale solution, including environment setup, TFS workspace management, and test execution.
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
- Visual Studio 2022 (Enterprise, Professional, or Community edition)
|
||||||
|
- Team Foundation Server PowerShell Snapin
|
||||||
|
- MSBuild
|
||||||
|
- VSTest Console
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
### Basic Usage
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
.\arm_build.ps1
|
||||||
|
```
|
||||||
|
|
||||||
|
### Parameters
|
||||||
|
|
||||||
|
1. **LocalWorkspace** (string)
|
||||||
|
|
||||||
|
- Default: "C:\TFS Fideuram\TP_SEI_Project\root"
|
||||||
|
- Purpose: Specifies the root workspace directory
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
.\arm_build.ps1 -LocalWorkspace "C:\CustomPath"
|
||||||
|
```
|
||||||
|
|
||||||
|
2. **SkipTests** (switch)
|
||||||
|
- Purpose: Skips test execution when specified
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
.\arm_build.ps1 -SkipTests
|
||||||
|
```
|
||||||
|
|
||||||
|
3. **RunApp** (switch)
|
||||||
|
- Purpose: Launches the application after successful build
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
.\arm_build.ps1 -RunApp
|
||||||
|
```
|
||||||
|
|
||||||
|
### Combined Usage
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
.\arm_build.ps1 -LocalWorkspace "C:\CustomPath" -SkipTests -RunApp
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build Process Steps
|
||||||
|
|
||||||
|
1. Environment validation
|
||||||
|
2. Visual Studio x64 environment setup
|
||||||
|
3. TFS workspace update
|
||||||
|
4. Configuration file updates
|
||||||
|
5. Solution build
|
||||||
|
6. Test execution (if not skipped):
|
||||||
|
- FlushFilesWaitingForZIP
|
||||||
|
- SetUpZipCases_DoNotUse
|
||||||
|
- ProcessCanComplete
|
||||||
|
- ZipIntegrity
|
||||||
|
- NumberOfPackedPDFIsOK
|
||||||
|
7. Application launch (if specified)
|
||||||
|
|
||||||
|
## Error Handling
|
||||||
|
|
||||||
|
The script includes comprehensive error handling with:
|
||||||
|
|
||||||
|
- Path validation
|
||||||
|
- Environment setup verification
|
||||||
|
- Build status checking
|
||||||
|
- Test execution monitoring
|
||||||
|
- Detailed error messages
|
||||||
|
|
||||||
|
## Output
|
||||||
|
|
||||||
|
The script provides colored console output for better visibility:
|
||||||
|
|
||||||
|
- Yellow: Process steps
|
||||||
|
- Cyan: Test execution
|
||||||
|
- Red: Errors
|
||||||
|
- Green: Success messages
|
209
root/Powershell/arm_build.ps1
Normal file
209
root/Powershell/arm_build.ps1
Normal file
@ -0,0 +1,209 @@
|
|||||||
|
# Build script for GestoreTrimestrale
|
||||||
|
param(
|
||||||
|
[string]$LocalWorkspace = "C:\TFS Fideuram\TP_SEI_Project\root",
|
||||||
|
[switch]$SkipTests,
|
||||||
|
[switch]$RunApp
|
||||||
|
)
|
||||||
|
|
||||||
|
# Start logging to file
|
||||||
|
$logFile = Join-Path $PSScriptRoot "arm_build.txt"
|
||||||
|
Start-Transcript -Path $logFile -Force
|
||||||
|
|
||||||
|
# Function to handle errors
|
||||||
|
function Write-ErrorAndExit {
|
||||||
|
param([string]$ErrorMessage)
|
||||||
|
Write-Error $ErrorMessage
|
||||||
|
Stop-Transcript
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
|
# Validate paths
|
||||||
|
$AppConfigTest = Join-Path $LocalWorkspace "ContrattoSEI\GestoreTrimestrale.Test\app.config"
|
||||||
|
$AppConfigApp = Join-Path $LocalWorkspace "ContrattoSEI\GestoreTrimestrale\app.config"
|
||||||
|
$Solution = Join-Path $LocalWorkspace "ContrattoSEI\GestoreTrimestrale\GestoreTrimestrale.sln"
|
||||||
|
$TestDll = Join-Path $LocalWorkspace "ContrattoSEI\GestoreTrimestrale.Test\bin\Debug\GestoreTrimestrale.Test.dll"
|
||||||
|
$ProjectExe = Join-Path $LocalWorkspace "ContrattoSEI\GestoreTrimestrale\bin\Debug\GestoreTrimestrale.exe"
|
||||||
|
|
||||||
|
# Check .NET Framework versions and SDK
|
||||||
|
function Test-NetFramework {
|
||||||
|
param([string]$Version)
|
||||||
|
|
||||||
|
# Check for .NET Framework 4.x installations
|
||||||
|
$netKey = "HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full"
|
||||||
|
if (-not (Test-Path $netKey)) {
|
||||||
|
Write-Warning ".NET Framework 4.x runtime not found. Please install from: https://dotnet.microsoft.com/download/dotnet-framework"
|
||||||
|
return $false
|
||||||
|
}
|
||||||
|
|
||||||
|
# Check for Developer Pack/SDK
|
||||||
|
$sdkPaths = @(
|
||||||
|
"${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools",
|
||||||
|
"${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools",
|
||||||
|
"${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.1 Tools",
|
||||||
|
"${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7 Tools",
|
||||||
|
"${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.2 Tools",
|
||||||
|
"${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools",
|
||||||
|
"${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools",
|
||||||
|
"${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.5.1 Tools",
|
||||||
|
"${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.5 Tools"
|
||||||
|
)
|
||||||
|
|
||||||
|
$sdkFound = $false
|
||||||
|
foreach ($path in $sdkPaths) {
|
||||||
|
if (Test-Path $path) {
|
||||||
|
Write-Host "Found .NET Framework SDK at: $path" -ForegroundColor Green
|
||||||
|
$sdkFound = $true
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (-not $sdkFound) {
|
||||||
|
Write-Warning ".NET Framework Developer Pack/SDK not found. Please install from: https://dotnet.microsoft.com/download/visual-studio-sdks"
|
||||||
|
return $false
|
||||||
|
}
|
||||||
|
|
||||||
|
return $true
|
||||||
|
}
|
||||||
|
|
||||||
|
$requiredVersions = @("4.0", "4.5")
|
||||||
|
foreach ($version in $requiredVersions) {
|
||||||
|
if (-not (Test-NetFramework $version)) {
|
||||||
|
Write-ErrorAndExit ".NET Framework $version or later is required but not installed. Please install from: https://dotnet.microsoft.com/download/dotnet-framework"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
# Validate Visual Studio 2022 installation
|
||||||
|
$vsPath = 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise'
|
||||||
|
if (-not (Test-Path $vsPath)) {
|
||||||
|
$vsPath = 'C:\Program Files\Microsoft Visual Studio\2022\Professional'
|
||||||
|
if (-not (Test-Path $vsPath)) {
|
||||||
|
$vsPath = 'C:\Program Files\Microsoft Visual Studio\2022\Community'
|
||||||
|
if (-not (Test-Path $vsPath)) {
|
||||||
|
Write-ErrorAndExit "Visual Studio 2022 not found in any standard installation paths"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Write-Host "Setting up Visual Studio environment..." -ForegroundColor Yellow
|
||||||
|
try {
|
||||||
|
# Find development tools
|
||||||
|
$devEnvPath = Join-Path $vsPath 'Common7\IDE\devenv.com'
|
||||||
|
$msBuildPath = Join-Path $vsPath 'MSBuild\Current\Bin\MSBuild.exe'
|
||||||
|
|
||||||
|
if (-not (Test-Path $msBuildPath)) {
|
||||||
|
$msBuildPath = Join-Path $vsPath 'MSBuild\Current\Bin\amd64\MSBuild.exe'
|
||||||
|
if (-not (Test-Path $msBuildPath)) {
|
||||||
|
Write-ErrorAndExit "MSBuild not found in expected paths"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
# Clean solution first
|
||||||
|
if (Test-Path $devEnvPath) {
|
||||||
|
Write-Host "Cleaning solution..." -ForegroundColor Yellow
|
||||||
|
& $devEnvPath $Solution /Clean
|
||||||
|
}
|
||||||
|
|
||||||
|
# Set up environment
|
||||||
|
$vcvarsPath = Join-Path $vsPath 'VC\Auxiliary\Build\vcvars64.bat'
|
||||||
|
$tempFile = [System.IO.Path]::GetTempFileName()
|
||||||
|
cmd /c "\"$vcvarsPath\" && set > \"$tempFile\""
|
||||||
|
Get-Content $tempFile | ForEach-Object {
|
||||||
|
if ($_ -match "=") {
|
||||||
|
$v = $_.split("=")
|
||||||
|
Set-Item -Force -Path "ENV:\$($v[0])" -value "$($v[1])"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Remove-Item $tempFile -ErrorAction SilentlyContinue
|
||||||
|
} catch {
|
||||||
|
Write-ErrorAndExit "Failed to set up Visual Studio environment: $_"
|
||||||
|
}
|
||||||
|
|
||||||
|
# Check for Azure DevOps/TFS module
|
||||||
|
$tfModule = Get-Module -Name "Microsoft.TeamFoundation.PowerShell" -ListAvailable -ErrorAction SilentlyContinue
|
||||||
|
if ($tfModule) {
|
||||||
|
try {
|
||||||
|
Import-Module "Microsoft.TeamFoundation.PowerShell" -ErrorAction Stop
|
||||||
|
# Update TFS workspace
|
||||||
|
Write-Host "Updating TFS workspace..." -ForegroundColor Yellow
|
||||||
|
Update-TfsWorkspace -Force -Recurse $LocalWorkspace
|
||||||
|
} catch {
|
||||||
|
Write-Warning "TFS operations will be skipped: $_"
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
Write-Warning "TFS/Azure DevOps PowerShell module not found. TFS operations will be skipped."
|
||||||
|
}
|
||||||
|
|
||||||
|
# Update configuration files
|
||||||
|
Write-Host "Updating configuration files..." -ForegroundColor Yellow
|
||||||
|
try {
|
||||||
|
if (Test-Path $AppConfigTest) {
|
||||||
|
(Get-Content $AppConfigTest).replace('c:\', 'c:\') | Set-Content $AppConfigTest
|
||||||
|
}
|
||||||
|
if (Test-Path $AppConfigApp) {
|
||||||
|
(Get-Content $AppConfigApp).replace('c:\', 'c:\') | Set-Content $AppConfigApp
|
||||||
|
}
|
||||||
|
} catch {
|
||||||
|
Write-ErrorAndExit "Failed to update configuration files: $_"
|
||||||
|
}
|
||||||
|
|
||||||
|
# Build solution
|
||||||
|
Write-Host "Building solution..." -ForegroundColor Yellow
|
||||||
|
|
||||||
|
# Download latest NuGet if not found
|
||||||
|
Write-Host "Setting up NuGet..." -ForegroundColor Yellow
|
||||||
|
$nugetPath = "$env:LOCALAPPDATA\NuGet\nuget.exe"
|
||||||
|
if (-not (Test-Path $nugetPath)) {
|
||||||
|
$nugetFolder = Split-Path $nugetPath -Parent
|
||||||
|
if (-not (Test-Path $nugetFolder)) {
|
||||||
|
New-Item -ItemType Directory -Path $nugetFolder | Out-Null
|
||||||
|
}
|
||||||
|
Invoke-WebRequest -Uri "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe" -OutFile $nugetPath
|
||||||
|
}
|
||||||
|
|
||||||
|
# Restore and Build
|
||||||
|
Write-Host "Restoring NuGet packages..." -ForegroundColor Yellow
|
||||||
|
& $nugetPath restore $Solution
|
||||||
|
|
||||||
|
Write-Host "Building solution..." -ForegroundColor Yellow
|
||||||
|
|
||||||
|
# Build with original framework versions
|
||||||
|
$buildOutput = & $msBuildPath $Solution /p:Configuration=Debug /nologo /p:Platform="Any CPU" /t:Clean,Rebuild /m /verbosity:detailed 2>&1
|
||||||
|
$buildOutput | ForEach-Object { Write-Host $_ }
|
||||||
|
if ($LASTEXITCODE -ne 0) {
|
||||||
|
Write-ErrorAndExit "Build failed with exit code: $LASTEXITCODE"
|
||||||
|
}
|
||||||
|
|
||||||
|
# Run tests if not skipped
|
||||||
|
if (-not $SkipTests) {
|
||||||
|
Write-Host "Running tests..." -ForegroundColor Yellow
|
||||||
|
$tests = @(
|
||||||
|
"FlushFilesWaitingForZIP",
|
||||||
|
"SetUpZipCases_DoNotUse",
|
||||||
|
"ProcessCanComplete",
|
||||||
|
"ZipIntegrity",
|
||||||
|
"NumberOfPackedPDFIsOK"
|
||||||
|
)
|
||||||
|
|
||||||
|
foreach ($test in $tests) {
|
||||||
|
Write-Host "Running test: $test" -ForegroundColor Cyan
|
||||||
|
vstest.console.exe $TestDll /Tests:$test
|
||||||
|
if ($LASTEXITCODE -ne 0) {
|
||||||
|
Write-ErrorAndExit "Test '$test' failed with exit code: $LASTEXITCODE"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
# Run application if requested
|
||||||
|
if ($RunApp) {
|
||||||
|
Write-Host "Launching application..." -ForegroundColor Yellow
|
||||||
|
try {
|
||||||
|
Start-Process -FilePath $ProjectExe -Wait
|
||||||
|
} catch {
|
||||||
|
Write-ErrorAndExit "Failed to launch application: $_"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
# Stop logging
|
||||||
|
Stop-Transcript
|
||||||
|
|
||||||
|
Write-Host "Build process completed successfully!" -ForegroundColor Green
|
36744
root/Powershell/arm_build.txt
Normal file
36744
root/Powershell/arm_build.txt
Normal file
File diff suppressed because one or more lines are too long
17
root/Powershell/arm_error.ps1
Normal file
17
root/Powershell/arm_error.ps1
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
$buildLogPath = Join-Path $PSScriptRoot "arm_build.txt"
|
||||||
|
$errorLogPath = Join-Path $PSScriptRoot "arm_error.txt"
|
||||||
|
|
||||||
|
if (Test-Path $buildLogPath) {
|
||||||
|
$content = Get-Content $buildLogPath
|
||||||
|
$matches = $content | Select-String -Pattern "\berror\b" -CaseSensitive:$true
|
||||||
|
|
||||||
|
if ($matches) {
|
||||||
|
$matches | ForEach-Object { $_.Line } | Set-Content $errorLogPath
|
||||||
|
Write-Host "Error lines have been extracted to $errorLogPath"
|
||||||
|
Write-Host "Found $($matches.Count) matches"
|
||||||
|
} else {
|
||||||
|
Write-Host "No errors found in the build log"
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
Write-Host "Error: Build log file not found at $buildLogPath"
|
||||||
|
}
|
1
root/Powershell/arm_error.txt
Normal file
1
root/Powershell/arm_error.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
ID risorsa: 'dtsxrunner/logs/error.txt'.
|
17
root/Powershell/arm_warning.ps1
Normal file
17
root/Powershell/arm_warning.ps1
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
$buildLogPath = Join-Path $PSScriptRoot "arm_build.txt"
|
||||||
|
$errorLogPath = Join-Path $PSScriptRoot "arm_warning.txt"
|
||||||
|
|
||||||
|
if (Test-Path $buildLogPath) {
|
||||||
|
$content = Get-Content $buildLogPath
|
||||||
|
$matches = $content | Select-String -Pattern "\bwarning\b" -CaseSensitive:$true
|
||||||
|
|
||||||
|
if ($matches) {
|
||||||
|
$matches | ForEach-Object { $_.Line } | Set-Content $errorLogPath
|
||||||
|
Write-Host "Warning lines have been extracted to $errorLogPath"
|
||||||
|
Write-Host "Found $($matches.Count) matches"
|
||||||
|
} else {
|
||||||
|
Write-Host "No warnings found in the build log"
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
Write-Host "Error: Build log file not found at $buildLogPath"
|
||||||
|
}
|
174
root/Powershell/arm_warning.txt
Normal file
174
root/Powershell/arm_warning.txt
Normal file
@ -0,0 +1,174 @@
|
|||||||
|
7:4>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2424,5): warning MSB3245: non +¿ stato possibile risolvere il riferimento. Non +¿ stato possibile trovare l'assembly "Microsoft.Practices.EnterpriseLibrary.Common". Verificare che sia presente sul disco. Se il riferimento +¿ richiesto dal codice, potrebbero essere generati errori di compilazione. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartFTPThread\SmartFTPThread.csproj]
|
||||||
|
19:14>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartZip.Logic\IDXVerificator.cs(13,16): warning CS0169: Il campo 'IDXVerificator.output' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartZip.Logic\SmartZip.Logic.csproj]
|
||||||
|
18:6>CSC : warning CS2002: Il file di origine 'C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS184TabellaCoerenzaESG.cs' +¿ specificato pi+¦ volte [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>CSC : warning CS2002: Il file di origine 'C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S184.cs' +¿ specificato pi+¦ volte [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD160.cs(12,7): warning CS0105: La direttiva using per 'System.Linq' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S182.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(10,7): warning CS0105: La direttiva using per 'PDFGenerator.BusinessLayer.DataSection' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S185.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S44.cs(10,7): warning CS0105: La direttiva using per 'PDFGenerator.BusinessLayer' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(20,16): warning CS0108: 'FD181.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(63,21): warning CS0108: 'FD181.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(76,21): warning CS0108: 'FD181.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(519,28): warning CS0108: 'FD181.setTableForIsto()' nasconde il membro ereditato 'SIstogramma.setTableForIsto()'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(21,16): warning CS0108: 'FD190.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(70,21): warning CS0108: 'FD190.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(75,21): warning CS0108: 'FD190.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(19,16): warning CS0108: 'FD200.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(68,21): warning CS0108: 'FD200.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(73,21): warning CS0108: 'FD200.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(25,24): warning CS0108: 'FD133BIS._header' nasconde il membro ereditato 'SIstogramma._header'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(27,24): warning CS0108: 'FD133BIS.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(29,23): warning CS0108: 'FD133BIS.Header' nasconde il membro ereditato 'SIstogramma.Header'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(57,21): warning CS0108: 'FD133BIS.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(71,21): warning CS0108: 'FD133BIS.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S142.cs(18,21): warning CS0108: 'S142.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(20,16): warning CS0108: 'S181.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(63,21): warning CS0108: 'S181.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(76,21): warning CS0108: 'S181.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(514,28): warning CS0108: 'S181.setTableForIsto()' nasconde il membro ereditato 'SIstogramma.setTableForIsto()'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS171PatrimonioNonRappresentabileAssettClass.cs(152,17): warning CS0168: La variabile 'dr' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\UtilityPDFGenerator.cs(225,23): warning CS0219: La variabile 'Delta' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\UtilityPDFGenerator.cs(271,23): warning CS0219: La variabile 'Delta' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\Utils\TemplateProvider.cs(136,29): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\UtilityBusinessLayer.cs(167,29): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(29,13): warning CS0219: La variabile 'markerSizeSeries' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(30,13): warning CS0219: La variabile 'markerSizeRendCumulato' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(31,13): warning CS0219: La variabile 'borderWidthSeries' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\UtilityBusinessLayer.cs(682,21): warning CS0472: Il risultato dell'espressione +¿ sempre 'false' perch+® un valore di tipo 'decimal' non +¿ mai uguale a 'null' di tipo 'decimal?' [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\TemplateGenerator\TemplateGenerator.cs(1836,19): warning CS0219: La variabile '_margineRIGHT' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\TemplateGenerator\TemplateGenerator.cs(1837,19): warning CS0219: La variabile '_margineUP' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S80ALT.cs(169,13): warning CS0219: La variabile 'larghezzaUltimaColonnaHeader' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS80Alternativa.cs(1377,30): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\DocumentPDF.cs(2663,20): warning CS0219: La variabile 'relativePath' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(291,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(54,18): warning CS0219: La variabile '_mostratitolosezione' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(92,22): warning CS0168: La variabile 'view' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(97,20): warning CS0219: La variabile 'titoloRibilanciato' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD147.cs(384,19): warning CS0219: La variabile 'passoneg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(786,22): warning CS0168: La variabile 'view' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43.cs(353,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS43BISProdottiAreeBisogno.cs(266,38): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS185UlterioriCaratteristicheESG.cs(20,27): warning CS0219: La variabile 'dt' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS183DettaglioInvestimentoICapital.cs(47,17): warning CS0618: 'Logger.Error(string, Exception)' +¿ obsoleto: 'Use Error(Exception exception, string message, params object[] args) method instead.' [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(1979,39): warning CS0219: La variabile 'larghezzaBarraMinNeg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(2056,39): warning CS0219: La variabile 'larghezzaBarraMinNeg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(1671,19): warning CS0219: La variabile 'deltaXBarra' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S130.cs(73,20): warning CS0219: La variabile 'bottomLabelText' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S147.cs(362,19): warning CS0219: La variabile 'passoneg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S169.cs(156,19): warning CS0219: La variabile 'liftUp' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S43BIS.cs(245,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S43.cs(354,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(72,19): warning CS0219: La variabile 'widthMacroAsset' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(73,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(74,19): warning CS0219: La variabile 'heightLabel' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(70,19): warning CS0219: La variabile 'widthMacroAsset' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(71,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(72,19): warning CS0219: La variabile 'heightLabel' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(63,19): warning CS0219: La variabile 'yImage' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(66,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(68,19): warning CS0219: La variabile 'zoom' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(1691,41): warning CS0162: +ê stato rilevato codice non raggiungibile [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(3037,25): warning CS0219: La variabile 'iBlankPage' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2703,17): warning CS0168: La variabile 'MaxRow' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2704,18): warning CS0219: La variabile 'cut' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2705,23): warning CS0168: La variabile 'vista' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(3503,41): warning CS0162: +ê stato rilevato codice non raggiungibile [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(22,16): warning CS0169: Il campo 'S183._testoAlternativo' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(115,22): warning CS0649: Non +¿ possibile assegnare un valore diverso al campo 'TablePDFEvolution._larghezzacolonneinpercentuale'. Il valore predefinito +¿ false [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(128,21): warning CS0649: Non +¿ possibile assegnare un valore diverso al campo 'TablePDFEvolution._numeroColonne'. Il valore predefinito +¿ 0 [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(20,16): warning CS0169: Il campo 'S183._testotitolo' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(123,22): warning CS0414: Il campo 'TablePDFEvolution._saltopaginaforzato' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(17,22): warning CS0414: Il campo 'TablePDFEvolution._whitespaceTableCell' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(103,22): warning CS0414: Il campo 'TablePDFEvolution._withImage' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S160.cs(36,14): warning CS0414: Il campo 'S160.notaSezioneStampata' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD160.cs(29,14): warning CS0414: Il campo 'FD160.notaSezioneStampata' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2424,5): warning MSB3245: non +¿ stato possibile risolvere il riferimento. Non +¿ stato possibile trovare l'assembly "Microsoft.Practices.EnterpriseLibrary.Common". Verificare che sia presente sul disco. Se il riferimento +¿ richiesto dal codice, potrebbero essere generati errori di compilazione. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartFTPThread\SmartFTPThread.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartZip.Logic\IDXVerificator.cs(13,16): warning CS0169: Il campo 'IDXVerificator.output' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartZip.Logic\SmartZip.Logic.csproj]
|
||||||
|
CSC : warning CS2002: Il file di origine 'C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS184TabellaCoerenzaESG.cs' +¿ specificato pi+¦ volte [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
CSC : warning CS2002: Il file di origine 'C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S184.cs' +¿ specificato pi+¦ volte [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD160.cs(12,7): warning CS0105: La direttiva using per 'System.Linq' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S182.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(10,7): warning CS0105: La direttiva using per 'PDFGenerator.BusinessLayer.DataSection' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S185.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S44.cs(10,7): warning CS0105: La direttiva using per 'PDFGenerator.BusinessLayer' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(20,16): warning CS0108: 'FD181.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(63,21): warning CS0108: 'FD181.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(76,21): warning CS0108: 'FD181.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(519,28): warning CS0108: 'FD181.setTableForIsto()' nasconde il membro ereditato 'SIstogramma.setTableForIsto()'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(21,16): warning CS0108: 'FD190.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(70,21): warning CS0108: 'FD190.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(75,21): warning CS0108: 'FD190.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(19,16): warning CS0108: 'FD200.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(68,21): warning CS0108: 'FD200.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(73,21): warning CS0108: 'FD200.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(25,24): warning CS0108: 'FD133BIS._header' nasconde il membro ereditato 'SIstogramma._header'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(27,24): warning CS0108: 'FD133BIS.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(29,23): warning CS0108: 'FD133BIS.Header' nasconde il membro ereditato 'SIstogramma.Header'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(57,21): warning CS0108: 'FD133BIS.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(71,21): warning CS0108: 'FD133BIS.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S142.cs(18,21): warning CS0108: 'S142.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(20,16): warning CS0108: 'S181.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(63,21): warning CS0108: 'S181.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(76,21): warning CS0108: 'S181.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(514,28): warning CS0108: 'S181.setTableForIsto()' nasconde il membro ereditato 'SIstogramma.setTableForIsto()'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS171PatrimonioNonRappresentabileAssettClass.cs(152,17): warning CS0168: La variabile 'dr' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\UtilityPDFGenerator.cs(225,23): warning CS0219: La variabile 'Delta' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\UtilityPDFGenerator.cs(271,23): warning CS0219: La variabile 'Delta' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\Utils\TemplateProvider.cs(136,29): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\UtilityBusinessLayer.cs(167,29): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(29,13): warning CS0219: La variabile 'markerSizeSeries' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(30,13): warning CS0219: La variabile 'markerSizeRendCumulato' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(31,13): warning CS0219: La variabile 'borderWidthSeries' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\UtilityBusinessLayer.cs(682,21): warning CS0472: Il risultato dell'espressione +¿ sempre 'false' perch+® un valore di tipo 'decimal' non +¿ mai uguale a 'null' di tipo 'decimal?' [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\TemplateGenerator\TemplateGenerator.cs(1836,19): warning CS0219: La variabile '_margineRIGHT' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\TemplateGenerator\TemplateGenerator.cs(1837,19): warning CS0219: La variabile '_margineUP' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S80ALT.cs(169,13): warning CS0219: La variabile 'larghezzaUltimaColonnaHeader' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS80Alternativa.cs(1377,30): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\DocumentPDF.cs(2663,20): warning CS0219: La variabile 'relativePath' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(291,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(54,18): warning CS0219: La variabile '_mostratitolosezione' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(92,22): warning CS0168: La variabile 'view' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(97,20): warning CS0219: La variabile 'titoloRibilanciato' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD147.cs(384,19): warning CS0219: La variabile 'passoneg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(786,22): warning CS0168: La variabile 'view' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43.cs(353,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS43BISProdottiAreeBisogno.cs(266,38): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS185UlterioriCaratteristicheESG.cs(20,27): warning CS0219: La variabile 'dt' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS183DettaglioInvestimentoICapital.cs(47,17): warning CS0618: 'Logger.Error(string, Exception)' +¿ obsoleto: 'Use Error(Exception exception, string message, params object[] args) method instead.' [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(1979,39): warning CS0219: La variabile 'larghezzaBarraMinNeg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(2056,39): warning CS0219: La variabile 'larghezzaBarraMinNeg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(1671,19): warning CS0219: La variabile 'deltaXBarra' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S130.cs(73,20): warning CS0219: La variabile 'bottomLabelText' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S147.cs(362,19): warning CS0219: La variabile 'passoneg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S169.cs(156,19): warning CS0219: La variabile 'liftUp' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S43BIS.cs(245,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S43.cs(354,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(72,19): warning CS0219: La variabile 'widthMacroAsset' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(73,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(74,19): warning CS0219: La variabile 'heightLabel' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(70,19): warning CS0219: La variabile 'widthMacroAsset' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(71,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(72,19): warning CS0219: La variabile 'heightLabel' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(63,19): warning CS0219: La variabile 'yImage' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(66,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(68,19): warning CS0219: La variabile 'zoom' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(1691,41): warning CS0162: +ê stato rilevato codice non raggiungibile [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(3037,25): warning CS0219: La variabile 'iBlankPage' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2703,17): warning CS0168: La variabile 'MaxRow' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2704,18): warning CS0219: La variabile 'cut' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2705,23): warning CS0168: La variabile 'vista' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(3503,41): warning CS0162: +ê stato rilevato codice non raggiungibile [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(22,16): warning CS0169: Il campo 'S183._testoAlternativo' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(115,22): warning CS0649: Non +¿ possibile assegnare un valore diverso al campo 'TablePDFEvolution._larghezzacolonneinpercentuale'. Il valore predefinito +¿ false [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(128,21): warning CS0649: Non +¿ possibile assegnare un valore diverso al campo 'TablePDFEvolution._numeroColonne'. Il valore predefinito +¿ 0 [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(20,16): warning CS0169: Il campo 'S183._testotitolo' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(123,22): warning CS0414: Il campo 'TablePDFEvolution._saltopaginaforzato' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(17,22): warning CS0414: Il campo 'TablePDFEvolution._whitespaceTableCell' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(103,22): warning CS0414: Il campo 'TablePDFEvolution._withImage' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S160.cs(36,14): warning CS0414: Il campo 'S160.notaSezioneStampata' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
||||||
|
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD160.cs(29,14): warning CS0414: Il campo 'FD160.notaSezioneStampata' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
|
@ -1,5 +1,5 @@
|
|||||||
#params
|
#params
|
||||||
$LocalWorkspace = "C:\Projekty\Fideuram\root"
|
$LocalWorkspace = "C:\TFS Fideuram\TP_SEI_Project\root"
|
||||||
|
|
||||||
$AppConfigTest = $LocalWorkspace + "\ContrattoSEI\GestoreTrimestrale.Test\app.config"
|
$AppConfigTest = $LocalWorkspace + "\ContrattoSEI\GestoreTrimestrale.Test\app.config"
|
||||||
$AppConfigApp = $LocalWorkspace + "\ContrattoSEI\GestoreTrimestrale\app.config"
|
$AppConfigApp = $LocalWorkspace + "\ContrattoSEI\GestoreTrimestrale\app.config"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user