Search Results for

    Show / Hide Table of Contents

    Class Enhancing.EnhancedAnnotatedRelationshipElement<TEnhancement>

    Inheritance
    System.Object
    Enhancing.Enhanced<TEnhancement>
    Enhancing.EnhancedAnnotatedRelationshipElement<TEnhancement>
    Implements
    IAnnotatedRelationshipElement
    IRelationshipElement
    ISubmodelElement
    IReferable
    IHasExtensions
    IHasSemantics
    IQualifiable
    IHasDataSpecification
    IClass
    Inherited Members
    Enhancing.Enhanced<TEnhancement>._enhancement
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: AasCore.Aas3_0
    Assembly: AasCore.Aas3_0.dll
    Syntax
    public class EnhancedAnnotatedRelationshipElement<TEnhancement> : Enhancing.Enhanced<TEnhancement>, IAnnotatedRelationshipElement, IRelationshipElement, ISubmodelElement, IReferable, IHasExtensions, IHasSemantics, IQualifiable, IHasDataSpecification, IClass where TEnhancement : class
    Type Parameters
    Name Description
    TEnhancement

    Constructors

    | Improve this Doc View Source

    EnhancedAnnotatedRelationshipElement(IAnnotatedRelationshipElement, TEnhancement)

    Declaration
    public EnhancedAnnotatedRelationshipElement(IAnnotatedRelationshipElement instance, TEnhancement enhancement)
    Parameters
    Type Name Description
    IAnnotatedRelationshipElement instance
    TEnhancement enhancement

    Properties

    | Improve this Doc View Source

    Annotations

    Declaration
    public List<IDataElement> Annotations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IDataElement>
    | Improve this Doc View Source

    Category

    Declaration
    public string Category { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Description

    Declaration
    public List<ILangStringTextType> Description { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ILangStringTextType>
    | Improve this Doc View Source

    DisplayName

    Declaration
    public List<ILangStringNameType> DisplayName { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ILangStringNameType>
    | Improve this Doc View Source

    EmbeddedDataSpecifications

    Declaration
    public List<IEmbeddedDataSpecification> EmbeddedDataSpecifications { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IEmbeddedDataSpecification>
    | Improve this Doc View Source

    Extensions

    Declaration
    public List<IExtension> Extensions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IExtension>
    | Improve this Doc View Source

    First

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

    IdShort

    Declaration
    public string IdShort { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Qualifiers

    Declaration
    public List<IQualifier> Qualifiers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IQualifier>
    | Improve this Doc View Source

    Second

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

    SemanticId

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

    SupplementalSemanticIds

    Declaration
    public List<IReference> SupplementalSemanticIds { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IReference>

    Methods

    | Improve this Doc View Source

    Accept(Visitation.IVisitor)

    Declaration
    public void Accept(Visitation.IVisitor visitor)
    Parameters
    Type Name Description
    Visitation.IVisitor visitor
    | Improve this Doc View Source

    Accept<TContext>(Visitation.IVisitorWithContext<TContext>, TContext)

    Declaration
    public void Accept<TContext>(Visitation.IVisitorWithContext<TContext> visitor, TContext context)
    Parameters
    Type Name Description
    Visitation.IVisitorWithContext<TContext> visitor
    TContext context
    Type Parameters
    Name Description
    TContext
    | Improve this Doc View Source

    Descend()

    Declaration
    public IEnumerable<IClass> Descend()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IClass>
    | Improve this Doc View Source

    DescendOnce()

    Declaration
    public IEnumerable<IClass> DescendOnce()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IClass>
    | Improve this Doc View Source

    OverAnnotationsOrEmpty()

    Declaration
    public IEnumerable<IDataElement> OverAnnotationsOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IDataElement>
    | Improve this Doc View Source

    OverDescriptionOrEmpty()

    Declaration
    public IEnumerable<ILangStringTextType> OverDescriptionOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ILangStringTextType>
    | Improve this Doc View Source

    OverDisplayNameOrEmpty()

    Declaration
    public IEnumerable<ILangStringNameType> OverDisplayNameOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ILangStringNameType>
    | Improve this Doc View Source

    OverEmbeddedDataSpecificationsOrEmpty()

    Declaration
    public IEnumerable<IEmbeddedDataSpecification> OverEmbeddedDataSpecificationsOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IEmbeddedDataSpecification>
    | Improve this Doc View Source

    OverExtensionsOrEmpty()

    Declaration
    public IEnumerable<IExtension> OverExtensionsOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IExtension>
    | Improve this Doc View Source

    OverQualifiersOrEmpty()

    Declaration
    public IEnumerable<IQualifier> OverQualifiersOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IQualifier>
    | Improve this Doc View Source

    OverSupplementalSemanticIdsOrEmpty()

    Declaration
    public IEnumerable<IReference> OverSupplementalSemanticIdsOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IReference>
    | Improve this Doc View Source

    Transform<T>(Visitation.ITransformer<T>)

    Declaration
    public T Transform<T>(Visitation.ITransformer<T> transformer)
    Parameters
    Type Name Description
    Visitation.ITransformer<T> transformer
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    Transform<TContext, T>(Visitation.ITransformerWithContext<TContext, T>, TContext)

    Declaration
    public T Transform<TContext, T>(Visitation.ITransformerWithContext<TContext, T> transformer, TContext context)
    Parameters
    Type Name Description
    Visitation.ITransformerWithContext<TContext, T> transformer
    TContext context
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    TContext
    T

    Implements

    IAnnotatedRelationshipElement
    IRelationshipElement
    ISubmodelElement
    IReferable
    IHasExtensions
    IHasSemantics
    IQualifiable
    IHasDataSpecification
    IClass
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX