Search Results for

    Show / Hide Table of Contents

    Interface IHasKind

    An element with a kind is an element that can either represent a template or an instance.

    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 IHasKind : IClass
    Remarks

    Default for an element is that it is representing an instance.

    Properties

    | Improve this Doc View Source

    Kind

    Kind of the element: either type or instance.

    Declaration
    ModelingKind? Kind { get; set; }
    Property Value
    Type Description
    System.Nullable<ModelingKind>
    Remarks

    Default: Instance

    Methods

    | Improve this Doc View Source

    KindOrDefault()

    Declaration
    ModelingKind KindOrDefault()
    Returns
    Type Description
    ModelingKind
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX