Show / Hide Table of Contents

Class PhysikalischerWert

Kombination aus einem Wert und einer Einheit (see Mengeneinheit).

Inheritance
System.Object
COM
PhysikalischerWert
Inherited Members
COM.UserProperties
COM.Equals(Object)
COM.Equals(COM)
COM.GetHashCode()
COM.IsValid()
COM.Guid
Namespace: BO4E.COM
Assembly: BO4Enet.dll
Syntax
public class PhysikalischerWert : COM

Constructors

| Improve this Doc View Source

PhysikalischerWert(Decimal, Mengeneinheit)

initialise with wert and einheit

Declaration
public PhysikalischerWert(decimal wert, Mengeneinheit einheit)
Parameters
Type Name Description
System.Decimal wert

numerischer Wert

Mengeneinheit einheit

zugehörige Mengeneinheit

| Improve this Doc View Source

PhysikalischerWert(Decimal, String)

initialise with wert and string for einheit

Declaration
public PhysikalischerWert(decimal wert, string einheitString)
Parameters
Type Name Description
System.Decimal wert

numerischer wert

System.String einheitString

zugehörige Einheit als string (case insensitive)

Properties

| Improve this Doc View Source

Einheit

Einheit von Wert

Declaration
public Mengeneinheit Einheit { get; set; }
Property Value
Type Description
Mengeneinheit
| Improve this Doc View Source

Wert

numerischer Wert

Declaration
public decimal Wert { get; set; }
Property Value
Type Description
System.Decimal

Extension Methods

BusinessObjectExtensions.DeepClone<T>(T)
COMExtensions.DeepClone<T>(T)
PhysikalischerWertExtension.ConvertToUnit(PhysikalischerWert, Mengeneinheit)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX