Click or drag to resize

SummedQuantity Class

Summed quantity.
Inheritance Hierarchy

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
[SerializableAttribute]
public class SummedQuantity : Quantity

The SummedQuantity type exposes the following members.

Constructors
  NameDescription
Public methodSummedQuantity
Initializes a new instance of the SummedQuantity class
Top
Properties
  NameDescription
Public propertyDescription
Quantity description
(Inherited from Quantity.)
Public propertyEumQuantity
EumQuantity (item type and unit)
(Inherited from Quantity.)
Public propertyId
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.)
Public propertyQuantityToSum
Quantity to sum.
Public propertyTimeValueType
Type of value in time stored by the quantity.
(Inherited from Quantity.)
Top
Methods
  NameDescription
Public methodStatic memberCreate(IQuantity, String)
Create a quantity based on quantity needed to sum and extra string.
Public methodStatic memberCreate(PredefinedQuantity, String)
Create a quantity based on PredefinedQuantity needed to sum and extra string.
Public methodCreate(eumItem, String, String)
Create a new Quantity. Not static for COM support.
(Inherited from Quantity.)
Public methodStatic memberCreate(IQuantity, PredefinedQuantityAD, String)
Create a quantity based on PredefinedQuantity needed to sum and extra string.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Quantity.)
Public methodEquals(IQuantity)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Quantity.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Quantity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Return eumItemType and description as a string
(Inherited from Quantity.)
Top
See Also