Interface IAdministrativeInformation
Administrative meta-information for an element like version information.
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IAdministrativeInformation : IHasDataSpecification, IClass
Remarks
Constraints:
Properties
| Improve this Doc View SourceRevision
Revision of the element.
Declaration
string Revision { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Version
Version of the element.
Declaration
string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |