Aggiunta filtri per max record e
tempo aggiornamento
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
public bool LiveUpdate { get; set; } = true;
|
||||
|
||||
public int MaxRecord { get; set; } = 100;
|
||||
public int TempoAgg { get; set; } = 2000;
|
||||
|
||||
#endregion Public Properties
|
||||
|
||||
@@ -37,6 +38,9 @@
|
||||
|
||||
if (MaxRecord != item.MaxRecord)
|
||||
return false;
|
||||
|
||||
if (TempoAgg != item.TempoAgg)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user