protected virtual ProcessSchema CreateExcelImportLogEventsProcessSchema()
        {
            var schema = new ExcelImportLogEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public ExcelImportLogEventsProcessSchema(ExcelImportLogEventsProcessSchema source)
     : base(source)
 {
 }