Search Results for

    Show / Hide Table of Contents

    Interface IAbstractLangString

    Strings with language tags

    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
    Assembly: AasCore.Aas3_0.dll
    Syntax
    public interface IAbstractLangString : IClass

    Properties

    | Improve this Doc View Source

    Language

    Language tag conforming to BCP 47

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

    Text

    Text in the Language

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