Interface ISubmodelElementCollection
A submodel element collection is a kind of struct, i.e. a a logical encapsulation of multiple named values. It has a fixed number of submodel elements.
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface ISubmodelElementCollection : ISubmodelElement, IReferable, IHasExtensions, IHasKind, IHasSemantics, IQualifiable, IHasDataSpecification, IClass
Properties
| Improve this Doc View SourceValue
Submodel element contained in the collection.
Declaration
List<ISubmodelElement> Value { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ISubmodelElement> |
Methods
| Improve this Doc View SourceOverValueOrEmpty()
Iterate over Value, if set, and otherwise return an empty enumerable.
Declaration
IEnumerable<ISubmodelElement> OverValueOrEmpty()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ISubmodelElement> |