PredefinedQuantityTableADComponent Class

Dictionary from PredefinedQuantityAD to PredefinedQuantityProperties used by ADQuantities.Create() to create various Quantities for AD components.

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 PredefinedQuantityTableADComponent : Dictionary<PredefinedQuantityAD, PredefinedQuantityProperties>
Inheritance
Object    DictionaryPredefinedQuantityAD, PredefinedQuantityProperties    PredefinedQuantityTableADComponent

Constructors

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

Methods

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

See Also