Search Results for

    Show / Hide Table of Contents

    Interface IAdministrativeInformation

    Administrative meta-information for an element like version information.

    Inherited Members
    IHasDataSpecification.EmbeddedDataSpecifications
    IHasDataSpecification.OverEmbeddedDataSpecificationsOrEmpty()
    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 IAdministrativeInformation : IHasDataSpecification, IClass
    Remarks

    Constraints:

    • Constraint AASd-005: If Version is not specified then also Revision shall be unspecified. This means, a revision requires a version. If there is no version there is no revision neither. Revision is optional.

    Properties

    | Improve this Doc View Source

    Revision

    Revision of the element.

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

    Version

    Version of the element.

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