Search Results for

    Show / Hide Table of Contents

    Interface IProperty

    A property is a data element that has a single 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 IProperty : IDataElement, ISubmodelElement, IReferable, IHasExtensions, IHasSemantics, IQualifiable, IHasDataSpecification, IClass
    Remarks

    Constraints:

    • Constraint AASd-007: If both, the Value and the ValueId are present then the value of Value needs to be identical to the value of the referenced coded value in ValueId.

    Properties

    | Improve this Doc View Source

    Value

    The value of the property instance.

    Declaration
    string Value { get; set; }
    Property Value
    Type Description
    System.String
    | 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.

    | Improve this Doc View Source

    ValueType

    Data type of the value

    Declaration
    DataTypeDefXsd ValueType { get; set; }
    Property Value
    Type Description
    DataTypeDefXsd
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX