PredefinedQuantityTableRR Class

Dictionary from PredefinedQuantityRR to actual Quantity.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class PredefinedQuantityTableRR : Dictionary<PredefinedQuantityRR, IQuantity>
Inheritance
Object    DictionaryPredefinedQuantityRR, IQuantity    PredefinedQuantityTableRR

Constructors

PredefinedQuantityTableRRInitializes a new instance of the DictionaryTKey, TValue class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.

Properties

ComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
CountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
ItemGets or sets the value associated with the specified key.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
KeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
ValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)

Methods

AddAdds the specified key and value to the dictionary.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
ClearRemoves all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
ContainsKeyDetermines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
ContainsValueDetermines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through the DictionaryTKey, TValue.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectDataImplements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnDeserializationImplements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
RemoveRemoves the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGetValueGets the value associated with the specified key.
(Inherited from DictionaryPredefinedQuantityRR, IQuantity)

See Also