Enum AssetKind
Enumeration for denoting whether an asset is a type asset or an instance asset or is a role or whether this kind of classification is not applicable.
Namespace: AasCore.Aas3_1
Assembly: AasCore.Aas3_1.dll
Syntax
public enum AssetKind
Fields
| Name | Description |
|---|---|
| Instance | Instance asset |
| NotApplicable | Neither a type asset nor an instance asset nor a role asset |
| Role | Role asset |
| Type | Type asset |