Enum AssetKind
Enumeration for denoting whether an asset is a type asset or an instance asset.
Namespace: AasCore.Aas3_0
Assembly: AasCore.Aas3_0.dll
Syntax
public enum AssetKind
Fields
Name | Description |
---|---|
Instance | Instance asset |
NotApplicable | Neither a type asset nor an instance asset |
Type | Type asset |