refresh varie
This commit is contained in:
Generated
+1531
-1531
File diff suppressed because it is too large
Load Diff
@@ -2,9 +2,9 @@
|
||||
{
|
||||
|
||||
|
||||
public partial class DS_DataMatrix
|
||||
{
|
||||
}
|
||||
public partial class DS_DataMatrix
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
namespace GMW_data.DS_DataMatrixTableAdapters
|
||||
|
||||
@@ -4109,6 +4109,11 @@
|
||||
forza lo svuotamento delle tabelle indicate come in cache...
|
||||
</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="F:SteamWare.memLayer.lazyConnection">
|
||||
<summary>
|
||||
Connessione lazy a redis...
|
||||
@@ -4134,6 +4139,15 @@
|
||||
<param name="valore"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.setRSV(System.String,System.String,System.Int32)">
|
||||
<summary>
|
||||
Salva una chiave in RedisCache
|
||||
</summary>
|
||||
<param name="chiave"></param>
|
||||
<param name="valore"></param>
|
||||
<param name="TTL_sec">in secondi</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.setRCntI(System.String)">
|
||||
<summary>
|
||||
Incrementa un contatore in Redis
|
||||
@@ -4183,6 +4197,13 @@
|
||||
<param name="key"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.redHashPresentSz(System.String)">
|
||||
<summary>
|
||||
Verifica se ci siano valori nella hash indicata (string)
|
||||
</summary>
|
||||
<param name="key"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.redGetHash(System.String)">
|
||||
<summary>
|
||||
Recupera tutti i valori dalla hash
|
||||
@@ -4190,12 +4211,53 @@
|
||||
<param name="hashKey"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.redGetHashDict(System.String)">
|
||||
<summary>
|
||||
Recupera tutti i valori dalla hash in formato Dictionary
|
||||
</summary>
|
||||
<param name="hashKey"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.redGetHashField(System.String,System.String)">
|
||||
<summary>
|
||||
Recupera UN SINGOLO VALORE dalla hash per un dato field
|
||||
</summary>
|
||||
<param name="hashKey"></param>
|
||||
<param name="hashField"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.redSaveHash(System.String,System.Collections.Generic.KeyValuePair{System.String,System.String}[])">
|
||||
<summary>
|
||||
Salvataggio di una hash di valori
|
||||
</summary>
|
||||
<param name="hashKey"></param>
|
||||
<param name="hashFields"></param>
|
||||
<param name="hashKey">chiave</param>
|
||||
<param name="hashFields">valori</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.redSaveHashDict(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
|
||||
<summary>
|
||||
Salvataggio di una hash di valori in formato Dictionary
|
||||
</summary>
|
||||
<param name="hashKey">chiave</param>
|
||||
<param name="hashFields">valori</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
|
||||
</summary>
|
||||
<param name="hashKey">chiave</param>
|
||||
<param name="hashFields">valori</param>
|
||||
<param name="expireSeconds">scadenza preimpostata hash (secondi) | defaoult = -1 (non scade)</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.redSaveHashDict(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Double)">
|
||||
<summary>
|
||||
Salvataggio di una hash di valori in formato Dictionary
|
||||
</summary>
|
||||
<param name="hashKey">chiave</param>
|
||||
<param name="hashFields">valori</param>
|
||||
<param name="expireSeconds">scadenza preimpostata hash (secondi) | defaoult = -1 (non scade)</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.redDelKey(System.String)">
|
||||
@@ -4212,6 +4274,13 @@
|
||||
<param name="keyPattern">** = tutti</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.memLayer.redCountKey(System.String)">
|
||||
<summary>
|
||||
Conta num oggetti cache redis che rispondono a pattern
|
||||
</summary>
|
||||
<param name="keyPattern">** = tutti</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:SteamWare.memLayer.numRecRedis">
|
||||
<summary>
|
||||
Restituisce numero record in Redis DB
|
||||
|
||||
@@ -1,17 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<!--gestione timeout "esteso" x chiamate SQL critiche, in secondi -->
|
||||
<add key="sqlLongCommandTimeout" value="600" />
|
||||
<add key="sqlLongCommandTimeout" value="600"/>
|
||||
</appSettings>
|
||||
<configSections>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="GMW_data.Properties.Settings.SP_produzioneConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="GMW_data.Properties.Settings.SP_produzioneConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
</configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
|
||||
|
||||
Reference in New Issue
Block a user