Enum EntityType
Enumeration for denoting whether an entity is a self-managed entity or a co-managed entity.
Namespace: AasCore.Aas3_0
Assembly: AasCore.Aas3_0.dll
Syntax
public enum EntityType
Fields
Name | Description |
---|---|
CoManagedEntity | For co-managed entities there is no separate AAS. Co-managed entities need to be part of a self-managed entity. |
SelfManagedEntity | Self-Managed Entities have their own AAS but can be part of the bill of material of a composite self-managed entity. |