kCura.WinEDDS.PreviewLoadFileProcess
namespace kCura.WinEDDS
{
public class PreviewLoadFileProcess : ProcessBase2
{
public LoadFile LoadFile;
public Hashtable ReturnValueCollection;
public Guid ReturnValueKey;
protected virtual LoadFilePreviewer _loadFilePreviewer { get; set; }
protected virtual IoReporterContext _IoReporterContext { get; set; }
public int TimeZoneOffset { get; set; }
public bool ErrorsOnly { get; set; }
public ValueThrower Thrower { get; set; }
public PreviewLoadFileProcess(int formType, Func<string> correlationIdFunc);
public PreviewLoadFileProcess(int formType, ILog logger, Func<string> correlationIdFunc);
}
}