Interface ISpecificAssetId
A specific asset ID describes a generic supplementary identifying attribute of the asset.
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface ISpecificAssetId : IHasSemantics, IClass
Remarks
The specific asset ID is not necessarily globally unique.
Properties
| Improve this Doc View SourceExternalSubjectId
The (external) subject the key belongs to or has meaning to.
Declaration
IReference ExternalSubjectId { get; set; }
Property Value
Type | Description |
---|---|
IReference |
Remarks
This is a global reference.
Name
Name of the identifier
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
The value of the specific asset identifier with the corresponding name.
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |