Click or drag to resize

LTSResultQuantity Class

Result quantity for LTS simulation
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.GenericQuantity
    DHI.Mike1D.ResultDataAccessLTSResultQuantity

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

The LTSResultQuantity type exposes the following members.

Constructors
  NameDescription
Public methodLTSResultQuantity
Default constructor, creates and undefined quantity. COM requires empty constructor. Afterwards use Create(eumItem, String, String) to create the quantity.
Public methodLTSResultQuantity(LTSResultQuantity)
Initializes a new instance of the LTSResultQuantity class
Public methodLTSResultQuantity(Quantity)
Initializes a new instance of the LTSResultQuantity class
Top
Properties
  NameDescription
Public propertyCalculatorType
Calculator type.
Public propertyDescription
Quantity description
(Inherited from Quantity.)
Public propertyEumQuantity
EumQuantity (item type and unit)
(Inherited from Quantity.)
Public propertyEventLimit
Maximum number of events to consider.
Public propertyFilter
Positive filter showing which parts of the network to consider for results.
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 propertyIntereventLevelCriterion
Interevent level criterion.
Public propertyIntereventTime
Interevent time criterion.
Public propertyPredefinedQuantityForProxyAD
Predefined AD quantity used by LTSCalculatorFromProxyAD.
Public propertyPredefinedQuantityLTS
PredefinedQuantityLTS from which LTSResultQuantity was derived.
Public propertyQuantityCount
Event count quantity (number of events)
Public propertyQuantityDuration
Duration of events quantity (number of events)
Public propertyQuantityForProxy
Quantity used to get result from proxy system.
Public propertyQuantityTime
Time quantity
Public propertyResultType
Result type.
Public propertyTimeValueType
Type of value in time stored by the quantity.
(Inherited from Quantity.)
Top
Methods
  NameDescription
Public methodStatic memberCreate(PredefinedQuantityLTS, LTSResultTypes)
Factory method to create LTSResultQuantity from PredefinedQuantityLTS.
Public methodCreate(eumItem, String, String)
Create a new Quantity. Not static for COM support.
(Inherited from Quantity.)
Public methodStatic memberCreate(IQuantity, LTSResultQuantity, String)
Factory method to create LTSResultQuantity.
Public methodStatic memberCreate(IQuantity, LTSResultTypes, String)
Factory method to create LTSResultQuantity.
Public methodStatic memberCreate(IQuantity, PredefinedQuantityLTS, LTSResultTypes)
Factory method to create LTSResultQuantity from PredefinedQuantityLTS for given AD component quantity.
Public methodStatic memberCreate(PredefinedQuantity, LTSResultTypes, String)
Factory method to create LTSResultQuantity from PredefinedQuantity.
Public methodStatic memberCreate(IQuantity, PredefinedQuantityAD, LTSResultTypes, String)
Factory method to create LTSResultQuantity from PredefinedQuantity.
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.)
Public methodStatic memberTransferProperties
Transfer all the LTSResultQuantity related properties from quantityFrom to quantityTo.
Public methodValidate
Validate.
Top
See Also