Search Results for

    Show / Hide Table of Contents

    Interface IIdentifiable

    An element that has a globally unique identifier.

    Inherited Members
    IReferable.Category
    IReferable.IdShort
    IReferable.DisplayName
    IReferable.Description
    IReferable.OverDisplayNameOrEmpty()
    IReferable.OverDescriptionOrEmpty()
    IHasExtensions.Extensions
    IHasExtensions.OverExtensionsOrEmpty()
    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 IIdentifiable : IReferable, IHasExtensions, IClass

    Properties

    | Improve this Doc View Source

    Administration

    Administrative information of an identifiable element.

    Declaration
    IAdministrativeInformation Administration { get; set; }
    Property Value
    Type Description
    IAdministrativeInformation
    Remarks

    Some of the administrative information like the version number might need to be part of the identification.

    | Improve this Doc View Source

    Id

    The globally unique identification of the element.

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