public PropertyAggregatorUpdate(PropertyAggregatorConfig config, ValueTuple values)
 {
     _config = config;
     _values = values;
 }
Exemplo n.º 2
0
 public decimal Get(PropertyAggregatorConfig config)
 {
     return _aggregators[config.Index].Value;
 }
Exemplo n.º 3
0
 public decimal Get(PropertyAggregatorConfig config)
 {
     return(_aggregators[config.Index].Value);
 }
Exemplo n.º 4
0
 public PropertyAggregatorUpdate(PropertyAggregatorConfig config, ValueTuple values)
 {
     _config = config;
     _values = values;
 }