Interface IDataSpecificationPhysicalUnit
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IDataSpecificationPhysicalUnit : IDataSpecificationContent, IClass
Properties
| Improve this Doc View SourceConversionFactor
Conversion factor
Declaration
string ConversionFactor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Definition
Definition in different languages
Declaration
List<ILangString> Definition { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ILangString> |
DinNotation
Notation of physical unit conformant to DIN
Declaration
string DinNotation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EceCode
Code of physical unit conformant to ECE
Declaration
string EceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EceName
Name of physical unit conformant to ECE
Declaration
string EceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NistName
Name of NIST physical unit
Declaration
string NistName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RegistrationAuthorityId
Registration authority ID
Declaration
string RegistrationAuthorityId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SiName
Name of SI physical unit
Declaration
string SiName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SiNotation
Notation of SI physical unit
Declaration
string SiNotation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceOfDefinition
Source of definition
Declaration
string SourceOfDefinition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Supplier
Supplier
Declaration
string Supplier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnitName
Name of the physical unit
Declaration
string UnitName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnitSymbol
Symbol for the physical unit
Declaration
string UnitSymbol { get; set; }
Property Value
Type | Description |
---|---|
System.String |