Update conf x OVH

This commit is contained in:
Samuele E. Locatelli
2019-02-12 09:14:07 +01:00
parent eeee73d714
commit 1366da0f15
15 changed files with 5914 additions and 2391 deletions
Vendored
+2 -4
View File
@@ -20,7 +20,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=271']) {
withEnv(['NEXT_BUILD_NUMBER=273']) {
// env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'WebSCR'
@@ -101,7 +101,7 @@ pipeline {
parallel (
PUB_PROD: {
sleep 0
bat "\"${tool 'MSBuild-15.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=OVH-prod.pubxml /p:VisualStudioVersion=15.0 /p:RunCodeAnalysis=false /p:Configuration=OVH /p:username=WPROD01\\Steamware /p:Password=viaD@nte16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ WebSCR/WebSCR.csproj"
bat "\"${tool 'MSBuild-15.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=OVH-Rigamonti.pubxml /p:VisualStudioVersion=15.0 /p:RunCodeAnalysis=false /p:Configuration=OVH /p:username=WPROD01\\Steamware /p:Password=viaD@nte16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ WebSCR/WebSCR.csproj"
},
failFast: false)
}
@@ -112,8 +112,6 @@ pipeline {
}
}
// stage('Installers') {
// agent any
// steps {
+8 -12
View File
@@ -16,21 +16,17 @@
-->
<appSettings>
<add key="minCookieSquadra" value="720" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="baseUrl" value="http://webscr.steamware.net/Rigamonti" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="baseUrl" value="http://webscr.steamware.net/Rigamonti2" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="localUplURL" value="http://Rigasrv05SCR/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<!--<add key="adminEmail" value="paolo.malighetti@unibg.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_fromEmail" value="paolo.malighetti@unibg.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>-->
<!--<add key="enablePlain" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>-->
<add key="WebSCRConnectionString" value="Data Source=51.254.23.3,50000;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="WebSCRFilesConnectionString" value="Data Source=51.254.23.3,50000;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="DevicesAuthConnectionString" value="Data Source=51.254.23.3,50000;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="WebSCRConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="WebSCRFilesConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="DevicesAuthConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="WebSCR_data.Properties.Settings.WebSCRConnectionString" connectionString="Data Source=51.254.23.3,50000;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="WebSCR_data.Properties.Settings.WebSCR_filesConnectionString" connectionString="Data Source=51.254.23.3,50000;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="SteamWare.Properties.Settings.WebSCRConnectionString" connectionString="Data Source=51.254.23.3,50000;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString" connectionString="Data Source=51.254.23.3,50000;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="WebSCR_data.Properties.Settings.WebSCRConnectionString" connectionString="Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="WebSCR_data.Properties.Settings.WebSCR_filesConnectionString" connectionString="Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="SteamWare.Properties.Settings.WebSCRConnectionString" connectionString="Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString" connectionString="Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
+1 -1
View File
@@ -10,7 +10,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<LastActiveSolutionConfig>IIS01|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
@@ -76,8 +76,6 @@ C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Microsoft.Web.Infrastructure.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Microsoft.Web.RedisSessionStateProvider.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Newtonsoft.Json.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\NLog.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\NLog.Web.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\StackExchange.Redis.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\StackExchange.Redis.StrongName.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\SteamWare.dll
@@ -93,13 +91,130 @@ C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Microsoft.AspNet.FriendlyUrls.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Microsoft.Web.RedisSessionStateProvider.pdb
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Newtonsoft.Json.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\NLog.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\NLog.Web.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\StackExchange.Redis.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\StackExchange.Redis.StrongName.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Web.Optimization.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\obj\Debug\WebSCR.csprojResolveAssemblyReference.cache
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\obj\Debug\WebSCR.csproj.CoreCompileInputs.cache
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\obj\Debug\WebSCR.csproj.CopyComplete
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\obj\Debug\WebSCR.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\obj\Debug\WebSCR.pdb
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.InteropServices.RuntimeInformation.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Microsoft.Win32.Primitives.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\netstandard.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.AppContext.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Collections.Concurrent.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Collections.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Collections.NonGeneric.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Collections.Specialized.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.ComponentModel.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.ComponentModel.EventBasedAsync.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.ComponentModel.Primitives.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.ComponentModel.TypeConverter.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Console.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Data.Common.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Diagnostics.Contracts.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Diagnostics.Debug.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Diagnostics.FileVersionInfo.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Diagnostics.Process.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Diagnostics.StackTrace.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Diagnostics.TextWriterTraceListener.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Diagnostics.Tools.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Diagnostics.TraceSource.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Diagnostics.Tracing.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Drawing.Primitives.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Dynamic.Runtime.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Globalization.Calendars.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Globalization.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Globalization.Extensions.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.Compression.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.Compression.ZipFile.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.FileSystem.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.FileSystem.DriveInfo.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.FileSystem.Primitives.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.FileSystem.Watcher.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.IsolatedStorage.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.MemoryMappedFiles.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.Pipes.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.UnmanagedMemoryStream.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Linq.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Linq.Expressions.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Linq.Parallel.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Linq.Queryable.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Net.Http.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Net.NameResolution.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Net.NetworkInformation.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Net.Ping.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Net.Primitives.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Net.Requests.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Net.Security.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Net.Sockets.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Net.WebHeaderCollection.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Net.WebSockets.Client.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Net.WebSockets.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.ObjectModel.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Reflection.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Reflection.Extensions.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Reflection.Primitives.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Resources.Reader.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Resources.ResourceManager.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Resources.Writer.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.CompilerServices.VisualC.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.Extensions.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.Handles.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.InteropServices.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.Numerics.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.Serialization.Formatters.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.Serialization.Json.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.Serialization.Primitives.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.Serialization.Xml.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Security.Claims.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Security.Cryptography.Algorithms.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Security.Cryptography.Csp.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Security.Cryptography.Encoding.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Security.Cryptography.Primitives.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Security.Cryptography.X509Certificates.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Security.Principal.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Security.SecureString.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Text.Encoding.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Text.Encoding.Extensions.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Text.RegularExpressions.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Threading.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Threading.Overlapped.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Threading.Tasks.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Threading.Tasks.Parallel.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Threading.Thread.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Threading.ThreadPool.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Threading.Timer.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.ValueTuple.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Xml.ReaderWriter.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Xml.XDocument.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Xml.XmlDocument.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Xml.XmlSerializer.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Xml.XPath.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Xml.XPath.XDocument.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Microsoft.AspNet.SessionState.SessionStateModule.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Pipelines.Sockets.Unofficial.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Buffers.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Diagnostics.PerformanceCounter.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.Pipelines.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Memory.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Numerics.Vectors.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.CompilerServices.Unsafe.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Threading.Channels.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Threading.Tasks.Extensions.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\AegisImplicitMail.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Microsoft.AspNet.SessionState.SessionStateModule.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Newtonsoft.Json.pdb
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Pipelines.Sockets.Unofficial.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Buffers.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.IO.Pipelines.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Memory.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Numerics.Vectors.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Runtime.CompilerServices.Unsafe.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Threading.Channels.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\System.Threading.Tasks.Extensions.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\ICSharpCode.SharpZipLib.pdb
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\ICSharpCode.SharpZipLib.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\obj\Debug\WebSCR.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
+243 -34
View File
@@ -771,12 +771,18 @@
</summary>
<value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>
</member>
<member name="P:Newtonsoft.Json.Converters.StringEnumConverter.NamingStrategy">
<summary>
Gets or sets the naming strategy used to resolve how enum text is written.
</summary>
<value>The naming strategy used to resolve how enum text is written.</value>
</member>
<member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues">
<summary>
Gets or sets a value indicating whether integer values are allowed when deserializing.
Gets or sets a value indicating whether integer values are allowed when serializing and deserializing.
The default value is <c>true</c>.
</summary>
<value><c>true</c> if integers are allowed when deserializing; otherwise, <c>false</c>.</value>
<value><c>true</c> if integers are allowed when serializing and deserializing; otherwise, <c>false</c>.</value>
</member>
<member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor">
<summary>
@@ -789,6 +795,44 @@
</summary>
<param name="camelCaseText"><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</param>
</member>
<member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor(Newtonsoft.Json.Serialization.NamingStrategy,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
</summary>
<param name="namingStrategy">The naming strategy used to resolve how enum text is written.</param>
<param name="allowIntegerValues"><c>true</c> if integers are allowed when serializing and deserializing; otherwise, <c>false</c>.</param>
</member>
<member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor(System.Type)">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
</summary>
<param name="namingStrategyType">The <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> used to write enum text.</param>
</member>
<member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor(System.Type,System.Object[])">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
</summary>
<param name="namingStrategyType">The <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> used to write enum text.</param>
<param name="namingStrategyParameters">
The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> described by <paramref name="namingStrategyType"/>.
If <c>null</c>, the default constructor is used.
When non-<c>null</c>, there must be a constructor defined in the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> that exactly matches the number,
order, and type of these parameters.
</param>
</member>
<member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor(System.Type,System.Object[],System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
</summary>
<param name="namingStrategyType">The <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> used to write enum text.</param>
<param name="namingStrategyParameters">
The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> described by <paramref name="namingStrategyType"/>.
If <c>null</c>, the default constructor is used.
When non-<c>null</c>, there must be a constructor defined in the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> that exactly matches the number,
order, and type of these parameters.
</param>
<param name="allowIntegerValues"><c>true</c> if integers are allowed when serializing and deserializing; otherwise, <c>false</c>.</param>
</member>
<member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
<summary>
Writes the JSON representation of the object.
@@ -884,7 +928,7 @@
</member>
<member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">
<summary>
Gets or sets a flag to indicate whether to write the Json.NET array attribute.
Gets or sets a value to indicate whether to write the Json.NET array attribute.
This attribute helps preserve arrays when converting the written XML back to JSON.
</summary>
<value><c>true</c> if the array attribute is written to the XML; otherwise, <c>false</c>.</value>
@@ -895,6 +939,15 @@
</summary>
<value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>
</member>
<member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.EncodeSpecialCharacters">
<summary>
Gets or sets a value indicating whether to encode special characters when converting JSON to XML.
If <c>true</c>, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
XML namespaces, attributes or processing directives. Instead special characters are encoded and written
as part of the XML element name.
</summary>
<value><c>true</c> if special characters are encoded; otherwise, <c>false</c>.</value>
</member>
<member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
<summary>
Writes the JSON representation of the object.
@@ -991,6 +1044,33 @@
Time zone information should be preserved when converting.
</summary>
</member>
<member name="T:Newtonsoft.Json.DefaultJsonNameTable">
<summary>
The default JSON name table implementation.
</summary>
</member>
<member name="M:Newtonsoft.Json.DefaultJsonNameTable.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.DefaultJsonNameTable"/> class.
</summary>
</member>
<member name="M:Newtonsoft.Json.DefaultJsonNameTable.Get(System.Char[],System.Int32,System.Int32)">
<summary>
Gets a string containing the same characters as the specified range of characters in the given array.
</summary>
<param name="key">The character array containing the name to find.</param>
<param name="start">The zero-based index into the array specifying the first character of the name.</param>
<param name="length">The number of characters in the name.</param>
<returns>A string containing the same characters as the specified range of characters in the given array.</returns>
</member>
<member name="M:Newtonsoft.Json.DefaultJsonNameTable.Add(System.String)">
<summary>
Adds the specified string into name table.
</summary>
<param name="key">The string to add.</param>
<remarks>This method is not thread-safe.</remarks>
<returns>The resolved string.</returns>
</member>
<member name="T:Newtonsoft.Json.DefaultValueHandling">
<summary>
Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
@@ -1749,11 +1829,30 @@
<param name="value">The JSON string.</param>
<param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
<param name="writeArrayAttribute">
A flag to indicate whether to write the Json.NET array attribute.
A value to indicate whether to write the Json.NET array attribute.
This attribute helps preserve arrays when converting the written XML back to JSON.
</param>
<returns>The deserialized <see cref="T:System.Xml.XmlNode"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String,System.Boolean,System.Boolean)">
<summary>
Deserializes the <see cref="T:System.Xml.XmlNode"/> from a JSON string nested in a root element specified by <paramref name="deserializeRootElementName"/>,
writes a Json.NET array attribute for collections, and encodes special characters.
</summary>
<param name="value">The JSON string.</param>
<param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
<param name="writeArrayAttribute">
A value to indicate whether to write the Json.NET array attribute.
This attribute helps preserve arrays when converting the written XML back to JSON.
</param>
<param name="encodeSpecialCharacters">
A value to indicate whether to encode special characters when converting JSON to XML.
If <c>true</c>, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
XML namespaces, attributes or processing directives. Instead special characters are encoded and written
as part of the XML element name.
</param>
<returns>The deserialized <see cref="T:System.Xml.XmlNode"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)">
<summary>
Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.
@@ -1801,11 +1900,30 @@
<param name="value">The JSON string.</param>
<param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
<param name="writeArrayAttribute">
A flag to indicate whether to write the Json.NET array attribute.
A value to indicate whether to write the Json.NET array attribute.
This attribute helps preserve arrays when converting the written XML back to JSON.
</param>
<returns>The deserialized <see cref="T:System.Xml.Linq.XNode"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean,System.Boolean)">
<summary>
Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root element specified by <paramref name="deserializeRootElementName"/>,
writes a Json.NET array attribute for collections, and encodes special characters.
</summary>
<param name="value">The JSON string.</param>
<param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
<param name="writeArrayAttribute">
A value to indicate whether to write the Json.NET array attribute.
This attribute helps preserve arrays when converting the written XML back to JSON.
</param>
<param name="encodeSpecialCharacters">
A value to indicate whether to encode special characters when converting JSON to XML.
If <c>true</c>, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
XML namespaces, attributes or processing directives. Instead special characters are encoded and written
as part of the XML element name.
</param>
<returns>The deserialized <see cref="T:System.Xml.Linq.XNode"/>.</returns>
</member>
<member name="T:Newtonsoft.Json.JsonConverter">
<summary>
Converts an object to and from JSON.
@@ -2019,6 +2137,20 @@
Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
</summary>
</member>
<member name="T:Newtonsoft.Json.JsonNameTable">
<summary>
Base class for a table of atomized string objects.
</summary>
</member>
<member name="M:Newtonsoft.Json.JsonNameTable.Get(System.Char[],System.Int32,System.Int32)">
<summary>
Gets a string containing the same characters as the specified range of characters in the given array.
</summary>
<param name="key">The character array containing the name to find.</param>
<param name="start">The zero-based index into the array specifying the first character of the name.</param>
<param name="length">The number of characters in the name.</param>
<returns>A string containing the same characters as the specified range of characters in the given array.</returns>
</member>
<member name="T:Newtonsoft.Json.JsonObjectAttribute">
<summary>
Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
@@ -2068,9 +2200,9 @@
</member>
<member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">
<summary>
Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> used when serializing the property's collection items.
Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> type used when serializing the property's collection items.
</summary>
<value>The collection's items <see cref="T:Newtonsoft.Json.JsonConverter"/>.</value>
<value>The collection's items <see cref="T:Newtonsoft.Json.JsonConverter"/> type.</value>
</member>
<member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterParameters">
<summary>
@@ -2623,6 +2755,24 @@
The exception thrown when an error occurs during JSON serialization or deserialization.
</summary>
</member>
<member name="P:Newtonsoft.Json.JsonSerializationException.LineNumber">
<summary>
Gets the line number indicating where the error occurred.
</summary>
<value>The line number indicating where the error occurred.</value>
</member>
<member name="P:Newtonsoft.Json.JsonSerializationException.LinePosition">
<summary>
Gets the line position indicating where the error occurred.
</summary>
<value>The line position indicating where the error occurred.</value>
</member>
<member name="P:Newtonsoft.Json.JsonSerializationException.Path">
<summary>
Gets the path to the JSON where the error occurred.
</summary>
<value>The path to the JSON where the error occurred.</value>
</member>
<member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
@@ -2652,6 +2802,17 @@
<exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is <c>null</c>.</exception>
<exception cref="T:System.Runtime.Serialization.SerializationException">The class name is <c>null</c> or <see cref="P:System.Exception.HResult"/> is zero (0).</exception>
</member>
<member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.String,System.Int32,System.Int32,System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception.
</summary>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="path">The path to the JSON where the error occurred.</param>
<param name="lineNumber">The line number indicating where the error occurred.</param>
<param name="linePosition">The line position indicating where the error occurred.</param>
<param name="innerException">The exception that is the cause of the current exception, or <c>null</c> if no inner exception is specified.</param>
</member>
<member name="T:Newtonsoft.Json.JsonSerializer">
<summary>
Serializes and deserializes objects into and from the JSON format.
@@ -2916,14 +3077,14 @@
<summary>
Populates the JSON values onto the target object.
</summary>
<param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>
<param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to read values from.</param>
<param name="target">The target object to populate values onto.</param>
</member>
<member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">
<summary>
Populates the JSON values onto the target object.
</summary>
<param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>
<param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to read values from.</param>
<param name="target">The target object to populate values onto.</param>
</member>
<member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">
@@ -3329,6 +3490,11 @@
</summary>
<param name="reader">The <see cref="T:System.IO.TextReader"/> containing the JSON data to read.</param>
</member>
<member name="P:Newtonsoft.Json.JsonTextReader.PropertyNameTable">
<summary>
Gets or sets the reader's property name table.
</summary>
</member>
<member name="P:Newtonsoft.Json.JsonTextReader.ArrayPool">
<summary>
Gets or sets the reader's character buffer pool.
@@ -4365,7 +4531,7 @@
Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
</member>
@@ -5659,6 +5825,26 @@
Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>.
</summary>
</member>
<member name="T:Newtonsoft.Json.Linq.DuplicatePropertyNameHandling">
<summary>
Specifies how duplicate property names are handled when loading JSON.
</summary>
</member>
<member name="F:Newtonsoft.Json.Linq.DuplicatePropertyNameHandling.Replace">
<summary>
Replace the existing value when there is a duplicate property. The value of the last property in the JSON object will be used.
</summary>
</member>
<member name="F:Newtonsoft.Json.Linq.DuplicatePropertyNameHandling.Ignore">
<summary>
Ignore the new value when there is a duplicate property. The value of the first property in the JSON object will be used.
</summary>
</member>
<member name="F:Newtonsoft.Json.Linq.DuplicatePropertyNameHandling.Error">
<summary>
Throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/> when a duplicate property is encountered.
</summary>
</member>
<member name="T:Newtonsoft.Json.Linq.Extensions">
<summary>
Contains the LINQ to JSON extension methods.
@@ -6425,11 +6611,21 @@
</member>
<member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">
<summary>
Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.
Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name.
</summary>
<param name="name">The property name.</param>
<returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or <c>null</c>.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String,System.StringComparison)">
<summary>
Gets the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name.
The exact name will be searched for first and if no matching property is found then
the <see cref="T:System.StringComparison"/> will be used to match a property.
</summary>
<param name="name">The property name.</param>
<param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
<returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> matched with the specified name or <c>null</c>.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">
<summary>
Gets a <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this object's property values.
@@ -6840,20 +7036,34 @@
<member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.CommentHandling">
<summary>
Gets or sets how JSON comments are handled when loading JSON.
The default value is <see cref="F:Newtonsoft.Json.Linq.CommentHandling.Ignore" />.
</summary>
<value>The JSON comment handling.</value>
</member>
<member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.LineInfoHandling">
<summary>
Gets or sets how JSON line info is handled when loading JSON.
The default value is <see cref="F:Newtonsoft.Json.Linq.LineInfoHandling.Load" />.
</summary>
<value>The JSON line info handling.</value>
</member>
<member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.DuplicatePropertyNameHandling">
<summary>
Gets or sets how duplicate property names in JSON objects are handled when loading JSON.
The default value is <see cref="F:Newtonsoft.Json.Linq.DuplicatePropertyNameHandling.Replace" />.
</summary>
<value>The JSON duplicate property name handling.</value>
</member>
<member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">
<summary>
Specifies the settings used when merging JSON.
</summary>
</member>
<member name="M:Newtonsoft.Json.Linq.JsonMergeSettings.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> class.
</summary>
</member>
<member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling">
<summary>
Gets or sets the method used when merging JSON arrays.
@@ -6866,6 +7076,14 @@
</summary>
<value>How null value properties are merged.</value>
</member>
<member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.PropertyNameComparison">
<summary>
Gets or sets the comparison used to match property names while merging.
The exact property name will be searched for first and if no matching property is found then
the <see cref="T:System.StringComparison"/> will be used to match a property.
</summary>
<value>The comparison used to match property names while merging.</value>
</member>
<member name="T:Newtonsoft.Json.Linq.JToken">
<summary>
Represents an abstract JSON token.
@@ -8684,7 +8902,7 @@
Contains the JSON schema extension methods.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
</member>
@@ -8694,7 +8912,7 @@
Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
<param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
@@ -8709,7 +8927,7 @@
Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
<param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
@@ -8725,7 +8943,7 @@
Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
<param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
@@ -8737,7 +8955,7 @@
Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
<param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
@@ -8750,7 +8968,7 @@
An in-memory representation of a JSON Schema.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
</member>
@@ -9012,7 +9230,7 @@
Returns detailed information about the schema exception.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
</member>
@@ -9069,7 +9287,7 @@
Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
</member>
@@ -9122,7 +9340,7 @@
Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
</member>
@@ -9150,7 +9368,7 @@
The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
</member>
@@ -9205,7 +9423,7 @@
Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
</member>
@@ -9230,7 +9448,7 @@
Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
</member>
@@ -9258,7 +9476,7 @@
Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.
</para>
<note type="caution">
JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
JSON Schema validation has been moved to its own package. See <see href="https://www.newtonsoft.com/jsonschema">https://www.newtonsoft.com/jsonschema</see> for more details.
</note>
</summary>
</member>
@@ -10443,7 +10661,7 @@
Lookup and create an instance of the <see cref="T:Newtonsoft.Json.JsonConverter"/> type described by the argument.
</summary>
<param name="converterType">The <see cref="T:Newtonsoft.Json.JsonConverter"/> type to create.</param>
<param name="converterArgs">Optional arguments to pass to an initializing constructor of the JsonConverter.
<param name="args">Optional arguments to pass to an initializing constructor of the JsonConverter.
If <c>null</c>, the default constructor is used.</param>
</member>
<member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter">
@@ -10797,15 +11015,6 @@
<param name="member">The member.</param>
<returns>The underlying type of the member.</returns>
</member>
<member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">
<summary>
Determines whether the member is an indexed property.
</summary>
<param name="member">The member.</param>
<returns>
<c>true</c> if the member is an indexed property; otherwise, <c>false</c>.
</returns>
</member>
<member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">
<summary>
Determines whether the property is an indexed property.
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
+50 -52
View File
@@ -1,81 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<configSections>
<sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup">
<section name="converters" type="Microsoft.Web.Configuration.ConvertersSection"/>
<section name="converters" type="Microsoft.Web.Configuration.ConvertersSection" />
</sectionGroup>
<section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</configSections>
<appSettings>
<webServices>
<soapExtensionTypes>
<add type="Microsoft.Web.Services2.WebServicesExtension, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" priority="1" group="0"/>
<add type="Microsoft.Web.Services2.WebServicesExtension, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" priority="1" group="0" />
</soapExtensionTypes>
</webServices>
<add key="_logDir" value="./logs/"/>
<add key="_smtpCli" value="10.10.11.22"/>
<add key="_logDir" value="./logs/" />
<add key="_smtpCli" value="10.10.11.22" />
</appSettings>
<microsoft.web>
<converters>
<add type="Microsoft.Web.Script.Serialization.Converters.DataSetConverter"/>
<add type="Microsoft.Web.Script.Serialization.Converters.DataRowConverter"/>
<add type="Microsoft.Web.Script.Serialization.Converters.DataTableConverter"/>
<add type="Microsoft.Web.Script.Serialization.Converters.DataSetConverter" />
<add type="Microsoft.Web.Script.Serialization.Converters.DataRowConverter" />
<add type="Microsoft.Web.Script.Serialization.Converters.DataTableConverter" />
</converters>
</microsoft.web>
<!-- SteamWare -->
<connectionStrings>
<add name="SteamWare.Properties.Settings.loggerConnectionString"
connectionString="Data Source=SQL2012DEV;Initial Catalog=Flamma_SC;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.SteamWare_VocabolarioConnectionString"
connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString"
connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.AnagraficaBremboConnectionString"
connectionString="Data Source=SQL2012DEV;Initial Catalog=AnagraficaBrembo;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.SteamWare_BremboConnectionString"
connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Brembo;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.Flamma_AnagraficaConnectionString"
connectionString="Data Source=SQL2012DEV;Initial Catalog=Flamma_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.ETS_AnagraficaConnectionString"
connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.ETS_AnagraficaConnectionString1"
connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.SEL_fatture_SteamWareConnectionString"
connectionString="Data Source=SQL2012DEV;Initial Catalog=SEL_fatture_SteamWare;User ID=sa;Password=keyhammer16;Encrypt=False;TrustServerCertificate=True"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.Equa_AnagraficaConnectionString"
connectionString="Data Source=SQL2012DEV;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.DbConfConnectionString"
connectionString="Data Source=SQLSTEAM;Initial Catalog=SEL_fatture_SteamWare;Persist Security Info=True;User ID=sa;Password=keyhammer;"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.GMWConnectionString"
connectionString="Data Source=SQL2012DEV;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.loggerConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=Flamma_SC;Persist Security Info=True;User ID=sa;Password=keyhammer16;" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.SteamWare_VocabolarioConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer16;" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.AnagraficaBremboConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=AnagraficaBrembo;Persist Security Info=True;User ID=sa;Password=keyhammer16;" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.SteamWare_BremboConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Brembo;Persist Security Info=True;User ID=sa;Password=keyhammer16;" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.Flamma_AnagraficaConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=Flamma_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.AnagraficaConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.SEL_fatture_SteamWareConnectionString" connectionString="Data Source=SQLSTEAM;Initial Catalog=SEL_fatture_SteamWare;User ID=sa;Password=keyhammer;Encrypt=False;TrustServerCertificate=True" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.GMWConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer16;" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.MoonProConnectionString" connectionString="Data Source=SQL2016DEV;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer16" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.DbConfConnectionString" connectionString="Data Source=SQL2016DEV;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer16" providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<pages>
<controls>
<add namespace="Microsoft.Web.UI" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/>
<add namespace="Microsoft.Web.UI.Controls" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/>
<add namespace="Microsoft.Web.UI" assembly="Microsoft.Web.Atlas" tagPrefix="atlas" />
<add namespace="Microsoft.Web.UI.Controls" assembly="Microsoft.Web.Atlas" tagPrefix="atlas" />
</controls>
</pages>
<!-- ASMX is mapped to a new handler so that proxy javascripts can also be served. -->
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" type="Microsoft.Web.Services.ScriptHandlerFactory" validate="false"/>
<remove verb="*" path="*.asmx" />
<add verb="*" path="*.asmx" type="Microsoft.Web.Services.ScriptHandlerFactory" validate="false" />
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="Microsoft.Web.Services.ScriptModule"/>
<add name="ScriptModule" type="Microsoft.Web.Services.ScriptModule" />
</httpModules>
</system.web>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
</startup>
<runtime xmlns="">
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO.Pipelines" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.1" newVersion="4.0.0.1" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
+205 -18
View File
@@ -162,7 +162,7 @@
</member>
<member name="F:SteamWare.ApplicationUserControl._allowForceUser">
<summary>
valore che determina se è possibile forzare impersonificazioen utente...
valore che determina se possibile forzare impersonificazioen utente...
</summary>
</member>
<member name="F:SteamWare.ApplicationUserControl._logLevel">
@@ -184,7 +184,7 @@
</member>
<member name="M:SteamWare.ApplicationUserControl.PredisponiDati">
<summary>
predisposizione dati x pagina da cache/database a seconda della disponibilità in cache o refresh (B.1.4)
predisposizione dati x pagina da cache/database a seconda della disponibilit in cache o refresh (B.1.4)
</summary>
</member>
<member name="M:SteamWare.ApplicationUserControl.bindControlli">
@@ -411,13 +411,13 @@
</member>
<member name="M:SteamWare.ApplicationUserControl.dataFilter(System.Boolean,System.String,System.String,System.String,System.String,System.String)">
<summary>
crea la stringa di filtraggio x data secondo modalità tipo inizio/fine/durante...
crea la stringa di filtraggio x data secondo modalit tipo inizio/fine/durante...
</summary>
<returns></returns>
</member>
<member name="M:SteamWare.ApplicationUserControl.dataFilter(System.Boolean,System.String,System.String,System.String)">
<summary>
crea la stringa di filtraggio x data secondo modalità tipo minoreUguale / uguale / maggioreUguale...
crea la stringa di filtraggio x data secondo modalit tipo minoreUguale / uguale / maggioreUguale...
</summary>
<returns></returns>
</member>
@@ -496,16 +496,16 @@
<summary>
restituisce la stringa del path corretto per l'immagine richiesta nel formato "~/images/{0}{1}"
</summary>
<param name="_tipo">verrà usato x posizione {0}, tipo "view"</param>
<param name="_dimensione">verrà usato x posizione {1}, tipo "_s.png"</param>
<param name="_tipo">verr usato x posizione {0}, tipo "view"</param>
<param name="_dimensione">verr usato x posizione {1}, tipo "_s.png"</param>
<returns></returns>
</member>
<member name="M:SteamWare.ApplicationUserControl.imgPath(SteamWare.tipoImg,SteamWare.dimImg,SteamWare.tipoFileImg)">
<summary>
restituisce la stringa del path corretto per l'immagine richiesta nel formato "~/images/{0}{1}"
</summary>
<param name="_tipo">verrà usato x posizione {0}, tipo "view"</param>
<param name="_dimensione">verrà usato x posizione {1}, tipo "_s.png"</param>
<param name="_tipo">verr usato x posizione {0}, tipo "view"</param>
<param name="_dimensione">verr usato x posizione {1}, tipo "_s.png"</param>
<param name="_tipoFile">tipo del file richiesto..."</param>
<returns></returns>
</member>
@@ -525,7 +525,7 @@
</member>
<member name="M:SteamWare.ApplicationUserControl.isVisible(System.Object)">
<summary>
definisce visibilità
definisce visibilit
</summary>
<param name="cosa"></param>
<returns></returns>
@@ -1514,7 +1514,23 @@
</summary>
<param name="email"></param>
<param name="AuthKey">chiave (in chiaro)</param>
<param name="SiteName">nome del sito</param>
</member>
<member name="M:SteamWare.devicesAuthProxy.sendEmailAuthKey(System.String,System.String,System.String,System.String,System.String)">
<summary>
invia email ad utente con url x enroll
</summary>
<param name="email"></param>
<param name="AuthKey">chiave (in chiaro)</param>
<param name="SiteName">nome del sito</param>
<param name="subject">chiave (in chiaro)</param>
<param name="body">body (in formato da completare string.format con 4 parametri che verrano inseriti come i seguenti:
{0} = baseURL - memLayer.ML.CRS("baseUrl")
{1} = chaive encoded - HttpUtility.UrlEncode(md5UserAuthKey)
{2} = email destinatario
{3} = subject
{4} = site name
</param>
</member>
<member name="P:SteamWare.devicesAuthProxy.maxAuth">
<summary>
@@ -1622,6 +1638,13 @@
<param name="pagina"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.userIsKnown(System.String)">
<summary>
Verifica se l'utente sia noto al sistema...
</summary>
<param name="_username"></param>
<returns></returns>
</member>
<member name="M:SteamWare.devicesAuthProxy.isPageSafe(System.String)">
<summary>
conta il numero di permessi utente per la pagina attuale e restituisce true se ne trova almeno 1
@@ -2110,6 +2133,11 @@
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Billing.Fatture_UplStatsDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Billing.selTipoRow">
<summary>
Represents strongly named DataRow class.
@@ -2175,6 +2203,11 @@
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Billing.Fatture_UplStatsRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Billing.selTipoRowChangeEvent">
<summary>
Row event argument class
@@ -2240,6 +2273,11 @@
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Billing.Fatture_UplStatsRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_BillingTableAdapters.selTipoTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
@@ -2305,6 +2343,11 @@
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_BillingTableAdapters.Fatture_UplStatsTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_BillingTableAdapters.TableAdapterManager">
<summary>
TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
@@ -2555,6 +2598,11 @@
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Utility.ConfigTmpDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:SteamWare.DS_Utility.ListValuesRow">
<summary>
Represents strongly named DataRow class.
@@ -2570,6 +2618,11 @@
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Utility.ConfigTmpRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:SteamWare.DS_Utility.ListValuesRowChangeEvent">
<summary>
Row event argument class
@@ -2585,6 +2638,11 @@
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_Utility.ConfigTmpRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:SteamWare.DS_UtilityTableAdapters.ListValuesTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
@@ -2600,6 +2658,11 @@
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_UtilityTableAdapters.ConfigTmpTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:SteamWare.DS_UtilityTableAdapters.TableAdapterManager">
<summary>
TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
@@ -3599,6 +3662,21 @@
controlla se si debba mantenere sotto controllo la dimensioen della cartella logs
</summary>
</member>
<member name="F:SteamWare.logger.lastDirCheck">
<summary>
Ultima verifica directory (x shrink)
</summary>
</member>
<member name="F:SteamWare.logger._readWriteLock">
<summary>
metodo gestione wirteLock su file log
</summary>
</member>
<member name="F:SteamWare.logger.enableDumpDiag">
<summary>
Indica se sia abilitato log diagnostico esteso...
</summary>
</member>
<member name="F:SteamWare.logger.lg">
<summary>
singleton del logger
@@ -3636,6 +3714,20 @@
<param name="_testoPre">testo iniziale del log</param>
<returns></returns>
</member>
<member name="M:SteamWare.logger.doScriviLog(System.String)">
<summary>
Vera chiamata scrittura log x override con gestione REDIS di calmierazione
</summary>
<param name="_testoPre"></param>
<returns></returns>
</member>
<member name="M:SteamWare.logger.WriteToFileThreadSafe(System.String,System.String)">
<summary>
Esecuzione scrittura ThreadSafe
</summary>
<param name="text2write"></param>
<param name="logPath"></param>
</member>
<member name="M:SteamWare.logger.scriviLog(System.String,SteamWare.tipoLog)">
<summary>
scrive un messaggio di log con etichetta pre
@@ -3742,6 +3834,11 @@
Table adapter accesso conf parameters
</summary>
</member>
<member name="F:SteamWare.memLayer.taConfigTmp">
<summary>
Table adapter accesso conf parameters TMP (x import/check)
</summary>
</member>
<member name="F:SteamWare.memLayer.ML">
<summary>
oggetto singleton x accesso al layer di memoria
@@ -3803,9 +3900,9 @@
</summary>
<returns></returns>
</member>
<member name="P:SteamWare.memLayer.lastUpdateAppConf">
<member name="P:SteamWare.memLayer.maxAgeAppConf">
<summary>
ultimo update in cache dei valori di AppConfig
Recupera il TTL x appConf (secondi)
</summary>
</member>
<member name="M:SteamWare.memLayer.configDbVal(System.String)">
@@ -4024,7 +4121,7 @@
</member>
<member name="M:SteamWare.memLayer.isInSessionObject(System.String)">
<summary>
restituisce true se è presente in session l'oggetto richiesto
restituisce true se sia presente in session l'oggetto richiesto
</summary>
<param name="nomeVar"></param>
<returns></returns>
@@ -4066,6 +4163,11 @@
</summary>
<param name="nome"></param>
</member>
<member name="P:SteamWare.memLayer.cacheOnRedis">
<summary>
Indica se usare la cache su REDIS (true) oppure cache applicativo IIS (false)
</summary>
</member>
<member name="M:SteamWare.memLayer.objCacheObj(System.String)">
<summary>
carica dalla Cache un dato di tipo object generico
@@ -4091,7 +4193,7 @@
<summary>
inserisce in Cache un valore
</summary>
<param name="nome">nome della variabile</param>
<param name="nomeVar">nome della variabile</param>
<param name="valore">valore</param>
</member>
<member name="M:SteamWare.memLayer.setCacheVal(System.String,System.Object,System.Boolean)">
@@ -4107,11 +4209,11 @@
<summary>
svuota una variabile dalla Cache
</summary>
<param name="nome"></param>
<param name="nomeVar"></param>
</member>
<member name="M:SteamWare.memLayer.isInCacheObject(System.String)">
<summary>
restituisce true se è presente in cache l'oggetto richiesto
restituisce true se sia presente in cache l'oggetto richiesto
</summary>
<param name="nomeVar"></param>
<returns></returns>
@@ -4144,11 +4246,30 @@
forza lo svuotamento delle tabelle indicate come in cache...
</summary>
</member>
<member name="P:SteamWare.memLayer.cache">
<summary>
Oggetto DB REDIS corrente
</summary>
</member>
<member name="M:SteamWare.memLayer.redHash(System.String)">
<summary>
Nome della variabile HASH da utilizzare (dato CodModulo / Server / DB impiegato da funzionalita' DbConfig) + keyName richiesto...
</summary>
</member>
<member name="M:SteamWare.memLayer.serializeVal(System.Object)">
<summary>
Serializzazione di un oggetto generico
</summary>
<param name="origVal"></param>
<returns></returns>
</member>
<member name="M:SteamWare.memLayer.deserializeVal(System.String)">
<summary>
Deserializzazione di un valore string in oggetto generico
</summary>
<param name="serVal"></param>
<returns></returns>
</member>
<member name="F:SteamWare.memLayer.lazyConnection">
<summary>
Connessione lazy a redis...
@@ -4241,6 +4362,20 @@
<param name="valori">Set KVP chiave-valore da salvare</param>
<returns></returns>
</member>
<member name="M:SteamWare.memLayer.redKeyPresent(StackExchange.Redis.RedisKey)">
<summary>
Verifica se ci siano valori nella KEY indicata...
</summary>
<param name="key"></param>
<returns></returns>
</member>
<member name="M:SteamWare.memLayer.redKeyPresentSz(System.String)">
<summary>
Verifica se ci siano valori nella KEY indicata (string)
</summary>
<param name="key"></param>
<returns></returns>
</member>
<member name="M:SteamWare.memLayer.redHashPresent(StackExchange.Redis.RedisKey)">
<summary>
Verifica se ci siano valori nella hash indicata...
@@ -4293,6 +4428,14 @@
<param name="hashFields">valori</param>
<returns></returns>
</member>
<member name="M:SteamWare.memLayer.redSaveHashList(System.String,System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
<summary>
Salvataggio di una hash di valori
</summary>
<param name="hashKey">chiave</param>
<param name="hashListKVP">valori come lista KVP</param>
<returns></returns>
</member>
<member name="M:SteamWare.memLayer.redSaveHash(System.String,System.Collections.Generic.KeyValuePair{System.String,System.String}[],System.Double)">
<summary>
Salvataggio di una hash di valori
@@ -5238,7 +5381,7 @@
</member>
<member name="P:SteamWare.user_std.isAuth">
<summary>
è un boolean che indica se in session ci siano user/dominio e quindi utente autenticato in precedenza...
un boolean che indica se in session ci siano user/dominio e quindi utente autenticato in precedenza...
</summary>
</member>
<member name="M:SteamWare.user_std.isPageEnabled(System.String)">
@@ -5370,7 +5513,7 @@
</member>
<member name="M:SteamWare.user_std.getEnabledCdc(System.String)">
<summary>
restituisce la tabella (per utente corrente) dei CDC abilitati per l'applicazione attuale da sessione (se non c'è salva...)
restituisce la tabella (per utente corrente) dei CDC abilitati per l'applicazione attuale da sessione (se non c' salva...)
</summary>
<param name="cod_modulo">modulo di cui si testano i diritti</param>
<returns></returns>
@@ -5719,6 +5862,50 @@
<param name="_corpo">corpo del messaggio</param>
<param name="_allegati">allegati del messaggio</param>
</member>
<member name="M:SteamWare.gestEmail.sendWithAIMClient(System.String,System.String,System.String,System.String,System.Net.Mail.AlternateView[])">
<summary>
Invia con metodo del client AIM x compatilbiiltà SSL implicito and co
https://sourceforge.net/projects/netimplicitssl/
</summary>
<param name="_mailFrom">email mittente</param>
<param name="_mailTo">email destinatario</param>
<param name="_oggetto">oggetto dell'email</param>
<param name="_corpo">corpo del messaggio</param>
<param name="_allegati">allegati del messaggio</param>
<returns></returns>
</member>
<member name="M:SteamWare.gestEmail.Base64Encode(System.String)">
<summary>
Encode in Base64
</summary>
<param name="plainText"></param>
<returns></returns>
</member>
<member name="M:SteamWare.gestEmail.Base64Decode(System.String)">
<summary>
Decode in Base64
</summary>
<param name="base64EncodedData"></param>
<returns></returns>
</member>
<member name="M:SteamWare.gestEmail.compEvent(System.Object,System.ComponentModel.AsyncCompletedEventArgs)">
<summary>
CallBack chiusura invio
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:SteamWare.gestEmail.sendWithNetClient(System.String,System.String,System.String,System.String,System.Net.Mail.AlternateView[])">
<summary>
Invia con metodo del client Net standard
</summary>
<param name="_mailFrom">email mittente</param>
<param name="_mailTo">email destinatario</param>
<param name="_oggetto">oggetto dell'email</param>
<param name="_corpo">corpo del messaggio</param>
<param name="_allegati">allegati del messaggio</param>
<returns></returns>
</member>
<member name="M:SteamWare.gestEmail.mandaEmailNoLog(System.String,System.String,System.String,System.String)">
<summary>
procedura invio email
@@ -5814,7 +6001,7 @@
</summary>
<param name="Expression">stringa da splittare</param>
<param name="Delimiter">delimitatore ricercato</param>
<param name="SingleSeparator">true=il delimiter è un blocco unico, false=qualsiasi oggetto del delimiter fa split (come split base)</param>
<param name="SingleSeparator">true=il delimiter un blocco unico, false=qualsiasi oggetto del delimiter fa split (come split base)</param>
<param name="Count"></param>
<param name="Compare">0 -> Binary=CaseSensitive, 1 -> Text=case insensitive</param>
<returns></returns>
Binary file not shown.
@@ -37,8 +37,26 @@ C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\SteamWare.dll.config
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\StackExchange.Redis.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\Newtonsoft.Json.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\obj\Debug\WebSCR_data.csprojResolveAssemblyReference.cache
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\obj\Debug\WebSCR_data.csproj.CoreCompileInputs.cache
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\obj\Debug\WebSCR_data.csproj.CopyComplete
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\obj\Debug\WebSCR_data.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\obj\Debug\WebSCR_data.pdb
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\AegisImplicitMail.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\System.Memory.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\System.Threading.Channels.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\System.Threading.Tasks.Extensions.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\System.IO.Compression.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\Pipelines.Sockets.Unofficial.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\netstandard.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\System.Net.Sockets.dll
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\ICSharpCode.SharpZipLib.pdb
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\ICSharpCode.SharpZipLib.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\Newtonsoft.Json.pdb
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\System.Memory.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\System.Threading.Channels.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\System.Threading.Tasks.Extensions.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\Pipelines.Sockets.Unofficial.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\obj\Debug\WebSCR_data.csprojAssemblyReference.cache