PredefinedQuantityTableLTS Class

Dictionary from PredefinedQuantityLTS to PredefinedQuantityLTSProperties used by LTSResultQuantity.Create() to create various Quantities for LTS module.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class PredefinedQuantityTableLTS : Dictionary<PredefinedQuantityLTS, PredefinedQuantityLTSProperties>
Inheritance
Object    DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties    PredefinedQuantityTableLTS

Constructors

PredefinedQuantityTableLTSInitializes 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 DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
CountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
ItemGets or sets the value associated with the specified key.
(Inherited from DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
KeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
ValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)

Methods

AddAdds the specified key and value to the dictionary.
(Inherited from DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
ClearRemoves all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
ContainsKeyDetermines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
ContainsValueDetermines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
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 DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
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 DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
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 DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
RemoveRemoves the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGetValueGets the value associated with the specified key.
(Inherited from DictionaryPredefinedQuantityLTS, PredefinedQuantityLTSProperties)

See Also