public SurveyExcelLoad(ApplicationContext AppContext, string ExcelFilePath)
 {
     this.AppContext    = AppContext;
     this.ExcelFilePath = ExcelFilePath;
     this.ExcelFileName = System.IO.Path.GetFileName(ExcelFilePath);
     this.Respondent    = new ResourceSnapshot();
 }
Esempio n. 2
0
 public LogElement()
 {
     SenderService   = string.Empty;
     ReceiverService = string.Empty;
     Message         = string.Empty;
     Elements        = new List <ItemElement>();
     Exception       = new ExceptionElement();
     ResourceUse     = new ResourceSnapshot();
 }