Search Results for

    Show / Hide Table of Contents

    Interface IAnnotatedRelationshipElement

    An annotated relationship element is a relationship element that can be annotated with additional data elements.

    Inherited Members
    IRelationshipElement.First
    IRelationshipElement.Second
    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 IAnnotatedRelationshipElement : IRelationshipElement, ISubmodelElement, IReferable, IHasExtensions, IHasKind, IHasSemantics, IQualifiable, IHasDataSpecification, IClass

    Properties

    | Improve this Doc View Source

    Annotations

    A data element that represents an annotation that holds for the relationship between the two elements

    Declaration
    List<IDataElement> Annotations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IDataElement>

    Methods

    | Improve this Doc View Source

    OverAnnotationsOrEmpty()

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

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