Search Results for

    Show / Hide Table of Contents

    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
    IReferable.Category
    IReferable.IdShort
    IReferable.DisplayName
    IReferable.Description
    IReferable.Checksum
    IReferable.OverDisplayNameOrEmpty()
    IReferable.OverDescriptionOrEmpty()
    IHasExtensions.Extensions
    IHasExtensions.OverExtensionsOrEmpty()
    IHasKind.Kind
    IHasKind.KindOrDefault()
    IHasSemantics.SemanticId
    IHasSemantics.SupplementalSemanticIds
    IHasSemantics.OverSupplementalSemanticIdsOrEmpty()
    IQualifiable.Qualifiers
    IQualifiable.OverQualifiersOrEmpty()
    IHasDataSpecification.EmbeddedDataSpecifications
    IHasDataSpecification.OverEmbeddedDataSpecificationsOrEmpty()
    IClass.DescendOnce()
    IClass.Descend()
    IClass.Accept(Visitation.IVisitor)
    IClass.Accept<TContext>(Visitation.IVisitorWithContext<TContext>, TContext)
    IClass.Transform<T>(Visitation.ITransformer<T>)
    IClass.Transform<TContext, T>(Visitation.ITransformerWithContext<TContext, T>, TContext)
    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 Source

    Value

    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 Source

    OverValueOrEmpty()

    Iterate over Value, if set, and otherwise return an empty enumerable.

    Declaration
    IEnumerable<ISubmodelElement> OverValueOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ISubmodelElement>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX