Search Results for

    Show / Hide Table of Contents

    Interface IReferenceElement

    A reference element is a data element that defines a logical reference to another element within the same or another AAS or a reference to an external object or entity.

    Inherited Members
    IDataElement.CategoryOrDefault()
    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 IReferenceElement : IDataElement, ISubmodelElement, IReferable, IHasExtensions, IHasKind, IHasSemantics, IQualifiable, IHasDataSpecification, IClass

    Properties

    | Improve this Doc View Source

    Value

    Global reference to an external object or entity or a logical reference to another element within the same or another AAS (i.e. a model reference to a Referable).

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