Search Results for

    Show / Hide Table of Contents

    Interface IHasExtensions

    Element that can be extended by proprietary extensions.

    Inherited Members
    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 IHasExtensions : IClass
    Remarks

    Extensions are proprietary, i.e. they do not support global interoperability.

    Properties

    | Improve this Doc View Source

    Extensions

    An extension of the element.

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

    Methods

    | Improve this Doc View Source

    OverExtensionsOrEmpty()

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

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