コード例 #1
0
ファイル: GroupInfo.cs プロジェクト: ChickenFire/Pivot3dData
 public void RefreshCalculateValue()
 {
     CalculateValue = new CombineCalculateData()
     {
         ListData = this.ListData,
         ListCalculateDefinition = ListCalculateDefinition,
         Key = this.Key
     };
     CalculateValue.Calculate();
     _logger.DebugFormat("RefreshCalculateValue: Key:{0}", this.Key);
 }
コード例 #2
0
ファイル: GroupInfo.cs プロジェクト: ChickenFire/Pivot3dData
 public void RefreshCalculateValue()
 {
     CalculateValue = new CombineCalculateData()
     {
         ListData = this.ListData,
         ListCalculateDefinition = ListCalculateDefinition,
         Key = this.Key
     };
     CalculateValue.Calculate();
     _logger.DebugFormat("RefreshCalculateValue: Key:{0}", this.Key);
 }