Search Results for

    Show / Hide Table of Contents

    Interface IRelationshipElement

    A relationship element is used to define a relationship between two elements being either referable (model reference) or external (global reference).

    Inherited Members
    IReferable.Category
    IReferable.IdShort
    IReferable.DisplayName
    IReferable.Description
    IReferable.OverDisplayNameOrEmpty()
    IReferable.OverDescriptionOrEmpty()
    IHasExtensions.Extensions
    IHasExtensions.OverExtensionsOrEmpty()
    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
    Assembly: AasCore.Aas3_0.dll
    Syntax
    public interface IRelationshipElement : ISubmodelElement, IReferable, IHasExtensions, IHasSemantics, IQualifiable, IHasDataSpecification, IClass

    Properties

    | Improve this Doc View Source

    First

    Reference to the first element in the relationship taking the role of the subject.

    Declaration
    IReference First { get; set; }
    Property Value
    Type Description
    IReference
    | Improve this Doc View Source

    Second

    Reference to the second element in the relationship taking the role of the object.

    Declaration
    IReference Second { get; set; }
    Property Value
    Type Description
    IReference
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX