Namespace Kephas.Data.AttributedModel
Classes
EntityPartAttribute
Marks a navigation property as modeling an entity part, meaning that the property content is an aggregated part of the declaring entity. If applied to an entity, marks it as being a second class entity used only as an aggregate of another entity.
LooseEntityPartAttribute
Marks an entity part as loose, meaning that it can have an autonomous life, however with an important relationship to the container entity. Such kinds of parts may be, for example, additional documents related to the original document.
RequiredRefAttribute
Attribute marking required references.
Enums
EntityPartKind
Values that represent entity part kinds.