Readonly
entityThe concrete Entity class for which this is the definition.
Readonly
entityThe EntityConfiguration for this entity.
Optional
Readonly
entityAn optional subset of fields defined in the EntityConfiguration which belong to this entity. For use when multiple types of entities are backed by a single table (EntityConfiguration) yet only expose a subset of the fields.
Optional
Readonly
mutationAn optional list of EntityMutationTrigger for this entity.
Optional
Readonly
mutationAn optional list of EntityMutationValidator for this entity.
Readonly
privacyThe EntityPrivacyPolicy class for this entity.
Definition for constructing a companion for an entity. Defines the core set of objects used to power the entity framework for a particular type of entity.