Factory seam for creating strongly-typed entity objects. Wraps Metadata.GetEntityObject in production; tests inject a fake returning in-memory entity stand-ins.
Metadata.GetEntityObject
Create a new, unsaved entity object for the named entity. Mirrors Metadata.GetEntityObject<T>(entityName, contextUser).
Metadata.GetEntityObject<T>(entityName, contextUser)
MJ entity name (e.g. MJ: ML Models)
MJ: ML Models
Optional
request user — required on the server for isolation/audit
Factory seam for creating strongly-typed entity objects. Wraps
Metadata.GetEntityObjectin production; tests inject a fake returning in-memory entity stand-ins.