diff --git a/.vs/WebSCR/v15/.suo b/.vs/WebSCR/v15/.suo index 2773d1e..23ed8a8 100644 Binary files a/.vs/WebSCR/v15/.suo and b/.vs/WebSCR/v15/.suo differ diff --git a/.vs/WebSCR/v15/sqlite3/storage.ide b/.vs/WebSCR/v15/sqlite3/storage.ide index cb1d84e..2e7c29e 100644 Binary files a/.vs/WebSCR/v15/sqlite3/storage.ide and b/.vs/WebSCR/v15/sqlite3/storage.ide differ diff --git a/DataUploader/DataUploader.csproj.user b/DataUploader/DataUploader.csproj.user index 6aa8187..03e8854 100644 --- a/DataUploader/DataUploader.csproj.user +++ b/DataUploader/DataUploader.csproj.user @@ -3,7 +3,7 @@ ShowAllFiles Zip - Release|Any CPU + Debug|Any CPU diff --git a/DataUploader/bin/DataUploader.dll b/DataUploader/bin/DataUploader.dll index 9f2ec5e..ec27dc7 100644 Binary files a/DataUploader/bin/DataUploader.dll and b/DataUploader/bin/DataUploader.dll differ diff --git a/VersGen/bin/Debug/VersGen.dll b/VersGen/bin/Debug/VersGen.dll index 8de73c2..4c93a46 100644 Binary files a/VersGen/bin/Debug/VersGen.dll and b/VersGen/bin/Debug/VersGen.dll differ diff --git a/VersGen/obj/Debug/TempPE/WebSC.cs.dll b/VersGen/obj/Debug/TempPE/WebSC.cs.dll index 6c18a6a..5e02241 100644 Binary files a/VersGen/obj/Debug/TempPE/WebSC.cs.dll and b/VersGen/obj/Debug/TempPE/WebSC.cs.dll differ diff --git a/VersGen/obj/Debug/VersGen.csproj.FileListAbsolute.txt b/VersGen/obj/Debug/VersGen.csproj.FileListAbsolute.txt index e372d0d..74e4484 100644 --- a/VersGen/obj/Debug/VersGen.csproj.FileListAbsolute.txt +++ b/VersGen/obj/Debug/VersGen.csproj.FileListAbsolute.txt @@ -18,3 +18,4 @@ C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\VersGen\bin\Debug\V C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\VersGen\obj\Debug\VersGen.csprojResolveAssemblyReference.cache C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\VersGen\obj\Debug\VersGen.dll C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\VersGen\obj\Debug\VersGen.pdb +C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\VersGen\obj\Debug\VersGen.csproj.CoreCompileInputs.cache diff --git a/VersGen/obj/Debug/VersGen.csprojResolveAssemblyReference.cache b/VersGen/obj/Debug/VersGen.csprojResolveAssemblyReference.cache index 2d87956..2c569ff 100644 Binary files a/VersGen/obj/Debug/VersGen.csprojResolveAssemblyReference.cache and b/VersGen/obj/Debug/VersGen.csprojResolveAssemblyReference.cache differ diff --git a/VersGen/obj/Debug/VersGen.dll b/VersGen/obj/Debug/VersGen.dll index 8de73c2..4c93a46 100644 Binary files a/VersGen/obj/Debug/VersGen.dll and b/VersGen/obj/Debug/VersGen.dll differ diff --git a/WebSCR/WebSCR.csproj.user b/WebSCR/WebSCR.csproj.user index 3aceeba..9ccf1f8 100644 --- a/WebSCR/WebSCR.csproj.user +++ b/WebSCR/WebSCR.csproj.user @@ -10,7 +10,7 @@ - OVH|Any CPU + Debug|Any CPU diff --git a/WebSCR/WebUserControls/mod_dettInt.ascx b/WebSCR/WebUserControls/mod_dettInt.ascx index 37ee742..f6f516f 100644 --- a/WebSCR/WebUserControls/mod_dettInt.ascx +++ b/WebSCR/WebUserControls/mod_dettInt.ascx @@ -43,13 +43,12 @@ - +
- note: - + note:
@@ -63,8 +62,7 @@
- note: - + note:
@@ -79,7 +77,7 @@ - + @@ -94,7 +92,7 @@ - + diff --git a/WebSCR/WebUserControls/mod_dettInt.ascx.cs b/WebSCR/WebUserControls/mod_dettInt.ascx.cs index e6c4f0e..1644a62 100644 --- a/WebSCR/WebUserControls/mod_dettInt.ascx.cs +++ b/WebSCR/WebUserControls/mod_dettInt.ascx.cs @@ -230,11 +230,17 @@ namespace WebSCR.WebUserControls } protected void odsDettInt_Updating(object sender, ObjectDataSourceMethodEventArgs e) { -#if false - // recupero valori consegna e note... - e.InputParameters["CodConsegna"] = ((DropDownList)grViewDettInt.Rows[grViewDettInt.EditIndex].FindControl("ddlTipoCons")).SelectedValue; - e.InputParameters["Note"] = ((TextBox)grViewDettInt.Rows[grViewDettInt.EditIndex].FindControl("txtNote")).Text; -#endif + e.InputParameters["UserMod"] = user_std.UtSn.userNameAD; + e.InputParameters["Note"] = e.InputParameters["Note"].ToString().Trim(); + e.InputParameters["MatrOp"] = matrOp; } + + protected void odsDettInt_Deleting(object sender, ObjectDataSourceMethodEventArgs e) + { + e.InputParameters["UserMod"] = user_std.UtSn.userNameAD; + e.InputParameters["Note"] = e.InputParameters["Note"].ToString().Trim(); + e.InputParameters["MatrOp"] = matrOp; + } + } } \ No newline at end of file diff --git a/WebSCR/bin/Antlr3.Runtime.pdb b/WebSCR/bin/Antlr3.Runtime.pdb deleted file mode 100644 index 4afaf35..0000000 Binary files a/WebSCR/bin/Antlr3.Runtime.pdb and /dev/null differ diff --git a/WebSCR/bin/NLog.config b/WebSCR/bin/NLog.config deleted file mode 100644 index 7a0f3aa..0000000 --- a/WebSCR/bin/NLog.config +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/WebSCR/bin/SteamWare.dll b/WebSCR/bin/SteamWare.dll index 94af396..01b67bb 100644 Binary files a/WebSCR/bin/SteamWare.dll and b/WebSCR/bin/SteamWare.dll differ diff --git a/WebSCR/bin/SteamWare.xml b/WebSCR/bin/SteamWare.xml index 0bc1b4d..bfc9a87 100644 --- a/WebSCR/bin/SteamWare.xml +++ b/WebSCR/bin/SteamWare.xml @@ -1316,6 +1316,11 @@ resetta il vocabolario rileggendo i dati... + + + Verifica se il vocabolario sia ok... + + crea nel db corrente il lemma richiesto e lo valorizza come "--{0}--" @@ -1511,6 +1516,11 @@ chiave (in chiaro) chiave (in chiaro) + + + numero massimo auth concesse (se non trovo su conf prendo 1000) + + effettua enroll del device x l'utente con l'email indicata @@ -3086,6 +3096,15 @@ + + + scrive il file dallo stream byte[] inviato + + + + + + scrive il file dallo stream byte[] inviato @@ -3094,6 +3113,15 @@ + + + scrive il file dalla stringa inviata + + + + + + scrive il file dalla stringa inviata @@ -3196,6 +3224,13 @@ + + + comprime zip il file indicato + + File in formato FileInfo + + comprime zip i files corrispondenti alla RegExp indicata nella dir corrente @@ -4109,16 +4144,37 @@ forza lo svuotamento delle tabelle indicate come in cache... + + + Nome della variabile HASH da utilizzare (dato CodModulo / Server / DB impiegato da funzionalita' DbConfig) + keyName richiesto... + + Connessione lazy a redis... + + + Connessione lazy a redis... + + Oggetto statico connessione redis + + + Oggetto statico connessione redis + + + + + Restituisce info dei server connessi... + + + Restituisce una chiave salvata in RedisCache @@ -4134,6 +4190,15 @@ + + + Salva una chiave in RedisCache + + + + in secondi + + Incrementa un contatore in Redis @@ -4183,6 +4248,13 @@ + + + Verifica se ci siano valori nella hash indicata (string) + + + + Recupera tutti i valori dalla hash @@ -4190,12 +4262,53 @@ + + + Recupera tutti i valori dalla hash in formato Dictionary + + + + + + + Recupera UN SINGOLO VALORE dalla hash per un dato field + + + + + Salvataggio di una hash di valori - - + chiave + valori + + + + + Salvataggio di una hash di valori in formato Dictionary + + chiave + valori + + + + + Salvataggio di una hash di valori + + chiave + valori + scadenza preimpostata hash (secondi) | defaoult = -1 (non scade) + + + + + Salvataggio di una hash di valori in formato Dictionary + + chiave + valori + scadenza preimpostata hash (secondi) | defaoult = -1 (non scade) @@ -4212,11 +4325,83 @@ ** = tutti + + + Conta num oggetti cache redis che rispondono a pattern + + ** = tutti + + Restituisce numero record in Redis DB + + + Restituisce oggetti cache redis che rispondono a pattern + + ** = tutti + Tipo di ordinamento per kvp + + + + + Effettua comaprazione x CHIAVE in KVP ASC + + + + + + + + Effettua comaprazione x VALORE in KVP ASC + + + + + + + + Effettua comaprazione x CHIAVE in KVP DESC + + + + + + + + Effettua comaprazione x VALORE in KVP DESC + + + + + + + + Tipologia di ordinamento x liste KVP + + + + + Ordinamento ASCending per KEY + + + + + Ordinamento DESCending per KEY + + + + + Ordinamento ASCending per VAL + + + + + Ordinamento DESCending per VAL + + Formattazione stringa URL immagini con gestione "base url" @@ -4297,6 +4482,71 @@ The length of the hash to generate, in bytes. A hash of the password. + + + Gestione update applicazioni + + + + + Init classe + + + + + Init classe + + + + + Recupera l'ultima versione disponibile + + + + + + + Effettua download ultima versione applicativo + + + + + + + + Object of this class gives you all the details about the update useful in handling the update logic yourself. + + + + + If new update is available then returns true otherwise false. + + + + + Download URL of the update file. + + + + + URL of the webpage specifying changes in the new update. + + + + + Returns newest version of the application available to download. + + + + + Returns version of the application currently installed on the user's PC. + + + + + Shows if the update is required or optional. + + Base class for every user control in the application, containing some common @@ -4612,6 +4862,11 @@ It is not meant to be be used directly. + + + UID formattato con "_" + + event handler generico @@ -5825,6 +6080,19 @@ + + + Classe gestione divisioni + + + + + Effettua il calcolo del rapporto numeratore/denominatore come DECIMAL con gestione denominatore != 0 + + numeratore + denominatore + + eventi associati a UserCOntrol SteamWare standard diff --git a/WebSCR/bin/WebSCR.dll b/WebSCR/bin/WebSCR.dll index 0ba4e81..b00ae28 100644 Binary files a/WebSCR/bin/WebSCR.dll and b/WebSCR/bin/WebSCR.dll differ diff --git a/WebSCR/bin/WebSCR_data.dll b/WebSCR/bin/WebSCR_data.dll index 2d98439..9f0a0c6 100644 Binary files a/WebSCR/bin/WebSCR_data.dll and b/WebSCR/bin/WebSCR_data.dll differ diff --git a/WebSCR/obj/Debug/WebSCR.csproj.FileListAbsolute.txt b/WebSCR/obj/Debug/WebSCR.csproj.FileListAbsolute.txt index db4ed72..97e9944 100644 --- a/WebSCR/obj/Debug/WebSCR.csproj.FileListAbsolute.txt +++ b/WebSCR/obj/Debug/WebSCR.csproj.FileListAbsolute.txt @@ -65,7 +65,6 @@ C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR\bin\System.W C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR\obj\Debug\WebSCR.csprojResolveAssemblyReference.cache C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR\obj\Debug\WebSCR.dll C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR\obj\Debug\WebSCR.pdb -C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\NLog.config C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\WebSCR.dll.config C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\WebSCR.dll C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\WebSCR.pdb @@ -91,7 +90,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\SteamWare.dll.config C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\WebSCR_data.pdb C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\WebSCR_data.dll.config -C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\Antlr3.Runtime.pdb 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 @@ -101,5 +99,7 @@ C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR\bin\ 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 diff --git a/WebSCR_data/bin/Debug/Newtonsoft.Json.dll b/WebSCR_data/bin/Debug/Newtonsoft.Json.dll index 77a5d89..1971a35 100644 Binary files a/WebSCR_data/bin/Debug/Newtonsoft.Json.dll and b/WebSCR_data/bin/Debug/Newtonsoft.Json.dll differ diff --git a/WebSCR_data/bin/Debug/Newtonsoft.Json.xml b/WebSCR_data/bin/Debug/Newtonsoft.Json.xml index b386458..2ef7a77 100644 --- a/WebSCR_data/bin/Debug/Newtonsoft.Json.xml +++ b/WebSCR_data/bin/Debug/Newtonsoft.Json.xml @@ -767,12 +767,14 @@ Gets or sets a value indicating whether the written enum text should be camel case. + The default value is false. true if the written enum text will be camel case; otherwise, false. Gets or sets a value indicating whether integer values are allowed when deserializing. + The default value is true. true if integers are allowed when deserializing; otherwise, false. @@ -814,6 +816,29 @@ true if this instance can convert the specified object type; otherwise, false. + + + Converts a to and from Unix epoch time + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + Converts a to and from a string (e.g. "1.2.3.4"). @@ -1825,6 +1850,58 @@ true if this can write JSON; otherwise, false. + + + Converts an object to and from JSON. + + The object type to convert. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. If there is no existing value then null will be used. + The existing value has a value. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + Instructs the to use the specified when serializing the member or class. @@ -1953,6 +2030,12 @@ The member serialization. + + + Gets or sets how the object's properties with null values are handled during serialization and deserialization. + + How the object's properties with null values are handled during serialization and deserialization. + Gets or sets a value that indicates whether the object's properties are required. @@ -2119,7 +2202,7 @@ A that represents the asynchronous read. The property returns true if the next token was read successfully; false if there are no more tokens to read. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -2128,7 +2211,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -2138,7 +2221,7 @@ A that represents the asynchronous read. The property returns the of . This result will be null at the end of an array. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -2148,7 +2231,7 @@ A that represents the asynchronous read. The property returns the []. This result will be null at the end of an array. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -2158,7 +2241,7 @@ A that represents the asynchronous read. The property returns the of . This result will be null at the end of an array. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -2168,7 +2251,7 @@ A that represents the asynchronous read. The property returns the of . This result will be null at the end of an array. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -2178,7 +2261,7 @@ A that represents the asynchronous read. The property returns the of . This result will be null at the end of an array. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -2188,7 +2271,7 @@ A that represents the asynchronous read. The property returns the of . This result will be null at the end of an array. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -2198,7 +2281,7 @@ A that represents the asynchronous read. The property returns the of . This result will be null at the end of an array. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -2208,7 +2291,7 @@ A that represents the asynchronous read. The property returns the . This result will be null at the end of an array. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -2610,6 +2693,7 @@ Gets or sets how type name writing and reading is handled by the serializer. + The default value is . should be used with caution when your application deserializes JSON from an external source. @@ -2620,55 +2704,65 @@ Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . The type name assembly format. Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . The type name assembly format. Gets or sets how object references are preserved by the serializer. + The default value is . Gets or sets how reference loops (e.g. a class referencing itself) is handled. + The default value is . Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + The default value is . Gets or sets how null values are handled during serialization and deserialization. + The default value is . Gets or sets how default values are handled during serialization and deserialization. + The default value is . Gets or sets how objects are created during deserialization. + The default value is . The object creation handling. Gets or sets how constructors are used during deserialization. + The default value is . The constructor handling. Gets or sets how metadata properties are used during deserialization. + The default value is . The metadata properties handling. @@ -2693,26 +2787,31 @@ Indicates how JSON text output is formatted. + The default value is . Gets or sets how dates are written to JSON text. + The default value is . Gets or sets how time zones are handled during serialization and deserialization. + The default value is . Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + The default value is . Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + The default value is . @@ -2720,32 +2819,39 @@ Gets or sets how special floating point numbers, e.g. , and , are written as JSON text. + The default value is . Gets or sets how strings are escaped when writing JSON text. + The default value is . Gets or sets how and values are formatted when writing JSON text, and the expected date format when reading JSON text. + The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK". - Gets or sets the culture used when reading JSON. Defaults to . + Gets or sets the culture used when reading JSON. + The default value is . Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + A null value means there is no maximum. + The default value is null. Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. + The default value is false. true if there will be a check for additional JSON content after deserializing an object; otherwise, false. @@ -2904,30 +3010,35 @@ Gets or sets how reference loops (e.g. a class referencing itself) are handled. + The default value is . Reference loop handling. Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + The default value is . Missing member handling. Gets or sets how objects are created during deserialization. + The default value is . The object creation handling. Gets or sets how null values are handled during serialization and deserialization. + The default value is . Null value handling. Gets or sets how default values are handled during serialization and deserialization. + The default value is . The default value handling. @@ -2940,12 +3051,14 @@ Gets or sets how object references are preserved by the serializer. + The default value is . The preserve references handling. Gets or sets how type name writing and reading is handled by the serializer. + The default value is . should be used with caution when your application deserializes JSON from an external source. @@ -2957,24 +3070,28 @@ Gets or sets how metadata properties are used during deserialization. + The default value is . The metadata properties handling. Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . The type name assembly format. Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . The type name assembly format. Gets or sets how constructors are used during deserialization. + The default value is . The constructor handling. @@ -3037,31 +3154,38 @@ Gets or sets how and values are formatted when writing JSON text, and the expected date format when reading JSON text. + The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK". Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + A null value means there is no maximum. + The default value is null. Indicates how JSON text output is formatted. + The default value is . Gets or sets how dates are written to JSON text. + The default value is . Gets or sets how time zones are handled during serialization and deserialization. + The default value is . - Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + The default value is . @@ -3069,26 +3193,31 @@ Gets or sets how special floating point numbers, e.g. , and , are written as JSON. + The default value is . Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + The default value is . Gets or sets how strings are escaped when writing JSON text. + The default value is . - Gets or sets the culture used when reading JSON. Defaults to . + Gets or sets the culture used when reading JSON. + The default value is . Gets a value indicating whether there will be a check for additional content after deserializing an object. + The default value is false. true if there will be a check for additional content after deserializing an object; otherwise, false. @@ -4376,7 +4505,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4385,7 +4514,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4395,7 +4524,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4404,7 +4533,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4413,7 +4542,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4422,7 +4551,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4432,7 +4561,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4441,7 +4570,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4450,7 +4579,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4459,7 +4588,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4468,7 +4597,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4477,7 +4606,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4487,7 +4616,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4498,7 +4627,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4507,7 +4636,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4517,7 +4646,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4527,7 +4656,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4537,7 +4666,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4546,7 +4675,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4556,7 +4685,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4567,7 +4696,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4577,7 +4706,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4592,7 +4721,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4602,7 +4731,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4612,7 +4741,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4622,7 +4751,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4632,7 +4761,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4642,7 +4771,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4652,7 +4781,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4662,7 +4791,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4672,7 +4801,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4682,7 +4811,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4692,7 +4821,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4702,7 +4831,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4712,7 +4841,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4722,7 +4851,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4732,7 +4861,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4742,7 +4871,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4752,7 +4881,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4762,7 +4891,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4772,7 +4901,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4782,7 +4911,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4792,7 +4921,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4802,7 +4931,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4812,7 +4941,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4822,7 +4951,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4832,7 +4961,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4842,7 +4971,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4852,7 +4981,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4862,7 +4991,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4872,7 +5001,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4882,7 +5011,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4892,7 +5021,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4902,7 +5031,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4912,7 +5041,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4922,7 +5051,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4932,7 +5061,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4942,7 +5071,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4952,7 +5081,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4962,7 +5091,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4972,7 +5101,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4981,7 +5110,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -4991,7 +5120,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -5002,7 +5131,7 @@ The token to monitor for cancellation requests. The default value is . A that represents the asynchronous operation. The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asychronousity. + classes can override this behaviour for true asynchronicity. @@ -5530,21 +5659,6 @@ Load comments as a with type . - - - Specifies how line information is handled when loading JSON. - - - - - Ignore line information. - - - - - Load line information. - - Contains the LINQ to JSON extension methods. @@ -6441,6 +6555,13 @@ Name of the property. The value. + + + Determines whether the JSON object has the specified property name. + + Name of the property. + true if the JSON object has the specified property name; otherwise, false. + Removes the property with the specified name. @@ -8338,6 +8459,21 @@ is not of the same type as this instance. + + + Specifies how line information is handled when loading JSON. + + + + + Ignore line information. + + + + + Load line information. + + Specifies how JSON arrays are merged together. @@ -9231,6 +9367,22 @@ true if the attribute will be ignored when serializing and deserializing types; otherwise, false. + + + Gets or sets a value indicating whether to ignore IsSpecified members when serializing and deserializing types. + + + true if the IsSpecified members will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore ShouldSerialize members when serializing and deserializing types. + + + true if the ShouldSerialize members will be ignored when serializing and deserializing types; otherwise, false. + + Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized. @@ -9982,6 +10134,12 @@ A value indicating whether the object's properties are required. + + + Gets or sets how the object's properties with null values are handled during serialization and deserialization. + + How the object's properties with null values are handled during serialization and deserialization. + Gets the object's properties. @@ -10618,18 +10776,12 @@ with a restriction limiting our type - + - Gets a dictionary of the names and values of an type. + Helper class for serializing immutable collections. + Note that this is used by all builds, even those that don't support immutable collections, in case the DLL is GACed + https://github.com/JamesNK/Newtonsoft.Json/issues/652 - - - - - Gets a dictionary of the names and values of an Enum type. - - The enum type to get names and values for. - diff --git a/WebSCR_data/bin/Debug/StackExchange.Redis.dll b/WebSCR_data/bin/Debug/StackExchange.Redis.dll index 678c4ab..9a05be0 100644 Binary files a/WebSCR_data/bin/Debug/StackExchange.Redis.dll and b/WebSCR_data/bin/Debug/StackExchange.Redis.dll differ diff --git a/WebSCR_data/bin/Debug/StackExchange.Redis.xml b/WebSCR_data/bin/Debug/StackExchange.Redis.xml index a1f7018..dec657d 100644 --- a/WebSCR_data/bin/Debug/StackExchange.Redis.xml +++ b/WebSCR_data/bin/Debug/StackExchange.Redis.xml @@ -5357,6 +5357,11 @@ Indicates the time allotted for a command or operation has expired. + + + Serialization implementation; not intended for general usage + + status of the command while communicating with Redis @@ -5367,6 +5372,11 @@ Indicates a connection fault when communicating with redis + + + Serialization implementation; not intended for general usage + + The type of connection failure @@ -5382,7 +5392,7 @@ Indicates an issue communicating with redis - + Deserialization constructor; not intended for general usage diff --git a/WebSCR_data/bin/Debug/SteamWare.dll b/WebSCR_data/bin/Debug/SteamWare.dll index 7e07c42..01b67bb 100644 Binary files a/WebSCR_data/bin/Debug/SteamWare.dll and b/WebSCR_data/bin/Debug/SteamWare.dll differ diff --git a/WebSCR_data/bin/Debug/SteamWare.dll.config b/WebSCR_data/bin/Debug/SteamWare.dll.config index 9fe27de..6f56c39 100644 --- a/WebSCR_data/bin/Debug/SteamWare.dll.config +++ b/WebSCR_data/bin/Debug/SteamWare.dll.config @@ -24,18 +24,42 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/WebSCR_data/bin/Debug/SteamWare.xml b/WebSCR_data/bin/Debug/SteamWare.xml index 0bc1b4d..bfc9a87 100644 --- a/WebSCR_data/bin/Debug/SteamWare.xml +++ b/WebSCR_data/bin/Debug/SteamWare.xml @@ -1316,6 +1316,11 @@ resetta il vocabolario rileggendo i dati... + + + Verifica se il vocabolario sia ok... + + crea nel db corrente il lemma richiesto e lo valorizza come "--{0}--" @@ -1511,6 +1516,11 @@ chiave (in chiaro) chiave (in chiaro) + + + numero massimo auth concesse (se non trovo su conf prendo 1000) + + effettua enroll del device x l'utente con l'email indicata @@ -3086,6 +3096,15 @@ + + + scrive il file dallo stream byte[] inviato + + + + + + scrive il file dallo stream byte[] inviato @@ -3094,6 +3113,15 @@ + + + scrive il file dalla stringa inviata + + + + + + scrive il file dalla stringa inviata @@ -3196,6 +3224,13 @@ + + + comprime zip il file indicato + + File in formato FileInfo + + comprime zip i files corrispondenti alla RegExp indicata nella dir corrente @@ -4109,16 +4144,37 @@ forza lo svuotamento delle tabelle indicate come in cache... + + + Nome della variabile HASH da utilizzare (dato CodModulo / Server / DB impiegato da funzionalita' DbConfig) + keyName richiesto... + + Connessione lazy a redis... + + + Connessione lazy a redis... + + Oggetto statico connessione redis + + + Oggetto statico connessione redis + + + + + Restituisce info dei server connessi... + + + Restituisce una chiave salvata in RedisCache @@ -4134,6 +4190,15 @@ + + + Salva una chiave in RedisCache + + + + in secondi + + Incrementa un contatore in Redis @@ -4183,6 +4248,13 @@ + + + Verifica se ci siano valori nella hash indicata (string) + + + + Recupera tutti i valori dalla hash @@ -4190,12 +4262,53 @@ + + + Recupera tutti i valori dalla hash in formato Dictionary + + + + + + + Recupera UN SINGOLO VALORE dalla hash per un dato field + + + + + Salvataggio di una hash di valori - - + chiave + valori + + + + + Salvataggio di una hash di valori in formato Dictionary + + chiave + valori + + + + + Salvataggio di una hash di valori + + chiave + valori + scadenza preimpostata hash (secondi) | defaoult = -1 (non scade) + + + + + Salvataggio di una hash di valori in formato Dictionary + + chiave + valori + scadenza preimpostata hash (secondi) | defaoult = -1 (non scade) @@ -4212,11 +4325,83 @@ ** = tutti + + + Conta num oggetti cache redis che rispondono a pattern + + ** = tutti + + Restituisce numero record in Redis DB + + + Restituisce oggetti cache redis che rispondono a pattern + + ** = tutti + Tipo di ordinamento per kvp + + + + + Effettua comaprazione x CHIAVE in KVP ASC + + + + + + + + Effettua comaprazione x VALORE in KVP ASC + + + + + + + + Effettua comaprazione x CHIAVE in KVP DESC + + + + + + + + Effettua comaprazione x VALORE in KVP DESC + + + + + + + + Tipologia di ordinamento x liste KVP + + + + + Ordinamento ASCending per KEY + + + + + Ordinamento DESCending per KEY + + + + + Ordinamento ASCending per VAL + + + + + Ordinamento DESCending per VAL + + Formattazione stringa URL immagini con gestione "base url" @@ -4297,6 +4482,71 @@ The length of the hash to generate, in bytes. A hash of the password. + + + Gestione update applicazioni + + + + + Init classe + + + + + Init classe + + + + + Recupera l'ultima versione disponibile + + + + + + + Effettua download ultima versione applicativo + + + + + + + + Object of this class gives you all the details about the update useful in handling the update logic yourself. + + + + + If new update is available then returns true otherwise false. + + + + + Download URL of the update file. + + + + + URL of the webpage specifying changes in the new update. + + + + + Returns newest version of the application available to download. + + + + + Returns version of the application currently installed on the user's PC. + + + + + Shows if the update is required or optional. + + Base class for every user control in the application, containing some common @@ -4612,6 +4862,11 @@ It is not meant to be be used directly. + + + UID formattato con "_" + + event handler generico @@ -5825,6 +6080,19 @@ + + + Classe gestione divisioni + + + + + Effettua il calcolo del rapporto numeratore/denominatore come DECIMAL con gestione denominatore != 0 + + numeratore + denominatore + + eventi associati a UserCOntrol SteamWare standard diff --git a/WebSCR_data/bin/Debug/WebSCR_data.dll b/WebSCR_data/bin/Debug/WebSCR_data.dll index 28cc187..9f0a0c6 100644 Binary files a/WebSCR_data/bin/Debug/WebSCR_data.dll and b/WebSCR_data/bin/Debug/WebSCR_data.dll differ diff --git a/WebSCR_data/bin/Debug/WebSCR_data.dll.config b/WebSCR_data/bin/Debug/WebSCR_data.dll.config index 2038c1e..1d76ef7 100644 --- a/WebSCR_data/bin/Debug/WebSCR_data.dll.config +++ b/WebSCR_data/bin/Debug/WebSCR_data.dll.config @@ -3,6 +3,6 @@ - + diff --git a/WebSCR_data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll b/WebSCR_data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll index b6f2ff0..b99ac16 100644 Binary files a/WebSCR_data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll and b/WebSCR_data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll differ diff --git a/WebSCR_data/obj/Debug/WebSCR_data.csproj.FileListAbsolute.txt b/WebSCR_data/obj/Debug/WebSCR_data.csproj.FileListAbsolute.txt index ce6aa22..f340469 100644 --- a/WebSCR_data/obj/Debug/WebSCR_data.csproj.FileListAbsolute.txt +++ b/WebSCR_data/obj/Debug/WebSCR_data.csproj.FileListAbsolute.txt @@ -25,3 +25,20 @@ C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR_data\bin\Deb C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR_data\obj\Debug\WebSCR_data.csprojResolveAssemblyReference.cache C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR_data\obj\Debug\WebSCR_data.dll C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR_data\obj\Debug\WebSCR_data.pdb +C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\WebSCR_data.dll.config +C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\WebSCR_data.dll +C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\WebSCR_data.pdb +C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\SteamWare.dll +C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\ICSharpCode.SharpZipLib.dll +C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\StackExchange.Redis.dll +C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\Newtonsoft.Json.dll +C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\SteamWare.pdb +C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\bin\Debug\SteamWare.xml +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