Class CalculationBatch
Represents a batch of calculations for entity properties during import.
public class CalculationBatch
- Inheritance
-
CalculationBatch
- Inherited Members
Properties
IsFinal
public bool IsFinal { get; set; }
Property Value
PageIndex
public int PageIndex { get; set; }
Property Value
RowsProcessed
public int RowsProcessed { get; set; }
Property Value
Type
public required IEntityInfo Type { get; set; }