DerivedQuantity Class

Quantity derived from another quantity

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class DerivedQuantity : Quantity
Inheritance
Object    Quantity    DerivedQuantity

Constructors

DerivedQuantity Create derived quantity from quantity

Properties

BaseQuantity Quantity to derive from.
DerivedType How to derive this quantity from the BaseQuantity.
Description Quantity description
(Inherited from Quantity)
EumQuantity EumQuantity (item type and unit)
(Inherited from Quantity)
Id ID of the quantity. The ID is unique for a specific type of quantity within MIKE 1D. Two quantities with different Ids are not equal to each other.
(Inherited from Quantity)
TimeValueType Type of value in time stored by the quantity.
(Inherited from Quantity)

Methods

Create(IQuantity, DerivedQuantityType) Create a DerivedQuantity based on one of the baseQuantity where the derivation is defined by derivedType
Create(PredefinedQuantity, DerivedQuantityType) Create a DerivedQuantity based on one of the basePreDefQuantity where the derivation is defined by derivedType
Create(eumItem, String, String) Create a new Quantity. Not static for COM support.
(Inherited from Quantity)
Equals(IQuantity) Indicates whether the current object is equal to another object of the same type.
(Inherited from Quantity)
Equals(Object) Determines whether the specified Object is equal to the current Object.
(Inherited from Quantity)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as a hash function for a particular type.
(Inherited from Quantity)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToDescription Return a textual description of derivedType
ToQuantity Get the pure Quantity of this DerivedQuantity
ToString Return eumItemType and description as a string
(Inherited from Quantity)

See Also