SummedQuantity Class |
Namespace: DHI.Mike1D.Generic
The SummedQuantity type exposes the following members.
Name | Description | |
---|---|---|
![]() | SummedQuantity | Initializes a new instance of the SummedQuantity class |
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | QuantityToSum | Quantity to sum. |
![]() | TimeValueType |
Type of value in time stored by the quantity.
(Inherited from Quantity.) |
Name | Description | |
---|---|---|
![]() ![]() | Create(IQuantity, String) |
Create a quantity based on quantity needed to sum and extra string.
|
![]() ![]() | Create(PredefinedQuantity, String) |
Create a quantity based on PredefinedQuantity needed to sum and extra string.
|
![]() | Create(eumItem, String, String) |
Create a new Quantity. Not static for COM support.
(Inherited from Quantity.) |
![]() ![]() | Create(IQuantity, PredefinedQuantityAD, String) |
Create a quantity based on PredefinedQuantity needed to sum and extra string.
|
![]() | Equals(Object) | (Inherited from Quantity.) |
![]() | Equals(IQuantity) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from Quantity.) |
![]() | Finalize | Allows 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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Return eumItemType and description as a string
(Inherited from Quantity.) |