Search Results for

    Show / Hide Table of Contents

    Interface IOperationVariable

    The value of an operation variable is a submodel element that is used as input and/or output variable of an operation.

    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_RC02
    Assembly: AasCore.Aas3_0_RC02.dll
    Syntax
    public interface IOperationVariable : IClass

    Properties

    | Improve this Doc View Source

    Value

    Describes an argument or result of an operation via a submodel element

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