Interface IIdentifiable
An element that has a globally unique identifier.
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IIdentifiable : IReferable, IHasExtensions, IClass
Properties
| Improve this Doc View SourceAdministration
Administrative information of an identifiable element.
Declaration
IAdministrativeInformation Administration { get; set; }
Property Value
Type | Description |
---|---|
IAdministrativeInformation |
Remarks
Some of the administrative information like the version number might need to be part of the identification.
Id
The globally unique identification of the element.
Declaration
string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |