A water utility must govern treatment plants and depots as well as IT applications. How should entity types be structured?
Select an answer to reveal the explanation.
Short Explanation
A treatment plant is not an application CI wearing a hard hat. Give facilities their own entity type and keep apps on an application type. Different object classes need different sources and filters—or you end up with nonsense records.
Full Explanation
Entity Framework supports multiple entity types for different classes of governed objects. Facilities (plants, depots) and IT applications differ in source tables, attributes, and ownership models, so separate types preserve clean conditions and reporting. Crowding dissimilar objects into one type degrades filter quality and confuses stakeholders. Architecture should reflect real-world object diversity.