Search Results for

    Show / Hide Table of Contents

    Interface IRange

    A range data element is a data element that defines a range with min and max.

    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 IRange : IDataElement, ISubmodelElement, IReferable, IHasExtensions, IHasSemantics, IQualifiable, IHasDataSpecification, IClass

    Properties

    | Improve this Doc View Source

    Max

    The maximum value of the range.

    Declaration
    string Max { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    If the max value is missing, then the value is assumed to be positive infinite.

    | Improve this Doc View Source

    Min

    The minimum value of the range.

    Declaration
    string Min { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    If the min value is missing, then the value is assumed to be negative infinite.

    | Improve this Doc View Source

    ValueType

    Data type of the min und max

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