STARIONGROUP / COMET-WEB-Community-Edition

The CDP4-COMET web application
https://www.stariongroup.eu
GNU Affero General Public License v3.0
0 stars 1 forks source link

refactor BaseDataItemTableViewModel.InitializeViewModel to make use of an abstract QueryListOfThings method #631

Closed samatstariongroup closed 2 months ago

samatstariongroup commented 2 months ago

Prerequisites

Description

refactor BaseDataItemTableViewModel.InitializeViewModel to make use of an abstract QueryListOfThings methods to replace the "var listOfThings = this.SessionService.Session.Assembler.Cache.Values.Where(x => x.IsValueCreated).Select(x => x.Value).OfType().ToList();" line. The QueryListOfThings method is then implemented in the concrete viewmodels

System Configuration