Enum EntityPartKind
Values that represent entity part kinds.
Namespace: Kephas.Data.AttributedModel
Assembly: Kephas.Data.dll
Syntax
public enum EntityPartKind
Fields
| Name | Description |
|---|---|
| Loose | The part is tightly related to the containing entity, but can also be autonomous. |
| Structural | The part is a structural component of the containing entity. |