Search Results for

    Show / Hide Table of Contents

    Interface ISpecificAssetId

    A specific asset ID describes a generic supplementary identifying attribute of the asset.

    Inherited Members
    IHasSemantics.SemanticId
    IHasSemantics.SupplementalSemanticIds
    IHasSemantics.OverSupplementalSemanticIdsOrEmpty()
    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 ISpecificAssetId : IHasSemantics, IClass
    Remarks

    The specific asset ID is not necessarily globally unique.

    Properties

    | Improve this Doc View Source

    ExternalSubjectId

    The (external) subject the key belongs to or has meaning to.

    Declaration
    IReference ExternalSubjectId { get; set; }
    Property Value
    Type Description
    IReference
    Remarks

    This is a global reference.

    | Improve this Doc View Source

    Name

    Name of the identifier

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

    Value

    The value of the specific asset identifier with the corresponding name.

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