Search Results for

    Show / Hide Table of Contents

    Interface IMultiLanguageProperty

    A property is a data element that has a multi-language value.

    Inherited Members
    IDataElement.CategoryOrDefault()
    IReferable.Category
    IReferable.IdShort
    IReferable.DisplayName
    IReferable.Description
    IReferable.OverDisplayNameOrEmpty()
    IReferable.OverDescriptionOrEmpty()
    IHasExtensions.Extensions
    IHasExtensions.OverExtensionsOrEmpty()
    IHasSemantics.SemanticId
    IHasSemantics.SupplementalSemanticIds
    IHasSemantics.OverSupplementalSemanticIdsOrEmpty()
    IQualifiable.Qualifiers
    IQualifiable.OverQualifiersOrEmpty()
    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
    Assembly: AasCore.Aas3_0.dll
    Syntax
    public interface IMultiLanguageProperty : IDataElement, ISubmodelElement, IReferable, IHasExtensions, IHasSemantics, IQualifiable, IHasDataSpecification, IClass
    Remarks

    Constraints:

    • Constraint AASd-012: If both the Value and the ValueId are present then for each string in a specific language the meaning must be the same as specified in ValueId.

    Properties

    | Improve this Doc View Source

    Value

    The value of the property instance.

    Declaration
    List<ILangStringTextType> Value { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ILangStringTextType>
    | Improve this Doc View Source

    ValueId

    Reference to the global unique ID of a coded value.

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

    It is recommended to use a global reference.

    Methods

    | Improve this Doc View Source

    OverValueOrEmpty()

    Iterate over Value, if set, and otherwise return an empty enumerable.

    Declaration
    IEnumerable<ILangStringTextType> OverValueOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ILangStringTextType>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX