Search Results for

    Show / Hide Table of Contents

    Interface IEmbeddedDataSpecification

    Embed the content of a data specification.

    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 IEmbeddedDataSpecification : IClass

    Properties

    | Improve this Doc View Source

    DataSpecification

    Reference to the data specification

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

    DataSpecificationContent

    Actual content of the data specification

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