PredefinedQuantityTableST Class

Dictionary from PredefinedQuantityST to ST component id independent Quantity.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class PredefinedQuantityTableST : Dictionary<PredefinedQuantityST, IQuantity>
Inheritance
Object    DictionaryPredefinedQuantityST, IQuantity    PredefinedQuantityTableST

Constructors

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

Methods

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

See Also