Search Results for

    Show / Hide Table of Contents

    Interface IDataSpecificationPhysicalUnit

    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 IDataSpecificationPhysicalUnit : IDataSpecificationContent, IClass

    Properties

    | Improve this Doc View Source

    ConversionFactor

    Conversion factor

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

    Definition

    Definition in different languages

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

    DinNotation

    Notation of physical unit conformant to DIN

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

    EceCode

    Code of physical unit conformant to ECE

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

    EceName

    Name of physical unit conformant to ECE

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

    NistName

    Name of NIST physical unit

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

    RegistrationAuthorityId

    Registration authority ID

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

    SiName

    Name of SI physical unit

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

    SiNotation

    Notation of SI physical unit

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

    SourceOfDefinition

    Source of definition

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

    Supplier

    Supplier

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

    UnitName

    Name of the physical unit

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

    UnitSymbol

    Symbol for the physical unit

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