Interface IEmbeddedDataSpecification
Embed the content of a data specification.
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IEmbeddedDataSpecification : IClass
Properties
| Improve this Doc View SourceDataSpecification
Reference to the data specification
Declaration
IReference DataSpecification { get; set; }
Property Value
Type | Description |
---|---|
IReference |
DataSpecificationContent
Actual content of the data specification
Declaration
IDataSpecificationContent DataSpecificationContent { get; set; }
Property Value
Type | Description |
---|---|
IDataSpecificationContent |