예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:iTin.Export.ComponentModel.ExcelFormulaResolver" /> class.
 /// </summary>
 /// <param name="aggregate">Aggregate's data.</param>
 public ExcelFormulaResolver(FieldAggregateModel aggregate)
 {
     _model = aggregate;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:iTin.Export.ComponentModel.NonTabularFormulaResolver" /> class.
 /// </summary>
 /// <param name="aggregate">Aggregate's data.</param>
 public NonTabularFormulaResolver(FieldAggregateModel aggregate)
 {
     _model = aggregate;
 }