Class DataImportationReporter
- Namespace
- JJMasterData.Core.DataManager.Importation
- Assembly
- JJMasterData.Core.dll
public class DataImportationReporter : ProgressReporter, IProgressReporter
- Inheritance
-
DataImportationReporter
- Implements
-
- Inherited Members
-
Constructors
DataImportationReporter(IStringLocalizer<MasterDataResources>)
public DataImportationReporter(IStringLocalizer<MasterDataResources> stringLocalizer)
Parameters
stringLocalizer
IStringLocalizer<MasterDataResources>
Properties
Delete
public int Delete { get; set; }
Property Value
- int
Error
public int Error { get; set; }
Property Value
- int
ErrorLog
public StringBuilder ErrorLog { get; }
Property Value
- StringBuilder
Ignore
public int Ignore { get; set; }
Property Value
- int
Insert
public int Insert { get; set; }
Property Value
- int
TotalProcessed
public int TotalProcessed { get; set; }
Property Value
- int
TotalRecords
public int TotalRecords { get; set; }
Property Value
- int
Update
public int Update { get; set; }
Property Value
- int
Methods
AddError(string)
public void AddError(string value)
Parameters
value
string