Interface IHasDataSpecification
Element that can be extended by using data specification templates.
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IHasDataSpecification : IClass
Remarks
A data specification template defines a named set of additional attributes an element may or shall have. The data specifications used are explicitly specified with their global ID.
Properties
| Improve this Doc View SourceEmbeddedDataSpecifications
Embedded data specification.
Declaration
List<IEmbeddedDataSpecification> EmbeddedDataSpecifications { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IEmbeddedDataSpecification> |
Methods
| Improve this Doc View SourceOverEmbeddedDataSpecificationsOrEmpty()
Iterate over EmbeddedDataSpecifications, if set, and otherwise return an empty enumerable.
Declaration
IEnumerable<IEmbeddedDataSpecification> OverEmbeddedDataSpecificationsOrEmpty()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IEmbeddedDataSpecification> |