Ejemplo n.º 1
0
 public void RefreshCalculateValue()
 {
     CalculateValue = new CombineCalculateData()
     {
         ListData = this.ListData,
         ListCalculateDefinition = ListCalculateDefinition,
         Key = this.Key
     };
     CalculateValue.Calculate();
     _logger.DebugFormat("RefreshCalculateValue: Key:{0}", this.Key);
 }
Ejemplo n.º 2
0
 public void RefreshCalculateValue()
 {
     CalculateValue = new CombineCalculateData()
     {
         ListData = this.ListData,
         ListCalculateDefinition = ListCalculateDefinition,
         Key = this.Key
     };
     CalculateValue.Calculate();
     _logger.DebugFormat("RefreshCalculateValue: Key:{0}", this.Key);
 }